]> rtime.felk.cvut.cz Git - jailhouse.git/commitdiff
config: Correct / comment GIC irqchip addresses
authorJan Kiszka <jan.kiszka@siemens.com>
Sun, 26 Jun 2016 05:31:24 +0000 (07:31 +0200)
committerJan Kiszka <jan.kiszka@siemens.com>
Sun, 26 Jun 2016 07:16:28 +0000 (09:16 +0200)
We will soon evaluate them, so their correct value starts to matter.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
configs/bananapi.c
configs/vexpress-linux-demo.c
configs/vexpress.c

index 7efb394f29c9df7e38a0a68ae08c1638dc3757de..6e727430ed577a9a01cd4551c9cb39e4c49a8230 100644 (file)
@@ -163,7 +163,7 @@ struct {
        },
        .irqchips = {
                /* GIC */ {
-                       .address = 0x2f000000,
+                       .address = 0x01c81000,
                        .pin_base = 32,
                        .pin_bitmap = {
                                0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff
index ebd33418b673aebea57ad390c04af0641c5ae6d3..250a3a89a059d984c0cee5f4e4581858b516f4d8 100644 (file)
@@ -55,8 +55,8 @@ struct {
        },
 
        .irqchips = {
-               /* GIC */ {
-                       .address = 0x2f000000,
+               /* GIC v3 */ {
+                       .address = 0x2f000000, /* GIC v2: 0x2f001000 */
                        .pin_base = 32,
                        .pin_bitmap = {
                                0x00000100,
index 3caf3093ab13639a33d5e86239bd0338e64c376d..7d239d2f3f40b2930352a52842a7693be2af9659 100644 (file)
@@ -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