]> rtime.felk.cvut.cz Git - jailhouse.git/commitdiff
configs: Prepare h87i for interrupt remapping
authorJan Kiszka <jan.kiszka@siemens.com>
Thu, 7 Aug 2014 21:06:49 +0000 (23:06 +0200)
committerJan Kiszka <jan.kiszka@siemens.com>
Sat, 23 Aug 2014 11:26:11 +0000 (13:26 +0200)
Add the missing configuration bits that will allow us to remap IOAPIC
interrupts and MSIs.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
configs/h87i.c

index 756bb07cdee3888167006422392e482968721cfb..2b74999fee95e0b89c9948ee19ab7b8f67ba28af 100644 (file)
@@ -40,6 +40,7 @@ struct {
                                0xfed91000,
                        },
                },
+               .interrupt_limit = 256,
                .root_cell = {
                        .name = "H87I-PLUS",
 
@@ -116,6 +117,7 @@ struct {
        .irqchips = {
                /* IOAPIC */ {
                        .address = 0xfec00000,
+                       .id = 0xf0f8,
                        .pin_bitmap = 0xffffff,
                },
        },