diff mbox series

[for-5.1,2/4] docs/system: Briefly document collie board

Message ID 20200713175746.5936-3-peter.maydell@linaro.org
State Superseded
Headers show
Series Document virt and a few other Arm boards | expand

Commit Message

Peter Maydell July 13, 2020, 5:57 p.m. UTC
Add skeletal documentation of the collie board.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>

---
 docs/system/arm/collie.rst | 16 ++++++++++++++++
 docs/system/target-arm.rst |  1 +
 MAINTAINERS                |  1 +
 3 files changed, 18 insertions(+)
 create mode 100644 docs/system/arm/collie.rst

-- 
2.20.1

Comments

Philippe Mathieu-Daudé July 14, 2020, 12:50 p.m. UTC | #1
On 7/13/20 7:57 PM, Peter Maydell wrote:
> Add skeletal documentation of the collie board.

> 

> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>

> ---

>  docs/system/arm/collie.rst | 16 ++++++++++++++++

>  docs/system/target-arm.rst |  1 +

>  MAINTAINERS                |  1 +

>  3 files changed, 18 insertions(+)

>  create mode 100644 docs/system/arm/collie.rst

> 

> diff --git a/docs/system/arm/collie.rst b/docs/system/arm/collie.rst

> new file mode 100644

> index 00000000000..9f8dbcad25d

> --- /dev/null

> +++ b/docs/system/arm/collie.rst

> @@ -0,0 +1,16 @@

> +Sharp Zaurus SL-5500 (``collie``)

> +=================================

> +

> +This machine is a model of the Sharp Zaurus SL-5500, which is

> +based on the StrongARM SA1110.

> +

> +Implemented devices:

> +

> + * Flash


Maybe "NOR flash".

Regardless:
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>


> + * Interrupt controller

> + * Timer

> + * RTC

> + * GPIO

> + * Peripheral Pin Controller (PPC)

> + * UARTs

> + * Synchronous Serial Ports (SSP)

> diff --git a/docs/system/target-arm.rst b/docs/system/target-arm.rst

> index 8fa51a22817..376c18f0b17 100644

> --- a/docs/system/target-arm.rst

> +++ b/docs/system/target-arm.rst

> @@ -88,6 +88,7 @@ undocumented; you can get a complete list by running

>     arm/orangepi

>     arm/palm

>     arm/xscale

> +   arm/collie

>     arm/sx1

>     arm/stellaris

>  

> diff --git a/MAINTAINERS b/MAINTAINERS

> index 0f578040b99..048b2d41729 100644

> --- a/MAINTAINERS

> +++ b/MAINTAINERS

> @@ -845,6 +845,7 @@ L: qemu-arm@nongnu.org

>  S: Odd Fixes

>  F: hw/arm/collie.c

>  F: hw/arm/strongarm*

> +F: docs/system/arm/collie.rst

>  

>  Stellaris

>  M: Peter Maydell <peter.maydell@linaro.org>

>
Alex Bennée July 14, 2020, 1:16 p.m. UTC | #2
Peter Maydell <peter.maydell@linaro.org> writes:

> Add skeletal documentation of the collie board.

>

> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>

> ---

>  docs/system/arm/collie.rst | 16 ++++++++++++++++

>  docs/system/target-arm.rst |  1 +

>  MAINTAINERS                |  1 +

>  3 files changed, 18 insertions(+)

>  create mode 100644 docs/system/arm/collie.rst

>

> diff --git a/docs/system/arm/collie.rst b/docs/system/arm/collie.rst

> new file mode 100644

> index 00000000000..9f8dbcad25d

> --- /dev/null

> +++ b/docs/system/arm/collie.rst

> @@ -0,0 +1,16 @@

> +Sharp Zaurus SL-5500 (``collie``)

> +=================================

> +

> +This machine is a model of the Sharp Zaurus SL-5500, which is

> +based on the StrongARM SA1110.


Maybe:

... Sharp Zaurus SL-5500, which was PDA in the 1990's based on the StrongARM SA1110.

just to make the class of hardware clearer.
<snip>

Either way:

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>


-- 
Alex Bennée
diff mbox series

Patch

diff --git a/docs/system/arm/collie.rst b/docs/system/arm/collie.rst
new file mode 100644
index 00000000000..9f8dbcad25d
--- /dev/null
+++ b/docs/system/arm/collie.rst
@@ -0,0 +1,16 @@ 
+Sharp Zaurus SL-5500 (``collie``)
+=================================
+
+This machine is a model of the Sharp Zaurus SL-5500, which is
+based on the StrongARM SA1110.
+
+Implemented devices:
+
+ * Flash
+ * Interrupt controller
+ * Timer
+ * RTC
+ * GPIO
+ * Peripheral Pin Controller (PPC)
+ * UARTs
+ * Synchronous Serial Ports (SSP)
diff --git a/docs/system/target-arm.rst b/docs/system/target-arm.rst
index 8fa51a22817..376c18f0b17 100644
--- a/docs/system/target-arm.rst
+++ b/docs/system/target-arm.rst
@@ -88,6 +88,7 @@  undocumented; you can get a complete list by running
    arm/orangepi
    arm/palm
    arm/xscale
+   arm/collie
    arm/sx1
    arm/stellaris
 
diff --git a/MAINTAINERS b/MAINTAINERS
index 0f578040b99..048b2d41729 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -845,6 +845,7 @@  L: qemu-arm@nongnu.org
 S: Odd Fixes
 F: hw/arm/collie.c
 F: hw/arm/strongarm*
+F: docs/system/arm/collie.rst
 
 Stellaris
 M: Peter Maydell <peter.maydell@linaro.org>