Skip to content

Commit bb30900

Browse files
committed
docs/system: Briefly document gumstix boards
Add skeletal documentation of the gumstix boards ('connex' and 'verdex'). 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 b76b60f commit bb30900

File tree

3 files changed

+23
-0
lines changed

3 files changed

+23
-0
lines changed

MAINTAINERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -652,6 +652,7 @@ R: Philippe Mathieu-Daudé <[email protected]>
652652
653653
S: Odd Fixes
654654
F: hw/arm/gumstix.c
655+
F: docs/system/arm/gumstix.rst
655656

656657
i.MX25 PDK
657658
M: Peter Maydell <[email protected]>

docs/system/arm/gumstix.rst

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
Gumstix Connex and Verdex (``connex``, ``verdex``)
2+
==================================================
3+
4+
These machines model the Gumstix Connex and Verdex boards.
5+
The Connex has a PXA255 CPU and the Verdex has a PXA270.
6+
7+
Implemented devices:
8+
9+
* NOR flash
10+
* SMC91C111 ethernet
11+
* Interrupt controller
12+
* DMA
13+
* Timer
14+
* GPIO
15+
* MMC/SD card
16+
* Fast infra-red communications port (FIR)
17+
* LCD controller
18+
* Synchronous serial ports (SPI)
19+
* PCMCIA interface
20+
* I2C
21+
* I2S

docs/system/target-arm.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ undocumented; you can get a complete list by running
8484
arm/aspeed
8585
arm/digic
8686
arm/musicpal
87+
arm/gumstix
8788
arm/nseries
8889
arm/orangepi
8990
arm/palm

0 commit comments

Comments
 (0)