Attention is currently required from: Varshit B Pandya, Lance Zhao, Subrata Banik, Rizwan Qureshi, Tim Wawrzynczak. Hello Lance Zhao, build bot (Jenkins), Subrata Banik, Rizwan Qureshi, Tim Wawrzynczak, Eric Lai,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/63315
to look at the new patch set (#2).
Change subject: drivers/intel/dptf: Add support for Battery participant ......................................................................
drivers/intel/dptf: Add support for Battery participant
As per Intel Dynamic Tuning revision 1.3.13 (Doc no: 541817) Add support for BAT1 device under _SB.DPTF
BUG=b:205928013 TEST=Build, boot brya0 and dump SSDT to check BAT1 device
Device (BAT1) { Name (_HID, "INTC1061") // _HID: Hardware ID Name (_UID, "BAT1") // _UID: Unique ID Name (_STR, "Battery Participant") // _STR: Description String Name (PTYP, 0xC) Method (_STA, 0, NotSerialized) // _STA: Status { Return (0x0F) } }
Signed-off-by: Varshit B Pandya varshit.b.pandya@intel.com Change-Id: I9104318fd838f30253ab1eeac4e212b3b917f516 --- M src/acpi/acpigen_dptf.c M src/drivers/intel/dptf/Kconfig M src/drivers/intel/dptf/dptf.c M src/drivers/intel/dptf/dptf.h M src/include/acpi/acpigen_dptf.h 5 files changed, 36 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/15/63315/2