diff options
author | Holger Wansing <holgerw@debian.org> | 2017-02-17 17:33:30 +0000 |
---|---|---|
committer | Holger Wansing <holgerw@debian.org> | 2017-02-17 17:33:30 +0000 |
commit | 86e0bde3973057aeb57f67871762c03a70eb531f (patch) | |
tree | e6e350dcd5e190ce7f567b9778cf695c93c2e0a8 /en/hardware | |
parent | 9f80f736739178345561661521d10c1f16432f3d (diff) | |
download | installation-guide-86e0bde3973057aeb57f67871762c03a70eb531f.zip |
Some mips related cleanups and updates.
Patch #6 from bug#855134: Add mips64el to supported hardware table.
Diffstat (limited to 'en/hardware')
-rw-r--r-- | en/hardware/hardware-supported.xml | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/en/hardware/hardware-supported.xml b/en/hardware/hardware-supported.xml index 9a591e985..4c628b5dc 100644 --- a/en/hardware/hardware-supported.xml +++ b/en/hardware/hardware-supported.xml @@ -83,7 +83,7 @@ variations of each architecture known as <quote>flavors</quote>. </row> <row> - <entry morerows="2">MIPS (big endian)</entry> + <entry morerows="2">32bit MIPS (big-endian)</entry> <entry morerows="2">mips</entry> <!-- <entry>SGI IP22 (Indy/Indigo 2)</entry> @@ -104,7 +104,20 @@ variations of each architecture known as <quote>flavors</quote>. </row> <row> - <entry morerows="3">MIPS (little endian)</entry> + <entry morerows="2">64bit MIPS (little-endian)</entry> + <entry morerows="2">mips64el</entry> + <entry>MIPS Malta</entry> + <entry>5kc-malta</entry> +</row><row> + <entry>Cavium Octeon</entry> + <entry>octeon</entry> +</row><row> + <entry>Loongson 3</entry> + <entry>loongson-3</entry> +</row> + +<row> + <entry morerows="3">32bit MIPS (little-endian)</entry> <entry morerows="3">mipsel</entry> <entry>MIPS Malta (32 bit)</entry> <entry>4kc-malta</entry> |