HAOUAS Elyes has uploaded this change for review.

View Change

mb/getac/p470/acpi: Convert 'gpe.asl' to ASL 2.0 syntax

Change-Id: I9f5a89946888be3ed033c2ee079f171a23404e90
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
---
M src/mainboard/getac/p470/acpi/gpe.asl
1 file changed, 2 insertions(+), 2 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/56/45556/1
diff --git a/src/mainboard/getac/p470/acpi/gpe.asl b/src/mainboard/getac/p470/acpi/gpe.asl
index e72b980..b9e4056 100644
--- a/src/mainboard/getac/p470/acpi/gpe.asl
+++ b/src/mainboard/getac/p470/acpi/gpe.asl
@@ -15,7 +15,7 @@
// Software GPE
Method (_L02, 0)
{
- Store (0, GPEC)
+ GPEC = 0
}

// USB1
@@ -42,7 +42,7 @@
// SMBus (Reserved!)
Method (_L07, 0)
{
- // Store (0x20, \_SB.PCI0.SBUS.HSTS)
+ // \_SB.PCI0.SBUS.HSTS = 0x20
}

// COM1/COM2 (RI)

To view, visit change 45556. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I9f5a89946888be3ed033c2ee079f171a23404e90
Gerrit-Change-Number: 45556
Gerrit-PatchSet: 1
Gerrit-Owner: HAOUAS Elyes <ehaouas@noos.fr>
Gerrit-MessageType: newchange