summaryrefslogtreecommitdiffstats
path: root/doc/hardware.rst
diff options
context:
space:
mode:
authorOleksij Rempel <o.rempel@pengutronix.de>2021-07-08 06:16:28 +0200
committerRobert Schwebel <r.schwebel@pengutronix.de>2021-07-16 07:28:06 +0200
commiteaf7839876093a6c34f8c2ee4562bff1ffcdee34 (patch)
treeaa458cd7298cf202107655413004bb6b9591d4f2 /doc/hardware.rst
parent19cf676d19101eac7342c35969d87820b4c426f1 (diff)
downloadDistroKit-eaf7839876093a6c34f8c2ee4562bff1ffcdee34.tar.gz
DistroKit-eaf7839876093a6c34f8c2ee4562bff1ffcdee34.tar.xz
platform-mipsel: add basic qemu malta support
Add MIPSEL (MIPS little-endian 32bit) platform. Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de> Link: https://lore.pengutronix.de/20210708041628.17608-1-o.rempel@pengutronix.de Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
Diffstat (limited to 'doc/hardware.rst')
-rw-r--r--doc/hardware.rst15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/hardware.rst b/doc/hardware.rst
index a478f5f..f13f076 100644
--- a/doc/hardware.rst
+++ b/doc/hardware.rst
@@ -154,6 +154,21 @@ mips Platform
hardware_mips_qemu
+mips Platform
+-------------
+
++-------------------------+------------------------------------------+
+| platformconfig: | ``configs/platform-mipsel/platformconfig`` |
++-------------------------+------------------------------------------+
+| Toolchain architecture: | ``mipsel-softfloat-linux-gnu`` |
++-------------------------+------------------------------------------+
+
+.. toctree::
+ :maxdepth: 1
+
+ hardware_mipsel_qemu
+
+
x86_64 Platform
---------------