summaryrefslogtreecommitdiff
path: root/src/mainboard/amd
diff options
context:
space:
mode:
authorRaul E Rangel <rrangel@chromium.org>2020-07-13 16:33:07 -0600
committerFelix Held <felix-coreboot@felixheld.de>2020-07-16 17:20:04 +0000
commit79ab7d7780bfb0a23748afdd5b4832e23544b4df (patch)
tree56af18119332c0dd9fa49e211d2017ca9b27186e /src/mainboard/amd
parentd45835837985c4e97b55d09a42a2297da714d891 (diff)
downloadcoreboot-79ab7d7780bfb0a23748afdd5b4832e23544b4df.tar.xz
soc/amd/picasso/acpi,mb/{zork,mandolin}: Stop clearing PciExpWakeStatus
The kernel already clears this: https://source.chromium.org/chromiumos/chromiumos/codesearch/+/master:src/third_party/kernel/v5.4/drivers/acpi/acpica/hwregs.c;l=390 No reason to have the firmware do it as well. BUG=b:153001807, b:154756391 TEST=Build Trembyle, boot, suspend, and resume and didn't see any ACPI errors. Signed-off-by: Raul E Rangel <rrangel@chromium.org> Change-Id: Ia5c79fb95dc885eaef8abc4257b6ba18c1ef1b66 Reviewed-on: https://review.coreboot.org/c/coreboot/+/43428 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org> Reviewed-by: Furquan Shaikh <furquan@google.com>
Diffstat (limited to 'src/mainboard/amd')
-rw-r--r--src/mainboard/amd/mandolin/acpi/sleep.asl2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mainboard/amd/mandolin/acpi/sleep.asl b/src/mainboard/amd/mandolin/acpi/sleep.asl
index 6fdb30b5d4..526754e429 100644
--- a/src/mainboard/amd/mandolin/acpi/sleep.asl
+++ b/src/mainboard/amd/mandolin/acpi/sleep.asl
@@ -21,8 +21,6 @@ Method(_PTS, 1) {
/* DBGO("From S0 to S") */
/* DBGO(Arg0) */
/* DBGO("\n") */
-
- Store(0, PEWD)
} /* End Method(\_PTS) */
/*