coreboot/src/include/acpi
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
..
acpi.h coreboot_tables.c: Expose the ACPI RSDP 2022-03-09 14:21:01 +00:00
acpi_crat.h acpi: Add cb support to publish CRAT ACPI object 2021-01-02 22:50:56 +00:00
acpi_device.h acpi/device: Add ability to generate proper _STA for PowerResource 2021-06-07 05:21:30 +00:00
acpi_gnvs.h ACPI: Refactor use of global and device NVS 2021-06-14 19:45:56 +00:00
acpi_ivrs.h soc/amd/acpi: Move ACPI IVRS generation to coreboot 2020-08-20 19:42:05 +00:00
acpi_osc.h acpi: Add acpi_osc.h 2021-04-21 22:25:36 +00:00
acpi_pld.h acpi: Use ACPI macros to configure USB port _PLD object 2022-02-18 14:53:49 +00:00
acpi_pm.h ACPI: Add helpers for CBMEM_ID_POWER_STATE 2021-01-23 20:31:09 +00:00
acpi_sata.h treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
acpi_soundwire.h acpi/soundwire: Add functions to generate SoundWire properties 2020-05-21 08:04:02 +00:00
acpigen.h src/include/acpi: Move CPPC_PACKAGE_NAME macro definition 2022-01-18 16:13:28 +00:00
acpigen_dptf.h drivers/intel/dptf: Add support for Battery participant 2022-04-05 14:48:47 +00:00
acpigen_dsm.h treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
acpigen_pci.h acpi: Add acpigen_write_PRT* helpers for generating _PRT entries 2021-03-24 16:08:57 +00:00
acpigen_ps2_keybd.h arch/x86/acpi: Add code for KEY_MENU 2022-02-18 20:18:41 +00:00
acpigen_usb.h ec/google/chromeec: Add PLD to EC conn in ACPI table 2021-11-22 15:12:01 +00:00