diff options
author | Martin Roth <martinroth@google.com> | 2018-05-06 22:47:15 -0500 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2018-05-29 22:34:50 +0000 |
commit | 60e084b7d37f4942b22fb3e1e142673269d57083 (patch) | |
tree | 646d0cdc28175b154c944671b310212f98cf5195 /src | |
parent | a34b5bc6ed972dd1720345011b07e4a97b9e4594 (diff) |
mainboard/hp/dl145_g1: Remove empty WAK ACPI method
Change-Id: I16cdf2781ce1bf9458300de70a87a3bb98d01636
Signed-off-by: Martin Roth <martinroth@google.com>
Reviewed-on: https://review.coreboot.org/26128
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/hp/dl145_g1/dsdt.asl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mainboard/hp/dl145_g1/dsdt.asl b/src/mainboard/hp/dl145_g1/dsdt.asl index 5227c3a8cf..bf9787dc79 100644 --- a/src/mainboard/hp/dl145_g1/dsdt.asl +++ b/src/mainboard/hp/dl145_g1/dsdt.asl @@ -205,8 +205,6 @@ DefinitionBlock ("DSDT.aml", "DSDT", 1, "LXBIOS", "LXB-DSDT", 1) #include <southbridge/amd/amd8111/acpi/sleepstates.asl> - Method (WAK, 1, NotSerialized) {} - Name (WAKP, Package (0x02) { 0x00, 0x00 }) // Status // 0: 0 Wake was signaled but failed due to lack of power. @@ -220,7 +218,6 @@ DefinitionBlock ("DSDT.aml", "DSDT", 1, "LXBIOS", "LXB-DSDT", 1) // Arg0: The value of the sleeping state from which woken (1=S1, ...) // Result: (2 DWORD package) ShiftLeft (Arg0, 0x04, DBG8) - WAK (Arg0) Store (0xFF, KSBI) // Clear 0xFF in CMOS RAM Store (0x00, KSBD) If (LEqual (Arg0, 0x01)) { // Wake from S1 state |