summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/hardware.rst30
1 files changed, 30 insertions, 0 deletions
diff --git a/doc/hardware.rst b/doc/hardware.rst
index 52756f9..f09f3af 100644
--- a/doc/hardware.rst
+++ b/doc/hardware.rst
@@ -136,3 +136,33 @@ the Broadcom BCM2835 SoC (ARMv6):
:maxdepth: 1
hardware_rpi_raspi1
+
+
+mips Platform
+-------------
+
++-------------------------+------------------------------------------+
+| platformconfig: | ``configs/platform-mips/platformconfig`` |
++-------------------------+------------------------------------------+
+| Toolchain architecture: | ``mips-softfloat-linux-gnu`` |
++-------------------------+------------------------------------------+
+
+.. toctree::
+ :maxdepth: 1
+
+ hardware_x86_64_qemu
+
+
+x86_64 Platform
+---------------
+
++-------------------------+--------------------------------------------+
+| platformconfig: | ``configs/platform-x86_64/platformconfig`` |
++-------------------------+--------------------------------------------+
+| Toolchain architecture: | ``x86_64-unknown-linux-gnu`` |
++-------------------------+--------------------------------------------+
+
+.. toctree::
+ :maxdepth: 1
+
+ hardware_mips_qemu