qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/4] add sunxi machine


From: liguang
Subject: [Qemu-devel] [PATCH 0/4] add sunxi machine
Date: Wed, 20 Nov 2013 15:53:19 +0800

this patch-set implemented a device-reduced 
machine type for Allwinner's sunxi series SoC,
like sunxi-4i/5i/7i ...

now, It can support sunxi-4i with a cortex-a8 processor.
and will support more later, like sunxi-7i with cortex-a7 
processor, and will add more devices.

reference:
http://linux-sunxi.org/Main_Page

Li Guang (4)
         hw/arm: add new machine type sunxi
         hw/arm/sunxi-soc: add interrupt controller
         hw/arm/sunxi-soc: add sunxi timer
         hw/arm/sunxi-soc: really initialize sunxi machine

hw/arm/Makefile.objs | 2 +-
hw/arm/sunxi-soc.c   | 601 ++++++++++++++++++++++++++++++
2 files changed, 602 insertions(+), 1 deletions(-)
 create mode 100644 hw/arm/sunxi-soc.c




reply via email to

[Prev in Thread] Current Thread [Next in Thread]