diff options
author | Angel Pons <th3fanbus@gmail.com> | 2020-10-25 22:53:06 +0100 |
---|---|---|
committer | Michael Niewöhner <foss@mniewoehner.de> | 2020-11-13 13:04:15 +0000 |
commit | 1fa487e1b32f94a8c009962365c00e0c19294647 (patch) | |
tree | bc982b0c47a660af4dfd7826bfdae3aec64135ad /src/southbridge | |
parent | a82f06cb8fd5899a37b6b73ec682e8058f42a93e (diff) |
sb/intel/lynxpoint/acpi/gpio.asl: Serialize GWAK method
Commit 576b7c7 (broadwell: gpio.asl: Make GWAK method serialized) made
GWAK serialized for Broadwell. This commit follows suit on Lynx Point.
The reason to serialize this method is because it creates named objects
which depend on input parameters, and thus cannot be created elsewhere.
Change-Id: I892700df3bba079e3280008f619017e3954d5a06
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/46783
Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/southbridge')
-rw-r--r-- | src/southbridge/intel/lynxpoint/acpi/gpio.asl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/southbridge/intel/lynxpoint/acpi/gpio.asl b/src/southbridge/intel/lynxpoint/acpi/gpio.asl index 1a50968617..358bdec26d 100644 --- a/src/southbridge/intel/lynxpoint/acpi/gpio.asl +++ b/src/southbridge/intel/lynxpoint/acpi/gpio.asl @@ -47,7 +47,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 (GPBS & ~1, Local0) |