[PATCH 1/3] docs/system: Remove "mips" board from target-mips.rst

Jiaxun Yang posted 3 patches 2 years, 3 months ago
There is a newer version of this series
[PATCH 1/3] docs/system: Remove "mips" board from target-mips.rst
Posted by Jiaxun Yang 2 years, 3 months ago
This board had been deprecated long ago.

Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
---
 docs/system/target-mips.rst | 14 --------------
 1 file changed, 14 deletions(-)

diff --git a/docs/system/target-mips.rst b/docs/system/target-mips.rst
index 138441bdec..83239fb9df 100644
--- a/docs/system/target-mips.rst
+++ b/docs/system/target-mips.rst
@@ -8,8 +8,6 @@ endian options, ``qemu-system-mips``, ``qemu-system-mipsel``
 ``qemu-system-mips64`` and ``qemu-system-mips64el``. Five different
 machine types are emulated:
 
--  A generic ISA PC-like machine \"mips\"
-
 -  The MIPS Malta prototype board \"malta\"
 
 -  An ACER Pica \"pica61\". This machine needs the 64-bit emulator.
@@ -19,18 +17,6 @@ machine types are emulated:
 -  A MIPS Magnum R4000 machine \"magnum\". This machine needs the
    64-bit emulator.
 
-The generic emulation is supported by Debian 'Etch' and is able to
-install Debian into a virtual disk image. The following devices are
-emulated:
-
--  A range of MIPS CPUs, default is the 24Kf
-
--  PC style serial port
-
--  PC style IDE disk
-
--  NE2000 network card
-
 The Malta emulation supports the following devices:
 
 -  Core board with MIPS 24Kf CPU and Galileo system controller
-- 
2.37.1 (Apple Git-137.1)
Re: [PATCH 1/3] docs/system: Remove "mips" board from target-mips.rst
Posted by Philippe Mathieu-Daudé 2 years, 3 months ago
On 2/2/23 14:21, Jiaxun Yang wrote:
> This board had been deprecated long ago.

s/deprecated/removed/

Indeed, in commit f169413c27 ("hw/mips: Remove the 'r4k' machine").

> 
> Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
> ---
>   docs/system/target-mips.rst | 14 --------------
>   1 file changed, 14 deletions(-)

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>