mb/getac/p470/acpi: Convert 'gpe.asl' to ASL 2.0 syntax
Change-Id: I9f5a89946888be3ed033c2ee079f171a23404e90 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/45556 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
This commit is contained in:
parent
ac3d4dc6ef
commit
11e4618794
|
@ -15,7 +15,7 @@ Scope (_GPE)
|
|||
// Software GPE
|
||||
Method (_L02, 0)
|
||||
{
|
||||
Store (0, GPEC)
|
||||
GPEC = 0
|
||||
}
|
||||
|
||||
// USB1
|
||||
|
@ -42,7 +42,7 @@ Scope (_GPE)
|
|||
// SMBus (Reserved!)
|
||||
Method (_L07, 0)
|
||||
{
|
||||
// Store (0x20, \_SB.PCI0.SBUS.HSTS)
|
||||
// \_SB.PCI0.SBUS.HSTS = 0x20
|
||||
}
|
||||
|
||||
// COM1/COM2 (RI)
|
||||
|
|
Loading…
Reference in New Issue