summaryrefslogtreecommitdiffstats
path: root/src/mainboard/amd/mandolin
diff options
context:
space:
mode:
authorRaul E Rangel <rrangel@chromium.org>2021-03-03 17:01:46 -0700
committerFelix Held <felix-coreboot@felixheld.de>2021-03-08 23:30:38 +0000
commit8e6059db28491249954df81ba3baa593395be97a (patch)
treec3499c4c5d91d8cfbc132fd754e4e5302328ecd5 /src/mainboard/amd/mandolin
parent7778cf2d30f780fc5bf867af8171a5cd6c47b835 (diff)
downloadcoreboot-8e6059db28491249954df81ba3baa593395be97a.tar.gz
coreboot-8e6059db28491249954df81ba3baa593395be97a.tar.bz2
coreboot-8e6059db28491249954df81ba3baa593395be97a.zip
soc/amd,mb/google/,mb/amd: Move sleepstates.asl
This file is common for all the AMD platforms. Signed-off-by: Raul E Rangel <rrangel@chromium.org> Change-Id: I10ee600b4bcd7aaff39bfab075eb4dbc9096b435 Reviewed-on: https://review.coreboot.org/c/coreboot/+/51299 Reviewed-by: Felix Held <felix-coreboot@felixheld.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/amd/mandolin')
-rw-r--r--src/mainboard/amd/mandolin/dsdt.asl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/amd/mandolin/dsdt.asl b/src/mainboard/amd/mandolin/dsdt.asl
index 1cce71e588df..3b33adc2335c 100644
--- a/src/mainboard/amd/mandolin/dsdt.asl
+++ b/src/mainboard/amd/mandolin/dsdt.asl
@@ -25,7 +25,7 @@ DefinitionBlock (
#include <cpu.asl>
/* Contains the supported sleep states for this chipset */
- #include <sleepstates.asl>
+ #include <soc/amd/common/acpi/sleepstates.asl>
/* Contains _SWS methods */
#include <soc/amd/common/acpi/acpi_wake_source.asl>