diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2021-07-22 18:52:27 +0100 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2021-08-02 11:42:38 +0100 |
commit | c9543db4cc8c5a858a2cba424c603ffbd8bf613e (patch) | |
tree | a857ebd0478e33eeb6a62fc65205c7393b7cafd5 | |
parent | 10a3c4a4b3e14208cfed274514d1911e5230935f (diff) | |
download | qemu-c9543db4cc8c5a858a2cba424c603ffbd8bf613e.zip qemu-c9543db4cc8c5a858a2cba424c603ffbd8bf613e.tar.gz qemu-c9543db4cc8c5a858a2cba424c603ffbd8bf613e.tar.bz2 |
docs: Add documentation of Arm 'mainstone' board
Add brief documentation of the Arm 'mainstone' board.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20210722175229.29065-2-peter.maydell@linaro.org
-rw-r--r-- | MAINTAINERS | 1 | ||||
-rw-r--r-- | docs/system/arm/mainstone.rst | 25 | ||||
-rw-r--r-- | docs/system/target-arm.rst | 1 |
3 files changed, 27 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 6831978..24e0819 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -856,6 +856,7 @@ F: include/hw/arm/pxa.h F: include/hw/arm/sharpsl.h F: include/hw/display/tc6393xb.h F: docs/system/arm/xscale.rst +F: docs/system/arm/mainstone.rst SABRELITE / i.MX6 M: Peter Maydell <peter.maydell@linaro.org> diff --git a/docs/system/arm/mainstone.rst b/docs/system/arm/mainstone.rst new file mode 100644 index 0000000..05310f4 --- /dev/null +++ b/docs/system/arm/mainstone.rst @@ -0,0 +1,25 @@ +Intel Mainstone II board (``mainstone``) +======================================== + +The ``mainstone`` board emulates the Intel Mainstone II development +board, which uses a PXA270 CPU. + +Emulated devices: + +- Flash memory +- Keypad +- MMC controller +- 91C111 ethernet +- PIC +- Timer +- DMA +- GPIO +- FIR +- Serial +- LCD controller +- SSP +- USB controller +- RTC +- PCMCIA +- I2C +- I2S diff --git a/docs/system/target-arm.rst b/docs/system/target-arm.rst index c0c2585..ad3f5f4 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/highbank arm/musicpal arm/gumstix + arm/mainstone arm/nrf arm/nseries arm/nuvoton |