From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37144) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WuNgK-0002sj-Qk for qemu-devel@nongnu.org; Tue, 10 Jun 2014 11:09:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WuNg4-0008Hz-Qn for qemu-devel@nongnu.org; Tue, 10 Jun 2014 11:09:48 -0400 Received: from mnementh.archaic.org.uk ([2001:8b0:1d0::1]:48587) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WuNg4-0008HQ-KM for qemu-devel@nongnu.org; Tue, 10 Jun 2014 11:09:32 -0400 From: Peter Maydell Date: Tue, 10 Jun 2014 15:51:45 +0100 Message-Id: <1402411908-25821-1-git-send-email-peter.maydell@linaro.org> Subject: [Qemu-devel] [PATCH 0/2] hw/arm/virt: Add flash and RTC devices List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Michael Casadevall , Christoffer Dall , patches@linaro.org 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