[PATCH 4/7] docs/system/arm: Add placeholder doc for exynos4 boards

Peter Maydell posted 7 patches 4 days, 8 hours ago
[PATCH 4/7] docs/system/arm: Add placeholder doc for exynos4 boards
Posted by Peter Maydell 4 days, 8 hours ago
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
Re: [PATCH 4/7] docs/system/arm: Add placeholder doc for exynos4 boards
Posted by Cédric Le Goater 1 day, 16 hours ago
On 10/18/24 16:13, Peter Maydell wrote:
> Add a placeholder doc for the exynos4 boards nuri and smdkc210.
> 
> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>


Reviewed-by: Cédric Le Goater <clg@redhat.com>

Thanks,

C.


> ---
>   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