Move QRANK_DIMM_SUPPORT to Kconfig, removing it from romstage.c
[coreboot.git] / src / mainboard / arima / hdama / irq_tables.c
index add22b4e039a4b345b44c78686b12a166b2ee1c4..b95bda22443ea33201e9a8afda54d6453ee23b39 100644 (file)
        {linkc, AVAILABLE_IRQS}, {linkd, AVAILABLE_IRQS}}, slot, 0}
 
 /*  Each IRQ_SLOT entry consists of:
- *  bus, devfn, {link, bitmap}, {link, bitmap}, {link, bitmap}, {link, bitmap}, slot, rfu  
+ *  bus, devfn, {link, bitmap}, {link, bitmap}, {link, bitmap}, {link, bitmap}, slot, rfu
  */
 
 const struct irq_routing_table intel_irq_routing_table = {
        PIRQ_SIGNATURE,         /* u32 signature */
        PIRQ_VERSION,           /* u16 version   */
-       32+16*IRQ_SLOT_COUNT,   /* there can be total IRQ_SLOT_COUNT table entries */
+       32+16*CONFIG_IRQ_SLOT_COUNT,    /* there can be total CONFIG_IRQ_SLOT_COUNT table entries */
        IRQ_ROUTER_BUS,         /* Where the interrupt router lies (bus) */
        IRQ_ROUTER_DEVFN,       /* Where the interrupt router lies (dev) */
        0x00,                   /* IRQs devoted exclusively to PCI usage */
        IRQ_ROUTER_VENDOR,      /* Vendor */
        IRQ_ROUTER_DEVICE,      /* Device */
-       0x00,                   /* Crap (miniport) */
+       0x00,                   /* Miniport data */
        { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }, /* u8 rfu[11] */
        0xb0,           /*  u8 checksum , mod 256 checksum must give zero */
        {       /* slot(0=onboard), devfn, irqlinks (line id, 0=not routed) */