summaryrefslogtreecommitdiff
path: root/source/common/ahpredef.c
diff options
context:
space:
mode:
authorErik Schmauss <erik.schmauss@intel.com>2017-03-02 16:30:38 -0800
committerErik Schmauss <erik.schmauss@intel.com>2017-03-07 12:43:10 -0800
commitf2f3813fb6b6a6ec1f406f05061c0e9270e86146 (patch)
tree39a9ad66a81b6b472f55f3f4af4bd4af512a32dc /source/common/ahpredef.c
parentdbc6a3d5ff22df730cc81802af0422bb64b19347 (diff)
downloadacpica-f2f3813fb6b6a6ec1f406f05061c0e9270e86146.tar.gz
Add support for _LSI as a predefined method.
Signed-off-by: Erik Schmauss <erik.schmauss@intel.com>
Diffstat (limited to 'source/common/ahpredef.c')
-rw-r--r--source/common/ahpredef.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/common/ahpredef.c b/source/common/ahpredef.c
index 41e19f687..fbd639dc2 100644
--- a/source/common/ahpredef.c
+++ b/source/common/ahpredef.c
@@ -287,6 +287,7 @@ const AH_PREDEFINED_NAME AslPredefinedInfo[] =
AH_PREDEF ("_LL_", "Low Level", "Interrupt polarity, Resource Descriptor field"),
AH_PREDEF ("_LPD", "Low Power Dependencies", "Returns a list of dependencies for low power idle entry"),
AH_PREDEF ("_LPI", "Low Power Idle States", "Returns a list of supported low power idle states"),
+ AH_PREDEF ("_LSI", "Label Storage Information", "Returns information about the Label Storage Area associated with the NVDIMM object."),
AH_PREDEF ("_MAF", "Maximum Address Fixed", "Resource Descriptor field"),
AH_PREDEF ("_MAT", "Multiple APIC Table Entry", "Returns a list of MADT APIC structure entries"),
AH_PREDEF ("_MAX", "Maximum Base Address", "Resource Descriptor field"),