All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] hw/arm/virt: Add flash and RTC devices
@ 2014-06-10 14:51 Peter Maydell
  2014-06-10 14:51 ` [Qemu-devel] [PATCH 1/2] hw/arm/virt: Provide flash devices for boot ROMs Peter Maydell
  2014-06-10 14:51 ` [Qemu-devel] [PATCH 2/2] hw/arm/virt: Provide PL031 RTC Peter Maydell
  0 siblings, 2 replies; 11+ messages in thread
From: Peter Maydell @ 2014-06-10 14:51 UTC (permalink / raw)
  To: qemu-devel; +Cc: Michael Casadevall, Christoffer Dall, patches

These patches add a few extra devices to the 'virt' platform,
mostly for the benefit of UEFI.

 * flash devices, so bootroms like UEFI have somewhere to
   live and somewhere to store their persistent variables
 * a PL031 RTC, since UEFI mandates an RTC

I don't actually have a working UEFI image for the 'virt' platform
currently; tested with a Linux kernel guest.

Peter Maydell (2):
  hw/arm/virt: Provide flash devices for boot ROMs
  hw/arm/virt: Provide PL031 RTC

 hw/arm/virt.c | 93 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 92 insertions(+), 1 deletion(-)

-- 
1.9.2

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

end of thread, other threads:[~2014-06-26 12:49 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-10 14:51 [Qemu-devel] [PATCH 0/2] hw/arm/virt: Add flash and RTC devices Peter Maydell
2014-06-10 14:51 ` [Qemu-devel] [PATCH 1/2] hw/arm/virt: Provide flash devices for boot ROMs Peter Maydell
2014-06-10 16:15   ` Paolo Bonzini
2014-06-10 16:17     ` Peter Maydell
2014-06-10 16:23       ` Paolo Bonzini
2014-06-10 16:38         ` Peter Maydell
2014-06-10 16:48           ` Paolo Bonzini
2014-06-10 16:50             ` Peter Maydell
2014-06-10 14:51 ` [Qemu-devel] [PATCH 2/2] hw/arm/virt: Provide PL031 RTC Peter Maydell
2014-06-20 22:51   ` Aurelien Jarno
2014-06-26 12:48     ` Peter Maydell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.