From: Jan Kiszka Date: Sun, 26 Jun 2016 05:31:24 +0000 (+0200) Subject: config: Correct / comment GIC irqchip addresses X-Git-Url: http://rtime.felk.cvut.cz/gitweb/jailhouse.git/commitdiff_plain/85783c01aa07f911c6eab0f53536a82a7d207f2f?hp=f2931b157d70e7257da839588cb2a325dc2a0aa6 config: Correct / comment GIC irqchip addresses We will soon evaluate them, so their correct value starts to matter. Signed-off-by: Jan Kiszka --- diff --git a/configs/bananapi.c b/configs/bananapi.c index 7efb394..6e72743 100644 --- a/configs/bananapi.c +++ b/configs/bananapi.c @@ -163,7 +163,7 @@ struct { }, .irqchips = { /* GIC */ { - .address = 0x2f000000, + .address = 0x01c81000, .pin_base = 32, .pin_bitmap = { 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff diff --git a/configs/vexpress-linux-demo.c b/configs/vexpress-linux-demo.c index ebd3341..250a3a8 100644 --- a/configs/vexpress-linux-demo.c +++ b/configs/vexpress-linux-demo.c @@ -55,8 +55,8 @@ struct { }, .irqchips = { - /* GIC */ { - .address = 0x2f000000, + /* GIC v3 */ { + .address = 0x2f000000, /* GIC v2: 0x2f001000 */ .pin_base = 32, .pin_bitmap = { 0x00000100, diff --git a/configs/vexpress.c b/configs/vexpress.c index 3caf309..7d239d2 100644 --- a/configs/vexpress.c +++ b/configs/vexpress.c @@ -104,8 +104,8 @@ struct { }, }, .irqchips = { - /* GIC */ { - .address = 0x2f000000, + /* GIC v3 */ { + .address = 0x2f000000, /* GIC v2: 0x2f001000 */ .pin_base = 32, .pin_bitmap = { 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff