mb/lenovo/{l520,t430}/acpi/platform.asl: Rearrange code
Rearrange code to unify with the rest of xx20/xx30 boards. No functional changes - just smaller diff output. Change-Id: I5867b2a90b2e53a3a9dd919701f1e185cb39cf78 Signed-off-by: Peter Lemenkov <lemenkov@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/43686 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
committed by
Patrick Georgi
parent
6fcfca54c6
commit
73030c8c54
@@ -1,5 +1,18 @@
|
|||||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||||
|
|
||||||
|
/* The _PTS method (Prepare To Sleep) is called before the OS is
|
||||||
|
* entering a sleep state. The sleep state number is passed in Arg0
|
||||||
|
*/
|
||||||
|
|
||||||
|
Method(_PTS,1)
|
||||||
|
{
|
||||||
|
\_SB.PCI0.LPCB.EC.MUTE(1)
|
||||||
|
\_SB.PCI0.LPCB.EC.USBP(0)
|
||||||
|
\_SB.PCI0.LPCB.EC.RADI(0)
|
||||||
|
}
|
||||||
|
|
||||||
|
/* The _WAK method is called on system wakeup */
|
||||||
|
|
||||||
Method(_WAK,1)
|
Method(_WAK,1)
|
||||||
{
|
{
|
||||||
/* ME may not be up yet. */
|
/* ME may not be up yet. */
|
||||||
@@ -12,10 +25,3 @@ Method(_WAK,1)
|
|||||||
/* Not implemented. */
|
/* Not implemented. */
|
||||||
Return(Package(){0,0})
|
Return(Package(){0,0})
|
||||||
}
|
}
|
||||||
|
|
||||||
Method(_PTS,1)
|
|
||||||
{
|
|
||||||
\_SB.PCI0.LPCB.EC.MUTE(1)
|
|
||||||
\_SB.PCI0.LPCB.EC.USBP(0)
|
|
||||||
\_SB.PCI0.LPCB.EC.RADI(0)
|
|
||||||
}
|
|
||||||
|
@@ -1,5 +1,18 @@
|
|||||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||||
|
|
||||||
|
/* The _PTS method (Prepare To Sleep) is called before the OS is
|
||||||
|
* entering a sleep state. The sleep state number is passed in Arg0
|
||||||
|
*/
|
||||||
|
|
||||||
|
Method(_PTS,1)
|
||||||
|
{
|
||||||
|
\_SB.PCI0.LPCB.EC.MUTE(1)
|
||||||
|
\_SB.PCI0.LPCB.EC.USBP(0)
|
||||||
|
\_SB.PCI0.LPCB.EC.RADI(0)
|
||||||
|
}
|
||||||
|
|
||||||
|
/* The _WAK method is called on system wakeup */
|
||||||
|
|
||||||
Method(_WAK,1)
|
Method(_WAK,1)
|
||||||
{
|
{
|
||||||
/* ME may not be up yet. */
|
/* ME may not be up yet. */
|
||||||
@@ -9,12 +22,6 @@ Method(_WAK,1)
|
|||||||
/* Wake the HKEY to init BT/WWAN */
|
/* Wake the HKEY to init BT/WWAN */
|
||||||
\_SB.PCI0.LPCB.EC.HKEY.WAKE (Arg0)
|
\_SB.PCI0.LPCB.EC.HKEY.WAKE (Arg0)
|
||||||
|
|
||||||
|
/* Not implemented. */
|
||||||
Return(Package(){0,0})
|
Return(Package(){0,0})
|
||||||
}
|
}
|
||||||
|
|
||||||
Method(_PTS,1)
|
|
||||||
{
|
|
||||||
\_SB.PCI0.LPCB.EC.MUTE(1)
|
|
||||||
\_SB.PCI0.LPCB.EC.USBP(0)
|
|
||||||
\_SB.PCI0.LPCB.EC.RADI(0)
|
|
||||||
}
|
|
||||||
|
Reference in New Issue
Block a user