qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/2] Add mach-virt platform
@ 2013-04-30 16:04 John Rigby
  2013-04-30 16:04 ` [Qemu-devel] [PATCH v2 1/2] ARM: Allow boards to provide an fdt blob John Rigby
  2013-04-30 16:04 ` [Qemu-devel] [PATCH v2 2/2] ARM: Add mach-virt platform John Rigby
  0 siblings, 2 replies; 6+ messages in thread
From: John Rigby @ 2013-04-30 16:04 UTC (permalink / raw)
  To: qemu-devel; +Cc: Peter Maydell, John Rigby, patches

First modify arm fdt handling so boards can provide a blob
rather than requiring one on command line.

Next add mach-virt platform that creates fdt blob from scratch
describing its minimal hw which is a pl011 uart and a sp804 timer.

Tested on amd64 host with full system emulation and also using kvm
on an arndale board

v2 changes: remove bogus cruft from mach-virt.c that was leftover
from checkpatch fixing

John Rigby (2):
  ARM: Allow boards to provide an fdt blob
  ARM: Add mach-virt platform

 hw/arm/Makefile.objs |    2 +-
 hw/arm/boot.c        |   31 +++--
 hw/arm/mach-virt.c   |  337 ++++++++++++++++++++++++++++++++++++++++++++++++++
 include/hw/arm/arm.h |    6 +
 4 files changed, 364 insertions(+), 12 deletions(-)
 create mode 100644 hw/arm/mach-virt.c

-- 
1.7.9.5

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

end of thread, other threads:[~2013-05-03 22:35 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-30 16:04 [Qemu-devel] [PATCH v2 0/2] Add mach-virt platform John Rigby
2013-04-30 16:04 ` [Qemu-devel] [PATCH v2 1/2] ARM: Allow boards to provide an fdt blob John Rigby
2013-05-03 14:11   ` Peter Maydell
2013-04-30 16:04 ` [Qemu-devel] [PATCH v2 2/2] ARM: Add mach-virt platform John Rigby
2013-05-03 14:29   ` Peter Maydell
2013-05-03 22:35     ` John Rigby

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).