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>
This commit is contained in:
parent
a82f06cb8f
commit
1fa487e1b3
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue