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>
This commit is contained in:
parent
130b4a29eb
commit
a26377b063
|
@ -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.
|
||||
*
|
||||
|
|
|
@ -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.
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue