[coreboot-gerrit] New patch to review for coreboot: 1fe187d lenovo/t520/acpi/gpe.asl: fix ExpressCard gpe configExpre

Nicolas Reinecke (nr@das-labor.org) gerrit at coreboot.org
Sun Sep 7 15:23:16 CEST 2014


Nicolas Reinecke (nr at das-labor.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/6850

-gerrit

commit 1fe187d2488dc0a109e83899c511810896f985b3
Author: Nicolas Reinecke <nr at das-labor.org>
Date:   Sun Sep 7 15:21:31 2014 +0200

    lenovo/t520/acpi/gpe.asl: fix ExpressCard gpe configExpre
    
    ExpressCard is connected to PCIe port 4.
    
    Change-Id: I0cffabd9d9435d24a7e9c178c2f96fb1a9390320
    Signed-off-by: Nicolas Reinecke <nr at das-labor.org>
---
 src/mainboard/lenovo/t520/acpi/gpe.asl | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/mainboard/lenovo/t520/acpi/gpe.asl b/src/mainboard/lenovo/t520/acpi/gpe.asl
index eb489d5..80bee71 100644
--- a/src/mainboard/lenovo/t520/acpi/gpe.asl
+++ b/src/mainboard/lenovo/t520/acpi/gpe.asl
@@ -1,13 +1,13 @@
 	Method (_L01, 0, NotSerialized)
 	{
-		If (\_SB.PCI0.RP03.HPCS)
+		If (\_SB.PCI0.RP04.HPCS)
 		{
 			Sleep (100)
-			Store (0x01, \_SB.PCI0.RP03.HPCS)
-			If (\_SB.PCI0.RP03.PDC)
+			Store (0x01, \_SB.PCI0.RP04.HPCS)
+			If (\_SB.PCI0.RP04.PDC)
 			{
-				Store (0x01, \_SB.PCI0.RP03.PDC)
-				Notify (\_SB.PCI0.RP03, 0x00)
+				Store (0x01, \_SB.PCI0.RP04.PDC)
+				Notify (\_SB.PCI0.RP04, 0x00)
 			}
 		}
 	}



More information about the coreboot-gerrit mailing list