qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/4] add sunxi machine
@ 2013-11-20  7:53 liguang
  2013-11-20  7:53 ` [Qemu-devel] [PATCH 1/4] hw/arm: add new machine type sunxi liguang
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: liguang @ 2013-11-20  7:53 UTC (permalink / raw)
  To: qemu-devel; +Cc: Peter Maydell, liguang

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

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2013-11-20 23:57 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-20  7:53 [Qemu-devel] [PATCH 0/4] add sunxi machine liguang
2013-11-20  7:53 ` [Qemu-devel] [PATCH 1/4] hw/arm: add new machine type sunxi liguang
2013-11-20  7:53 ` [Qemu-devel] [PATCH 2/4] hw/arm/sunxi-soc: add interrupt controller liguang
2013-11-20  7:53 ` [Qemu-devel] [PATCH 3/4] hw/arm/sunxi-soc: add sunxi timer liguang
2013-11-20  7:53 ` [Qemu-devel] [PATCH 4/4] hw/arm/sunxi-soc: really initialize sunxi machine liguang
2013-11-20  9:26 ` [Qemu-devel] [PATCH 0/4] add " Peter Maydell
2013-11-20 23:55   ` Li Guang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).