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>
This commit is contained in:
parent
c2363d0fa4
commit
d27a565211
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue