Browse Source

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
pull/121/head
Peter Maydell 5 years ago
parent
commit
d4a7c362fe
  1. 1
      MAINTAINERS
  2. 16
      docs/system/arm/cubieboard.rst
  3. 1
      docs/system/target-arm.rst

1
MAINTAINERS

@ -560,6 +560,7 @@ S: Odd Fixes
F: hw/*/allwinner*
F: include/hw/*/allwinner*
F: hw/arm/cubieboard.c
F: docs/system/arm/cubieboard.rst
Allwinner-h3
M: Niek Linnenbank <nieklinnenbank@gmail.com>

16
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

1
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

Loading…
Cancel
Save