mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-10 02:54:58 -06:00
docs/system: Briefly document canon-a1100 board
Add skeletal documentation of the canon-a1100 board. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Message-id: 20200713175746.5936-2-peter.maydell@linaro.org
This commit is contained in:
parent
3f410039b7
commit
2d21dd17c5
3 changed files with 13 additions and 0 deletions
|
@ -636,6 +636,7 @@ F: include/hw/arm/digic.h
|
||||||
F: hw/*/digic*
|
F: hw/*/digic*
|
||||||
F: include/hw/*/digic*
|
F: include/hw/*/digic*
|
||||||
F: tests/acceptance/machine_arm_canona1100.py
|
F: tests/acceptance/machine_arm_canona1100.py
|
||||||
|
F: docs/system/arm/digic.rst
|
||||||
|
|
||||||
Goldfish RTC
|
Goldfish RTC
|
||||||
M: Anup Patel <anup.patel@wdc.com>
|
M: Anup Patel <anup.patel@wdc.com>
|
||||||
|
|
11
docs/system/arm/digic.rst
Normal file
11
docs/system/arm/digic.rst
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
Canon A1100 (``canon-a1100``)
|
||||||
|
=============================
|
||||||
|
|
||||||
|
This machine is a model of the Canon PowerShot A1100 camera, which
|
||||||
|
uses the DIGIC SoC. This model is based on reverse engineering efforts
|
||||||
|
by the contributors to the `CHDK <http://chdk.wikia.com/>`_ and
|
||||||
|
`Magic Lantern <http://www.magiclantern.fm/>`_ projects.
|
||||||
|
|
||||||
|
The emulation is incomplete. In particular it can't be used
|
||||||
|
to run the original camera firmware, but it can successfully run
|
||||||
|
an experimental version of the `barebox bootloader <http://www.barebox.org/>`_.
|
|
@ -82,6 +82,7 @@ undocumented; you can get a complete list by running
|
||||||
arm/versatile
|
arm/versatile
|
||||||
arm/vexpress
|
arm/vexpress
|
||||||
arm/aspeed
|
arm/aspeed
|
||||||
|
arm/digic
|
||||||
arm/musicpal
|
arm/musicpal
|
||||||
arm/nseries
|
arm/nseries
|
||||||
arm/orangepi
|
arm/orangepi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue