[coreboot-gerrit] Patch set updated for coreboot: mainboard/asus/kgpe-d16: Reenable power LED after S3 resume

Timothy Pearson (tpearson@raptorengineeringinc.com) gerrit at coreboot.org
Tue Jan 26 21:47:07 CET 2016


Timothy Pearson (tpearson at raptorengineeringinc.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/13171

-gerrit

commit d987634bf9c0593709db417c75febe41b1c81a5a
Author: Timothy Pearson <tpearson at raptorengineeringinc.com>
Date:   Tue Nov 24 14:12:06 2015 -0600

    mainboard/asus/kgpe-d16: Reenable power LED after S3 resume
    
    Change-Id: I958990f3203d3cbe7ae64833800d631c1034327f
    Signed-off-by: Timothy Pearson <tpearson at raptorengineeringinc.com>
---
 src/mainboard/asus/kgpe-d16/acpi/pm_ctrl.asl | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/src/mainboard/asus/kgpe-d16/acpi/pm_ctrl.asl b/src/mainboard/asus/kgpe-d16/acpi/pm_ctrl.asl
index b5a7ed9..658d877 100644
--- a/src/mainboard/asus/kgpe-d16/acpi/pm_ctrl.asl
+++ b/src/mainboard/asus/kgpe-d16/acpi/pm_ctrl.asl
@@ -218,7 +218,7 @@ Method(\_WAK, 1) {
 
 	/* Set up LEDs */
 	/* Set power LED to steady on */
-	Store(0x3, BLNK)
+	Store(0x0, BLNK)
 
 	/* Configure SuperIO for wake */
 	/* Access SuperIO ACPI device */
@@ -291,11 +291,6 @@ Method(\_PTS, 1) {
 		/* Set suspend LED to 0.25Hz toggle pulse with 50% duty cycle */
 		Store(0x2, BLNK)
 	}
-	if (LEqual(Arg0, 0x3))	/* Power state S3 requested */
-	{
-		/* Set suspend LED to 0.25Hz toggle pulse with 25% duty cycle */
-		Store(0x1, BLNK)
-	}
 
 	/* Configure SuperIO for sleep */
 	/* Access SuperIO ACPI device */



More information about the coreboot-gerrit mailing list