[coreboot-gerrit] New patch to review for coreboot: 846a567 mainboard/asus/f2a85-m: Correct APIC routing for Bus 0, Dev 21

Tobias Diedrich (ranma+coreboot@tdiedrich.de) gerrit at coreboot.org
Sun Nov 9 20:34:18 CET 2014


Tobias Diedrich (ranma+coreboot at tdiedrich.de) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/7384

-gerrit

commit 846a56742d002571e8eda386a0dd6cace5e6f1d0
Author: Tobias Diedrich <ranma+coreboot at tdiedrich.de>
Date:   Sun Nov 9 20:31:07 2014 +0100

    mainboard/asus/f2a85-m: Correct APIC routing for Bus 0, Dev 21
    
    The "Bus 0, Dev 21 PCIE Bridge" entry doesn't match the DSDT from my
    BIOS. It looks like this entry was erroneously copied from the entry
    for "Bus 0, Dev 20" without rotating the IRQ numbers.
    The other entries match my ASUS BIOS and the usual rotation pattern.
    
    Change-Id: I7401c3daaf0da78ba631791947e5a6bb045fc075
    Signed-off-by: Tobias Diedrich <ranma+coreboot at tdiedrich.de>
---
 src/mainboard/asus/f2a85-m/acpi/routing.asl | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/mainboard/asus/f2a85-m/acpi/routing.asl b/src/mainboard/asus/f2a85-m/acpi/routing.asl
index 0685f8d..d2976a6 100644
--- a/src/mainboard/asus/f2a85-m/acpi/routing.asl
+++ b/src/mainboard/asus/f2a85-m/acpi/routing.asl
@@ -138,11 +138,11 @@
 		/* Bus 0, Dev 17 - SATA controller */
 		Package(){0x0011FFFF, 0, 0, 19 },
 
-		/* Bus0, Dev 21 PCIE Bridge */
-		Package(){0x0015FFFF, 0, 0, 16 },
-		Package(){0x0015FFFF, 1, 0, 17 },
-		Package(){0x0015FFFF, 2, 0, 18 },
-		Package(){0x0015FFFF, 3, 0, 19 },
+		/* Bus 0, Dev 21 PCIE Bridge */
+		Package(){0x0015FFFF, 0, 0, 17 },
+		Package(){0x0015FFFF, 1, 0, 18 },
+		Package(){0x0015FFFF, 2, 0, 19 },
+		Package(){0x0015FFFF, 3, 0, 16 },
 	})
 
 	Name(PS2, Package(){



More information about the coreboot-gerrit mailing list