[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 10/12] docs/system: Briefly document collie board
From: |
Peter Maydell |
Subject: |
[PULL 10/12] docs/system: Briefly document collie board |
Date: |
Mon, 20 Jul 2020 13:56:19 +0100 |
Add skeletal documentation of the collie board.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Message-id: 20200713175746.5936-3-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..5cc67b6d1b5
--- /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 was
+a 1990s PDA based on the StrongARM SA1110.
+
+Implemented devices:
+
+ * NOR 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 9ed36dcf736..6973b68975b 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -847,6 +847,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>
--
2.20.1
- [PULL 01/12] hw/arm/virt: Enable MTE via a machine property, (continued)
- [PULL 01/12] hw/arm/virt: Enable MTE via a machine property, Peter Maydell, 2020/07/20
- [PULL 02/12] hw/arm/virt: Error for MTE enabled with KVM, Peter Maydell, 2020/07/20
- [PULL 04/12] util: Implement qemu_get_thread_id() for OpenBSD, Peter Maydell, 2020/07/20
- [PULL 03/12] hw/arm/virt: Disable memory hotplug when MTE is enabled, Peter Maydell, 2020/07/20
- [PULL 05/12] qdev: Move doc comments from qdev.c to qdev-core.h, Peter Maydell, 2020/07/20
- [PULL 06/12] qdev: Document qdev_unrealize(), Peter Maydell, 2020/07/20
- [PULL 07/12] qdev: Document GPIO related functions, Peter Maydell, 2020/07/20
- [PULL 08/12] hw/arm/armsse: Assert info->num_cpus is in-bounds in armsse_realize(), Peter Maydell, 2020/07/20
- [PULL 09/12] docs/system: Briefly document canon-a1100 board, Peter Maydell, 2020/07/20
- [PULL 11/12] docs/system: Briefly document gumstix boards, Peter Maydell, 2020/07/20
- [PULL 10/12] docs/system: Briefly document collie board,
Peter Maydell <=
- [PULL 12/12] docs/system: Document the arm virt board, Peter Maydell, 2020/07/20
- Re: [PULL 00/12] target-arm queue, Peter Maydell, 2020/07/20