soc/intel/{cnl,icl,skl}: Convert 'platform.asl' to ASL 2.0 syntax
[coreboot.git] / src / soc / intel / icelake / acpi / platform.asl
blob4b01aeb4646c4dc6a8acb025e65c9984575f02b1
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 /* Enable ACPI _SWS methods */
4 #include <soc/intel/common/acpi/acpi_wake_source.asl>
5 /* Generic indicator for sleep state */
6 #include <soc/intel/common/acpi/platform.asl>
8 /*
9  * The _PIC method is called by the OS to choose between interrupt
10  * routing via the i8259 interrupt controller or the APIC.
11  *
12  * _PIC is called with a parameter of 0 for i8259 configuration and
13  * with a parameter of 1 for Local Apic/IOAPIC configuration.
14  */
16 Method (_PIC, 1)
18         /* Remember the OS' IRQ routing choice. */
19         PICM = Arg0