summaryrefslogtreecommitdiffstats
path: root/doc/hardware.rst
diff options
context:
space:
mode:
authorRoland Hieber <rhi@pengutronix.de>2020-09-04 17:40:55 +0200
committerRoland Hieber <rhi@pengutronix.de>2020-09-04 17:53:25 +0200
commit26a961f79aa8812a79e72e1f2897e66f93087603 (patch)
treed3f7a5f6b19f5091ce7571c268b5561696175db3 /doc/hardware.rst
parent516fddc4ce78db4047acadbc9bfcb438ba1ea889 (diff)
downloadDistroKit-26a961f79aa8812a79e72e1f2897e66f93087603.tar.gz
DistroKit-26a961f79aa8812a79e72e1f2897e66f93087603.tar.xz
doc: hardware: add toctrees for mips and x86_64
sphinx complained about them: checking consistency... .../distrokit/platform-x86_64/state/docs/hardware_mips_qemu.rst: WARNING: document isn't included in any toctree .../distrokit/platform-x86_64/state/docs/hardware_x86_64_qemu.rst: WARNING: document isn't included in any toctree done Signed-off-by: Roland Hieber <rhi@pengutronix.de>
Diffstat (limited to 'doc/hardware.rst')
-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