soc/intel/alderlake: Add ADL-P 4+4 with 28W TDP
[coreboot.git] / src / ec / lenovo / h8 / acpi / ac.asl
blob436fdcfaeb21e1a36ea232d003df4a81d0932df8
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 Field(ERAM, ByteAcc, NoLock, Preserve)
5                 Offset (0x46),
6                                 , 4,
7                             HPAC, 1
10 Device(AC)
12         Name(_HID, "ACPI0003")
13         Name(_UID, 0x00)
14         Name(_PCL, Package() { \_SB } )
16         Method(_PSR, 0, NotSerialized)
17         {
18                 Local0 = HPAC
19                 \PWRS = Local0
20                 \PNOT()
21                 return (Local0)
22         }
24         Method(_STA, 0, NotSerialized)
25         {
26                 Return (0x0f)
27         }