coreboot/src/drivers/intel
Varshit B Pandya 170a76caa7 drivers/intel/dptf: Add support for Battery participant
As per Intel Dynamic Tuning revision 1.3.13 (Doc no: 541817) add
support for TBAT device under \_SB.DPTF

BUG=b:205928013
TEST=Build, boot brya0 and dump SSDT to check TBAT device

Device (TBAT)
{
    Name (_HID, "INTC1061")  // _HID: Hardware ID
    Name (_UID, "TBAT")  // _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
Reviewed-on: https://review.coreboot.org/c/coreboot/+/63315
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
Reviewed-by: Sumeet R Pawnikar <sumeet.r.pawnikar@intel.com>
2022-04-05 14:48:47 +00:00
..
dptf drivers/intel/dptf: Add support for Battery participant 2022-04-05 14:48:47 +00:00
fsp1_1 arch/x86/postcar: Use a separate stack for C execution 2022-04-01 22:17:19 +00:00
fsp2_0 drivers/intel/fsp2_0: Add provision to extract FSP Performance Data 2022-04-02 14:52:24 +00:00
gma src: Make PCI ID define names shorter 2022-03-07 08:32:09 +00:00
i210 drivers/intel/i210: Set log level to BIOS_NOTICE on missing MAC address 2022-03-08 15:01:54 +00:00
ish soc/intel/common: Include Meteor Lake device IDs 2022-03-09 22:28:33 +00:00
mipi_camera soc/intel/alderlake: Update CPU IDs with correct steppings 2022-04-04 17:48:56 +00:00
pmc_mux drivers/intel/pmc_mux: Fix printing type 2022-02-21 15:29:55 +00:00
ptt
soundwire
usb4/retimer driver/intel/usb4/retimer: Change loglevel prefix 2022-03-17 14:44:10 +00:00