summaryrefslogtreecommitdiffstats
path: root/src/mainboard/hp/snb_ivb_laptops/acpi/platform.asl
blob: 68a709e0db123ee8c9cba73dd42bccb12ba342b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */

Method(_WAK,1)
{
	\_SB.PCI0.LPCB.EC0.ACPI = 1
	\_SB.PCI0.LPCB.EC0.SLPT = 0

	Return(Package(){0,0})
}

Method(_PTS,1)
{
	\_SB.PCI0.LPCB.EC0.SLPT = Arg0
}