mb/amd/padmelon: Convert to ASL 2.0 syntax
Change-Id: I88c1c907916c3de51f6b3b72f7a49e90a1b1a383 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/46148 Reviewed-by: Michael Niewöhner <foss@mniewoehner.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
committed by
Michael Niewöhner
parent
2976d3286e
commit
85a2026800
@@ -26,10 +26,10 @@ Method(_PTS, 1) {
|
|||||||
/* DBGO("\n") */
|
/* DBGO("\n") */
|
||||||
|
|
||||||
/* Clear wake status structure. */
|
/* Clear wake status structure. */
|
||||||
Store(0, PEWD)
|
PEWD = 0
|
||||||
Store(0, Index(WKST,0))
|
WKST [0] = 0
|
||||||
Store(0, Index(WKST,1))
|
WKST [1] = 0
|
||||||
Store(7, UPWS)
|
UPWS = 7
|
||||||
} /* End Method(\_PTS) */
|
} /* End Method(\_PTS) */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Reference in New Issue
Block a user