diff options
author | Mario Scheithauer <mario.scheithauer@siemens.com> | 2017-07-17 14:31:41 +0200 |
---|---|---|
committer | Werner Zeh <werner.zeh@siemens.com> | 2017-07-20 04:44:45 +0000 |
commit | d27a565211a7bbd647599efe69695686de142e51 (patch) | |
tree | dd45f185b869b12656c40f316d5d5e889648e664 /src | |
parent | c2363d0fa4f8d7564baf1d259971b804dac3fbc4 (diff) | |
download | coreboot-d27a565211a7bbd647599efe69695686de142e51.tar.xz |
siemens/mc_apl1: Include platform.asl
The OS of this mainboard needs the _PIC method for the selection of the
type of interrupt routing.
Change-Id: Ic82ba1b368aff0030422d9602ebc882247a2191b
Signed-off-by: Mario Scheithauer <mario.scheithauer@siemens.com>
Reviewed-on: https://review.coreboot.org/20618
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Werner Zeh <werner.zeh@siemens.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/siemens/mc_apl1/dsdt.asl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainboard/siemens/mc_apl1/dsdt.asl b/src/mainboard/siemens/mc_apl1/dsdt.asl index 004523a0ff..e7f1ade0dc 100644 --- a/src/mainboard/siemens/mc_apl1/dsdt.asl +++ b/src/mainboard/siemens/mc_apl1/dsdt.asl @@ -22,6 +22,9 @@ DefinitionBlock( 0x20110725 // OEM revision ) { + /* generic macros */ + #include <soc/intel/apollolake/acpi/platform.asl> + /* global NVS and variables */ #include <soc/intel/apollolake/acpi/globalnvs.asl> |