soc/amd/stoneyridge/acpi: Convert to ASL 2.0

Change-Id: I71c296cdc0180a2832aeb51434de3302a54b5db8
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/50323
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
Elyes HAOUAS
2021-02-05 20:06:25 +01:00
committed by Patrick Georgi
parent 2f33a671b4
commit 72ff4b774d
2 changed files with 2 additions and 2 deletions

View File

@@ -109,7 +109,7 @@
{ {
\_SB.CIRQ() \_SB.CIRQ()
} }
Store(Arg0, PICM) PICM = Arg0
} }
Method(CIRQ, 0x00, NotSerialized){ Method(CIRQ, 0x00, NotSerialized){

View File

@@ -583,7 +583,7 @@ Method(PWGC,2, Serialized)
Local1 = ~Arg0 Local1 = ~Arg0
Local0 &= Local1 Local0 &= Local1
} }
Store(Local0, PGA3) PGA3 = Local0
if (Arg0 == 0x20) { /* if SwUsb3SlpShutdown */ if (Arg0 == 0x20) { /* if SwUsb3SlpShutdown */
Local0 = PGA3 Local0 = PGA3
Local0 &= Arg0 Local0 &= Arg0