Skip to content

Commit 2d21dd1

Browse files
committed
docs/system: Briefly document canon-a1100 board
Add skeletal documentation of the canon-a1100 board. 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 3f41003 commit 2d21dd1

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed

MAINTAINERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -636,6 +636,7 @@ F: include/hw/arm/digic.h
636636
F: hw/*/digic*
637637
F: include/hw/*/digic*
638638
F: tests/acceptance/machine_arm_canona1100.py
639+
F: docs/system/arm/digic.rst
639640

640641
Goldfish RTC
641642
M: Anup Patel <[email protected]>

docs/system/arm/digic.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Canon A1100 (``canon-a1100``)
2+
=============================
3+
4+
This machine is a model of the Canon PowerShot A1100 camera, which
5+
uses the DIGIC SoC. This model is based on reverse engineering efforts
6+
by the contributors to the `CHDK <http://chdk.wikia.com/>`_ and
7+
`Magic Lantern <http://www.magiclantern.fm/>`_ projects.
8+
9+
The emulation is incomplete. In particular it can't be used
10+
to run the original camera firmware, but it can successfully run
11+
an experimental version of the `barebox bootloader <http://www.barebox.org/>`_.

docs/system/target-arm.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ undocumented; you can get a complete list by running
8282
arm/versatile
8383
arm/vexpress
8484
arm/aspeed
85+
arm/digic
8586
arm/musicpal
8687
arm/nseries
8788
arm/orangepi

0 commit comments

Comments
 (0)