summaryrefslogtreecommitdiff
path: root/source/common/ahpredef.c
diff options
context:
space:
mode:
authorRobert Moore <Robert.Moore@intel.com>2021-02-18 14:24:34 -0800
committerGitHub <noreply@github.com>2021-02-18 14:24:34 -0800
commit79acf21c5d667214aa94ad645ba2f68e0c2c536c (patch)
tree50f94ef82a1a5e304a7a77a316d7472c3135c9ae /source/common/ahpredef.c
parent44953996cc100d60ac554f0b6597f0fe25f1d688 (diff)
parent44ca5f4f9be24bf64524cdb1de46322509319056 (diff)
downloadacpica-79acf21c5d667214aa94ad645ba2f68e0c2c536c.tar.gz
Merge pull request #662 from SchmErik/acpi64
ACPI 6.4 changes
Diffstat (limited to 'source/common/ahpredef.c')
-rw-r--r--source/common/ahpredef.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/common/ahpredef.c b/source/common/ahpredef.c
index e6e2ffc75..d92417d16 100644
--- a/source/common/ahpredef.c
+++ b/source/common/ahpredef.c
@@ -200,12 +200,16 @@ const AH_PREDEFINED_NAME AslPredefinedInfo[] =
AH_PREDEF ("_BMC", "Battery Maintenance Control", "Sets battery maintenance and control features"),
AH_PREDEF ("_BMD", "Battery Maintenance Data", "Returns battery maintenance, control, and state data"),
AH_PREDEF ("_BMS", "Battery Measurement Sampling Time", "Sets the battery measurement sampling time"),
+ AH_PREDEF ("_BPC", "Battery Power Characteristics", "Returns static values used to configure power threshold support in the platform firmware"),
+ AH_PREDEF ("_BPS", "Battery Power State", "Returns the power delivery capabilities of the battery at the present time"),
+ AH_PREDEF ("_BPT", "Battery Power Threshold", "Set a relative battery peak power capability change threshold"),
AH_PREDEF ("_BQC", "Brightness Query Current", "Returns the current display brightness level"),
AH_PREDEF ("_BST", "Battery Status", "Returns a Control Method Battery status block"),
AH_PREDEF ("_BTH", "Battery Throttle Limit", "Thermal limit for charging and discharging"),
AH_PREDEF ("_BTM", "Battery Time", "Returns the battery runtime"),
AH_PREDEF ("_BTP", "Battery Trip Point", "Sets a Control Method Battery trip point"),
AH_PREDEF ("_CBA", "Configuration Base Address", "Sets the base address for a PCI Express host bridge"),
+ AH_PREDEF ("_CBR", "CXL Host Bridge Register Info", "Get the memory location of CXL Host Bridge Registers"),
AH_PREDEF ("_CCA", "Cache Coherency Attribute", "Returns a device's support level for cache coherency"),
AH_PREDEF ("_CDM", "Clock Domain", "Returns a logical processor's clock domain identifier"),
AH_PREDEF ("_CID", "Compatible ID", "Returns a device's Plug and Play Compatible ID list"),