[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [RFC v5 1/5] hw/arm: add very initial support for Canon
From: |
Andreas Färber |
Subject: |
Re: [Qemu-devel] [RFC v5 1/5] hw/arm: add very initial support for Canon DIGIC SoC |
Date: |
Fri, 13 Sep 2013 16:48:12 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 |
Am 07.09.2013 09:04, schrieb Antony Pavlov:
> DIGIC is Canon Inc.'s name for a family of SoC
> for digital cameras and camcorders.
>
> There is no publicly available specification for
> DIGIC chips. All information about DIGIC chip
> internals is based on reverse engineering efforts
> made by CHDK (http://chdk.wikia.com) and
> Magic Lantern (http://www.magiclantern.fm) projects
> contributors.
>
> Signed-off-by: Antony Pavlov <address@hidden>
> ---
> default-configs/arm-softmmu.mak | 1 +
> hw/arm/Makefile.objs | 1 +
> hw/arm/digic.c | 65
> +++++++++++++++++++++++++++++++++++++++++
> include/hw/arm/digic.h | 35 ++++++++++++++++++++++
> 4 files changed, 102 insertions(+)
> create mode 100644 hw/arm/digic.c
> create mode 100644 include/hw/arm/digic.h
Perfect,
Reviewed-by: Andreas Färber <address@hidden>
Thanks for your patience,
Andreas
--
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg
- [Qemu-devel] [RFC v5 0/5] hw/arm: add initial support for Canon DIGIC SoC, Antony Pavlov, 2013/09/07
- [Qemu-devel] [RFC v5 1/5] hw/arm: add very initial support for Canon DIGIC SoC, Antony Pavlov, 2013/09/07
- Re: [Qemu-devel] [RFC v5 1/5] hw/arm: add very initial support for Canon DIGIC SoC,
Andreas Färber <=
- [Qemu-devel] [RFC v5 2/5] hw/arm/digic: prepare DIGIC-based boards support, Antony Pavlov, 2013/09/07
- [Qemu-devel] [RFC v5 3/5] hw/arm/digic: add timer support, Antony Pavlov, 2013/09/07
- [Qemu-devel] [RFC v5 4/5] hw/arm/digic: add UART support, Antony Pavlov, 2013/09/07
- [Qemu-devel] [RFC v5 5/5] hw/arm/digic: add NOR ROM support, Antony Pavlov, 2013/09/07
- Re: [Qemu-devel] [RFC v5 0/5] hw/arm: add initial support for Canon DIGIC SoC, Antony Pavlov, 2013/09/13