[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 4/7] docs/system/arm: Add placeholder doc for exynos4 boards
From: |
Peter Maydell |
Subject: |
[PATCH 4/7] docs/system/arm: Add placeholder doc for exynos4 boards |
Date: |
Fri, 18 Oct 2024 15:13:29 +0100 |
Add a placeholder doc for the exynos4 boards nuri and smdkc210.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
---
MAINTAINERS | 1 +
docs/system/arm/exynos.rst | 9 +++++++++
docs/system/target-arm.rst | 1 +
3 files changed, 11 insertions(+)
create mode 100644 docs/system/arm/exynos.rst
diff --git a/MAINTAINERS b/MAINTAINERS
index dff8073c5bc..031b117a3a0 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -716,6 +716,7 @@ L: qemu-arm@nongnu.org
S: Odd Fixes
F: hw/*/exynos*
F: include/hw/*/exynos*
+F: docs/system/arm/exynos.rst
Calxeda Highbank
M: Rob Herring <robh@kernel.org>
diff --git a/docs/system/arm/exynos.rst b/docs/system/arm/exynos.rst
new file mode 100644
index 00000000000..86894bc02b7
--- /dev/null
+++ b/docs/system/arm/exynos.rst
@@ -0,0 +1,9 @@
+Exynos4 boards (``nuri``, ``smdkc210``)
+=======================================
+
+These are machines which use the Samsung Exynos4210 SoC, which has Cortex-A9
CPUs.
+
+``nuri`` models the Samsung NURI board.
+
+``smdkc210`` models the Samsung SMDKC210 board.
+
diff --git a/docs/system/target-arm.rst b/docs/system/target-arm.rst
index 9c01e66ffa9..a7f88c8f317 100644
--- a/docs/system/target-arm.rst
+++ b/docs/system/target-arm.rst
@@ -90,6 +90,7 @@ undocumented; you can get a complete list by running
arm/digic
arm/cubieboard
arm/emcraft-sf2
+ arm/exynos
arm/fby35
arm/musicpal
arm/kzm
--
2.34.1
- [PATCH 0/7] docs/system/arm: Provide at least skeleton docs for all boards, Peter Maydell, 2024/10/18
- [PATCH 4/7] docs/system/arm: Add placeholder doc for exynos4 boards,
Peter Maydell <=
- [PATCH 1/7] docs/system/arm/stm32: List olimex-stm32-h405 in document title, Peter Maydell, 2024/10/18
- [PATCH 2/7] docs/system/arm: Don't use wildcard '*-bmc' in doc titles, Peter Maydell, 2024/10/18
- [PATCH 3/7] docs/system/arm: Split fby35 out from aspeed.rst, Peter Maydell, 2024/10/18
- [PATCH 6/7] docs/system/arm: Add placeholder docs for mcimx6ul-evk and mcimx7d-sabre, Peter Maydell, 2024/10/18
- [PATCH 5/7] docs/system/arm: Add placeholder doc for xlnx-zcu102 board, Peter Maydell, 2024/10/18