mb/amd/olivehill: Convert to ASL 2.0 syntax
Change-Id: Icacd8c8a7b5604354a7fd04ed73ecb3bbc86e669 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/46147 Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
67444fb952
commit
db53013b18
|
@ -30,9 +30,9 @@ Method(_PTS, 1) {
|
||||||
/* DBGO("\n") */
|
/* DBGO("\n") */
|
||||||
|
|
||||||
/* Clear wake status structure. */
|
/* Clear wake status structure. */
|
||||||
Store(0, Index(WKST,0))
|
WKST [0] = 0
|
||||||
Store(0, Index(WKST,1))
|
WKST [1] = 0
|
||||||
Store(7, UPWS)
|
UPWS = 7
|
||||||
\_SB.APTS(Arg0)
|
\_SB.APTS(Arg0)
|
||||||
} /* End Method(\_PTS) */
|
} /* End Method(\_PTS) */
|
||||||
|
|
||||||
|
@ -56,7 +56,7 @@ Method(\_WAK, 1) {
|
||||||
/* DBGO("From S") */
|
/* DBGO("From S") */
|
||||||
/* DBGO(Arg0) */
|
/* DBGO(Arg0) */
|
||||||
/* DBGO(" to S0\n") */
|
/* DBGO(" to S0\n") */
|
||||||
Store(1,USBS)
|
USBS = 1
|
||||||
|
|
||||||
\_SB.AWAK(Arg0)
|
\_SB.AWAK(Arg0)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue