summaryrefslogtreecommitdiff
path: root/src/mainboard/asus
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2020-10-08 09:12:24 +0200
committerMichael Niewöhner <foss@mniewoehner.de>2021-01-26 21:00:09 +0000
commit4c77a8b3edb53b7dde8e01276a55d8871c5752cd (patch)
treefbe8cfc49af650e9191e8c86478a141b26de696f /src/mainboard/asus
parent19a0923ca9911a8f5ceebec3e1a679b5be5577a0 (diff)
downloadcoreboot-4c77a8b3edb53b7dde8e01276a55d8871c5752cd.tar.xz
mb/asus/a88xm-e: Convert to ASL 2.0 syntax
Generated 'build/dsdt.dsl' files are identical. Change-Id: I8887b869e9ed809f7861b810c2fb994fa2ee062e Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/46156 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
Diffstat (limited to 'src/mainboard/asus')
-rw-r--r--src/mainboard/asus/a88xm-e/acpi/sleep.asl6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mainboard/asus/a88xm-e/acpi/sleep.asl b/src/mainboard/asus/a88xm-e/acpi/sleep.asl
index 87773378c9..46f37f344e 100644
--- a/src/mainboard/asus/a88xm-e/acpi/sleep.asl
+++ b/src/mainboard/asus/a88xm-e/acpi/sleep.asl
@@ -22,10 +22,10 @@ Name(WKST,Package(){Zero, Zero})
Method(\_PTS, 1) {
/* Clear wake status structure. */
- Store(0, Index(WKST,0))
- Store(0, Index(WKST,1))
+ WKST [0] = 0
+ WKST [1] = 0
- Store (0x07, UPWS)
+ UPWS = 0x07
} /* End Method(\_PTS) */
/*