aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2017-09-06 07:07:53 +0300
committerKyösti Mälkki <kyosti.malkki@gmail.com>2017-09-06 22:16:05 +0000
commita26377b063d9fe33ddf36dec04b7ce7ec9defba5 (patch)
treed3be172ec7b2da7020e74eb1ef6164446128616f /src
parent130b4a29eb9f3e128183179df5d0f980c6303229 (diff)
asus/kcma-d8 kgpe/d16: Fix regression for shutdown
Fix regression caused by commit: 714709f AMD fam10 ACPI: Use common fixed sleepstates.asl Adding common sleepstates.asl got lost in rebase process. Change-Id: I4f22ee950ae5637113db8e79ca238cb1b81002aa Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/21413 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Iru Cai <mytbk920423@gmail.com> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Diffstat (limited to 'src')
-rw-r--r--src/mainboard/asus/kcma-d8/dsdt.asl2
-rw-r--r--src/mainboard/asus/kgpe-d16/dsdt.asl2
2 files changed, 4 insertions, 0 deletions
diff --git a/src/mainboard/asus/kcma-d8/dsdt.asl b/src/mainboard/asus/kcma-d8/dsdt.asl
index 5242dfaaa6..f1bc896a79 100644
--- a/src/mainboard/asus/kcma-d8/dsdt.asl
+++ b/src/mainboard/asus/kcma-d8/dsdt.asl
@@ -50,6 +50,8 @@ DefinitionBlock (
/* HPET enable */
Name (HPTE, 0x1)
+ #include <southbridge/amd/common/acpi/sleepstates.asl>
+
/* The _PIC method is called by the OS to choose between interrupt
* routing via the i8259 interrupt controller or the APIC.
*
diff --git a/src/mainboard/asus/kgpe-d16/dsdt.asl b/src/mainboard/asus/kgpe-d16/dsdt.asl
index f97e7ca405..6a25b4dd75 100644
--- a/src/mainboard/asus/kgpe-d16/dsdt.asl
+++ b/src/mainboard/asus/kgpe-d16/dsdt.asl
@@ -50,6 +50,8 @@ DefinitionBlock (
/* HPET enable */
Name (HPTE, 0x1)
+ #include <southbridge/amd/common/acpi/sleepstates.asl>
+
/* The _PIC method is called by the OS to choose between interrupt
* routing via the i8259 interrupt controller or the APIC.
*