diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2024-10-29 12:54:44 +0000 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2024-10-29 15:04:46 +0000 |
commit | f99e1d314d655561a0022902563eb5bffc260dc0 (patch) | |
tree | a81761251ed0b827aa7900e310694c6dbd80525d | |
parent | 6a98e614e5cc3ae9aa15a6bdf30fbdb4472bf2ff (diff) | |
download | qemu-f99e1d314d655561a0022902563eb5bffc260dc0.zip qemu-f99e1d314d655561a0022902563eb5bffc260dc0.tar.gz qemu-f99e1d314d655561a0022902563eb5bffc260dc0.tar.bz2 |
docs/system/arm: Add placeholder doc for exynos4 boards
Add a placeholder doc for the exynos4 boards nuri and smdkc210.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Cédric Le Goater <clg@redhat.com>
Message-id: 20241018141332.942844-5-peter.maydell@linaro.org
-rw-r--r-- | MAINTAINERS | 1 | ||||
-rw-r--r-- | docs/system/arm/exynos.rst | 9 | ||||
-rw-r--r-- | docs/system/target-arm.rst | 1 |
3 files changed, 11 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index e74d16b..2b524d7 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 0000000..86894bc --- /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 9c01e66..a7f88c8 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 |