<p>Elyes HAOUAS has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/26608">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">mb/aopen: Get rid of whitespace before tab<br><br>Change-Id: I05d938add5aabe2557a5d915a54a920e7ba9f50f<br>Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr><br>---<br>M src/mainboard/aopen/dxplplusu/acpi/i82801db.asl<br>M src/mainboard/aopen/dxplplusu/bus.h<br>M src/mainboard/aopen/dxplplusu/irq_tables.c<br>3 files changed, 10 insertions(+), 10 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/08/26608/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/mainboard/aopen/dxplplusu/acpi/i82801db.asl b/src/mainboard/aopen/dxplplusu/acpi/i82801db.asl</span><br><span>index 633007d..bd6b286 100644</span><br><span>--- a/src/mainboard/aopen/dxplplusu/acpi/i82801db.asl</span><br><span>+++ b/src/mainboard/aopen/dxplplusu/acpi/i82801db.asl</span><br><span>@@ -149,7 +149,7 @@</span><br><span>                 })</span><br><span> </span><br><span>               Method (_CRS, 0, NotSerialized)</span><br><span style="color: hsl(0, 100%, 40%);">-         {</span><br><span style="color: hsl(120, 100%, 40%);">+             {</span><br><span>                    Return (MSBG)</span><br><span>                }</span><br><span>    }</span><br><span>diff --git a/src/mainboard/aopen/dxplplusu/bus.h b/src/mainboard/aopen/dxplplusu/bus.h</span><br><span>index 965b8b7..12eef12 100644</span><br><span>--- a/src/mainboard/aopen/dxplplusu/bus.h</span><br><span>+++ b/src/mainboard/aopen/dxplplusu/bus.h</span><br><span>@@ -34,6 +34,6 @@</span><br><span> #define IOAPIC_P64H2_BUS_B    3       /* IOAPIC 3 at 02:1c.0  MBAR = fe300000 DataAddr = fe300010 */</span><br><span> #define IOAPIC_P64H2_BUS_A    4       /* IOAPIC 4 at 02:1e.0  MBAR = fe301000 DataAddr = fe301010 */</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-#define INTEL_IOAPIC_NUM_INTERRUPTS   24      /* Both ICH-4 and P64-H2 */</span><br><span style="color: hsl(120, 100%, 40%);">+#define INTEL_IOAPIC_NUM_INTERRUPTS        24      /* Both ICH-4 and P64-H2 */</span><br><span> </span><br><span> #endif</span><br><span>diff --git a/src/mainboard/aopen/dxplplusu/irq_tables.c b/src/mainboard/aopen/dxplplusu/irq_tables.c</span><br><span>index 8d9298b..66bf513 100644</span><br><span>--- a/src/mainboard/aopen/dxplplusu/irq_tables.c</span><br><span>+++ b/src/mainboard/aopen/dxplplusu/irq_tables.c</span><br><span>@@ -32,14 +32,14 @@</span><br><span>         PIRQ_SIGNATURE,</span><br><span>      PIRQ_VERSION,</span><br><span>        32 + 16 * CONFIG_IRQ_SLOT_COUNT,                /* Size of this struct in bytes */</span><br><span style="color: hsl(0, 100%, 40%);">-      0,                                              /* PCI bus number on which the interrupt router resides */</span><br><span style="color: hsl(0, 100%, 40%);">-      PCI_DEVFN(31, 0),                               /* PCI device/function number of the interrupt router */</span><br><span style="color: hsl(0, 100%, 40%);">-        0,                                              /* PCI-exclusive IRQ bitmap */</span><br><span style="color: hsl(120, 100%, 40%);">+        0,                                              /* PCI bus number on which the interrupt router resides */</span><br><span style="color: hsl(120, 100%, 40%);">+    PCI_DEVFN(31, 0),                               /* PCI device/function number of the interrupt router */</span><br><span style="color: hsl(120, 100%, 40%);">+      0,                                              /* PCI-exclusive IRQ bitmap */</span><br><span>       PCI_VENDOR_ID_INTEL,                            /* Vendor ID of compatible PCI interrupt router */</span><br><span>   PCI_DEVICE_ID_INTEL_82801DB_LPC,                /* Device ID of compatible PCI interrupt router */</span><br><span style="color: hsl(0, 100%, 40%);">-      0,                                              /* Additional miniport information */</span><br><span style="color: hsl(0, 100%, 40%);">-   { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 },            /* Reserved, must be zero */</span><br><span style="color: hsl(0, 100%, 40%);">-    0xB1,                                           /* Checksum of the entire structure (causes 8-bit sum == 0) */</span><br><span style="color: hsl(120, 100%, 40%);">+        0,                                              /* Additional miniport information */</span><br><span style="color: hsl(120, 100%, 40%);">+ { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 },            /* Reserved, must be zero */</span><br><span style="color: hsl(120, 100%, 40%);">+  0xB1,                                   /* Checksum of the entire structure (causes 8-bit sum == 0) */</span><br><span>       {</span><br><span>            /* NOTE: For 82801, a nonzero link value is a pointer to a PIRQ[n]_ROUT register in PCI configuration space */</span><br><span>               /*               This was determined from linux-2.6.11/arch/i386/pci/irq.c */</span><br><span>@@ -47,8 +47,8 @@</span><br><span>            /* ICH-3 doesn't allow SERIRQ or PCI message to generate IRQ0, IRQ2, IRQ8, or IRQ13 */</span><br><span>           /* Not sure why IRQ9 isn't routable (inherited from Tyan S2735) */</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-              /*                                        INTA#              INTB#            INTC#             INTD# */</span><br><span style="color: hsl(0, 100%, 40%);">-                /*  bus,                device #          {link  , bitmap}, {link  , bitmap}, {link  , bitmap}, {link  , bitmap},  slot, rfu */</span><br><span style="color: hsl(120, 100%, 40%);">+               /*                                        INTA#              INTB#            INTC#             INTD# */</span><br><span style="color: hsl(120, 100%, 40%);">+              /*  bus,                device #          {link  , bitmap}, {link  , bitmap}, {link  , bitmap}, {link  , bitmap},  slot, rfu */</span><br><span> </span><br><span>          {PCI_BUS_ROOT,          PCI_DEVFN(31, 0), {{PIRQ_C, 0xdcf8}, {PIRQ_B, 0xdcf8}, UNUSED_INTERRUPT, UNUSED_INTERRUPT},   0, 0},    /* IDE / SMBus */</span><br><span>            {PCI_BUS_ROOT,          PCI_DEVFN(29, 0), {{PIRQ_A, 0xdcf8}, {PIRQ_D, 0xdcf8}, {PIRQ_C, 0xdcf8}, {PIRQ_H, 0xdcf8}},   0, 0},    /* USB 1.1 */</span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/26608">change 26608</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://review.coreboot.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://review.coreboot.org/26608"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: coreboot </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I05d938add5aabe2557a5d915a54a920e7ba9f50f </div>
<div style="display:none"> Gerrit-Change-Number: 26608 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Elyes HAOUAS <ehaouas@noos.fr> </div>