All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 1/1] versatilepb: add gpio pl061 support
@ 2012-10-05 11:17 Jean-Christophe PLAGNIOL-VILLARD
  2012-10-05 17:19 ` Peter Maydell
  0 siblings, 1 reply; 2+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2012-10-05 11:17 UTC (permalink / raw)
  To: qemu-devel; +Cc: Jean-Christophe PLAGNIOL-VILLARD

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
---
 hw/versatilepb.c |    5 +++++
 1 file changed, 5 insertions(+)

diff --git a/hw/versatilepb.c b/hw/versatilepb.c
index 7a92034..3359c6c 100644
--- a/hw/versatilepb.c
+++ b/hw/versatilepb.c
@@ -265,6 +265,11 @@ static void versatile_init(ram_addr_t ram_size,
     sysbus_create_simple("sp804", 0x101e2000, pic[4]);
     sysbus_create_simple("sp804", 0x101e3000, pic[5]);
 
+    sysbus_create_simple("pl061", 0x101e4000, pic[6]);
+    sysbus_create_simple("pl061", 0x101e5000, pic[7]);
+    sysbus_create_simple("pl061", 0x101e6000, pic[8]);
+    sysbus_create_simple("pl061", 0x101e7000, pic[9]);
+
     /* The versatile/PB actually has a modified Color LCD controller
        that includes hardware cursor support from the PL111.  */
     dev = sysbus_create_simple("pl110_versatile", 0x10120000, pic[16]);
-- 
1.7.10.4

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

* Re: [Qemu-devel] [PATCH 1/1] versatilepb: add gpio pl061 support
  2012-10-05 11:17 [Qemu-devel] [PATCH 1/1] versatilepb: add gpio pl061 support Jean-Christophe PLAGNIOL-VILLARD
@ 2012-10-05 17:19 ` Peter Maydell
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Maydell @ 2012-10-05 17:19 UTC (permalink / raw)
  To: Jean-Christophe PLAGNIOL-VILLARD; +Cc: qemu-devel

On 5 October 2012 12:17, Jean-Christophe PLAGNIOL-VILLARD
<plagnioj@jcrosoft.com> wrote:
> Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>

thanks!
-- PMM

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

end of thread, other threads:[~2012-10-05 17:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-10-05 11:17 [Qemu-devel] [PATCH 1/1] versatilepb: add gpio pl061 support Jean-Christophe PLAGNIOL-VILLARD
2012-10-05 17:19 ` 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.