summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland Hieber <rhi@pengutronix.de>2022-09-05 13:07:06 +0200
committerRobert Schwebel <r.schwebel@pengutronix.de>2022-09-05 16:27:24 +0200
commit2fe5c1964315042640f2c499c19624d27fbb67bb (patch)
tree697b913d311164235392ed35e3fbf7fc3637b4de
parent75892d4ccb2fca943dd984c6602f34388a48bf78 (diff)
downloadDistroKit-2fe5c1964315042640f2c499c19624d27fbb67bb.tar.gz
DistroKit-2fe5c1964315042640f2c499c19624d27fbb67bb.tar.xz
doc: hardware: document v7a_noneon platform
This also fixes the sphinx warning about hardware_v7a_noneon_sama5d3.rst not being included in any toctree. Signed-off-by: Roland Hieber <rhi@pengutronix.de> Link: https://lore.pengutronix.de/20220905110709.1832516-3-rhi@pengutronix.de Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
-rw-r--r--doc/hardware.rst19
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/hardware.rst b/doc/hardware.rst
index 3031df1..1f766aa 100644
--- a/doc/hardware.rst
+++ b/doc/hardware.rst
@@ -91,6 +91,25 @@ listed above, here is a short overview of the generic way:
Refer to the :ref:`ptx_dev_manual` for a more thorough documentation.
+v7a_noneon Platform
+-------------------
+
++-------------------------+------------------------------------------------+
+| platformconfig: | ``configs/platform-v7a_noneon/platformconfig`` |
++-------------------------+------------------------------------------------+
+| Toolchain architecture: | ``arm-v7a-linux-gnueabihf`` |
++-------------------------+------------------------------------------------+
+
+The v7a_noneon platform targets machines based on the ARMv7-A architecture
+which don't have support for the NEON SIMD extension.
+It supports the following hardware:
+
+.. toctree::
+ :maxdepth: 1
+
+ hardware_v7a_noneon_sama5d3
+
+
v8a Platform
------------