diff options
Diffstat (limited to 'en')
-rw-r--r-- | en/hardware/hardware-supported.xml | 20 | ||||
-rw-r--r-- | en/hardware/supported/mips.xml | 6 | ||||
-rw-r--r-- | en/hardware/supported/mipsel.xml | 6 |
3 files changed, 28 insertions, 4 deletions
diff --git a/en/hardware/hardware-supported.xml b/en/hardware/hardware-supported.xml index 8ba56c7d0..2a1122b33 100644 --- a/en/hardware/hardware-supported.xml +++ b/en/hardware/hardware-supported.xml @@ -99,14 +99,20 @@ variations of each architecture known as <quote>flavors</quote>. </row> <row> - <entry morerows="3">MIPS (big endian)</entry> - <entry morerows="3">mips</entry> + <entry morerows="5">MIPS (big endian)</entry> + <entry morerows="5">mips</entry> <entry>SGI IP22 (Indy/Indigo 2)</entry> <entry>r4k-ip22</entry> </row><row> <entry>SGI IP32 (O2)</entry> <entry>r5k-ip32</entry> </row><row> + <entry>MIPS Malta (32 bit)</entry> + <entry>4kc-malta</entry> +</row><row> + <entry>MIPS Malta (64 bit)</entry> + <entry>5kc-malta</entry> +</row><row> <entry>Broadcom BCM91250A (SWARM)</entry> <entry>sb1-bcm91250a</entry> </row><row> @@ -115,11 +121,17 @@ variations of each architecture known as <quote>flavors</quote>. </row> <row> - <entry morerows="2">MIPS (little endian)</entry> - <entry morerows="2">mipsel</entry> + <entry morerows="4">MIPS (little endian)</entry> + <entry morerows="4">mipsel</entry> <entry>Cobalt</entry> <entry>cobalt</entry> </row><row> + <entry>MIPS Malta (32 bit)</entry> + <entry>4kc-malta</entry> +</row><row> + <entry>MIPS Malta (64 bit)</entry> + <entry>5kc-malta</entry> +</row><row> <entry>Broadcom BCM91250A (SWARM)</entry> <entry>sb1-bcm91250a</entry> </row><row> diff --git a/en/hardware/supported/mips.xml b/en/hardware/supported/mips.xml index 540c59ebb..a75601060 100644 --- a/en/hardware/supported/mips.xml +++ b/en/hardware/supported/mips.xml @@ -22,6 +22,12 @@ SGI IP32: this platform is generally known as SGI O2. </para></listitem> <listitem><para> +MIPS Malta: this platform is emulated by QEMU and is therefore a nice way +to test and run Debian on MIPS if you don't have the hardware. + +</para></listitem> +<listitem><para> + Broadcom BCM91250A (SWARM): this is an ATX form factor evaluation board from Broadcom based on the dual-core SB1 1250 CPU. diff --git a/en/hardware/supported/mipsel.xml b/en/hardware/supported/mipsel.xml index 942714b15..0dfef82f7 100644 --- a/en/hardware/supported/mipsel.xml +++ b/en/hardware/supported/mipsel.xml @@ -17,6 +17,12 @@ Microserver. </para></listitem> <listitem><para> +MIPS Malta: this platform is emulated by QEMU and is therefore a nice way +to test and run Debian on MIPS if you don't have the hardware. + +</para></listitem> +<listitem><para> + Broadcom BCM91250A (SWARM): this is an ATX form factor evaluation board from Broadcom based on the dual-core SB1 1250 CPU. |