soc/intel/{cnl,icl,skl}: Convert 'platform.asl' to ASL 2.0 syntax

Signed-off-by: Subrata Banik <subrata.banik@intel.com>
Change-Id: I3fcd971402e540d91a7392ca58175eb3ecc24cec
Reviewed-on: https://review.coreboot.org/c/coreboot/+/45981
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Subrata Banik 2020-10-03 22:28:39 +05:30
parent 319a91f894
commit ae63c1e013
3 changed files with 3 additions and 3 deletions

View File

@ -16,5 +16,5 @@
Method (_PIC, 1)
{
/* Remember the OS' IRQ routing choice. */
Store (Arg0, PICM)
PICM = Arg0
}

View File

@ -16,5 +16,5 @@
Method (_PIC, 1)
{
/* Remember the OS' IRQ routing choice. */
Store (Arg0, PICM)
PICM = Arg0
}

View File

@ -16,5 +16,5 @@
Method (_PIC, 1)
{
/* Remember the OS' IRQ routing choice. */
Store (Arg0, PICM)
PICM = Arg0
}