Skip to content

Commit b76b60f

Browse files
committed
docs/system: Briefly document collie board
Add skeletal documentation of the collie board. Signed-off-by: Peter Maydell <[email protected]> Reviewed-by: Philippe Mathieu-Daudé <[email protected]> Reviewed-by: Alex Bennée <[email protected]> Message-id: [email protected]
1 parent 2d21dd1 commit b76b60f

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed

MAINTAINERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -847,6 +847,7 @@ L: [email protected]
847847
S: Odd Fixes
848848
F: hw/arm/collie.c
849849
F: hw/arm/strongarm*
850+
F: docs/system/arm/collie.rst
850851

851852
Stellaris
852853
M: Peter Maydell <[email protected]>

docs/system/arm/collie.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
Sharp Zaurus SL-5500 (``collie``)
2+
=================================
3+
4+
This machine is a model of the Sharp Zaurus SL-5500, which was
5+
a 1990s PDA based on the StrongARM SA1110.
6+
7+
Implemented devices:
8+
9+
* NOR flash
10+
* Interrupt controller
11+
* Timer
12+
* RTC
13+
* GPIO
14+
* Peripheral Pin Controller (PPC)
15+
* UARTs
16+
* Synchronous Serial Ports (SSP)

docs/system/target-arm.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ undocumented; you can get a complete list by running
8888
arm/orangepi
8989
arm/palm
9090
arm/xscale
91+
arm/collie
9192
arm/sx1
9293
arm/stellaris
9394

0 commit comments

Comments
 (0)