[coreboot-gerrit] New patch to review for coreboot: broadwell: gpio.asl: Make GWAK method serialized

Duncan Laurie (dlaurie@google.com) gerrit at coreboot.org
Tue Jan 19 05:13:20 CET 2016


Duncan Laurie (dlaurie at google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/13045

-gerrit

commit 6658f247d5575ac83ddaed054aeb3f885c50a8d6
Author: Duncan Laurie <dlaurie at google.com>
Date:   Mon Jan 18 20:06:46 2016 -0800

    broadwell: gpio.asl: Make GWAK method serialized
    
    This method creates named objects and must be serialized
    to prevent a warning from IASL.
    
    Tested by compiling purism/librem13 which includes this ASL.
    
    Change-Id: Ic043ea479e681d2180421fcf8e0583b62e6fcd71
    Signed-off-by: Duncan Laurie <dlaurie at google.com>
---
 src/soc/intel/broadwell/acpi/gpio.asl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/soc/intel/broadwell/acpi/gpio.asl b/src/soc/intel/broadwell/acpi/gpio.asl
index 4a5ee9f..bf55c9b 100644
--- a/src/soc/intel/broadwell/acpi/gpio.asl
+++ b/src/soc/intel/broadwell/acpi/gpio.asl
@@ -69,7 +69,7 @@ Device (GPIO)
 
 	// GWAK: Setup GPIO as ACPI GPE for Wake
 	// Arg0: GPIO Number
-	Method (GWAK, 1, NotSerialized)
+	Method (GWAK, 1, Serialized)
 	{
 		// Local0 = GPIO Base Address
 		Store (And (GPBS, Not(0x1)), Local0)



More information about the coreboot-gerrit mailing list