diff options
| author | Peter Maydell | 2021-07-13 16:22:24 +0200 |
|---|---|---|
| committer | Peter Maydell | 2021-07-18 11:59:47 +0200 |
| commit | d4a7c362fe50bbdfd0a02b1a2c1fdf57e98bba79 (patch) | |
| tree | a9fb68836dd5970f1179323bf2cf6be5114a50c1 /docs/system | |
| parent | docs: Add QEMU version information to HTML footer (diff) | |
| download | qemu-d4a7c362fe50bbdfd0a02b1a2c1fdf57e98bba79.tar.gz qemu-d4a7c362fe50bbdfd0a02b1a2c1fdf57e98bba79.tar.xz qemu-d4a7c362fe50bbdfd0a02b1a2c1fdf57e98bba79.zip | |
docs: Add skeletal documentation of cubieboard
Add skeletal documentation of the cubieboard machine.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-id: 20210713142226.19155-2-peter.maydell@linaro.org
Diffstat (limited to 'docs/system')
| -rw-r--r-- | docs/system/arm/cubieboard.rst | 16 | ||||
| -rw-r--r-- | docs/system/target-arm.rst | 1 |
2 files changed, 17 insertions, 0 deletions
diff --git a/docs/system/arm/cubieboard.rst b/docs/system/arm/cubieboard.rst new file mode 100644 index 0000000000..344ff8cef9 --- /dev/null +++ b/docs/system/arm/cubieboard.rst @@ -0,0 +1,16 @@ +Cubietech Cubieboard (``cubieboard``) +===================================== + +The ``cubieboard`` model emulates the Cubietech Cubieboard, +which is a Cortex-A8 based single-board computer using +the AllWinner A10 SoC. + +Emulated devices: + +- Timer +- UART +- RTC +- EMAC +- SDHCI +- USB controller +- SATA controller diff --git a/docs/system/target-arm.rst b/docs/system/target-arm.rst index 705b8835e4..e2fcb64872 100644 --- a/docs/system/target-arm.rst +++ b/docs/system/target-arm.rst @@ -85,6 +85,7 @@ undocumented; you can get a complete list by running arm/aspeed arm/sabrelite arm/digic + arm/cubieboard arm/musicpal arm/gumstix arm/nrf |
