diff options
author | Dan Williams <dan.j.williams@intel.com> | 2017-11-15 13:10:48 -0500 |
---|---|---|
committer | Dan Williams <dan.j.williams@intel.com> | 2017-11-15 19:55:41 -0500 |
commit | 79ab67ede21f536851a99ea68ee6fc1f5435e055 (patch) | |
tree | f9827a91eacd53d4316551b59c350c05b50a89e1 /drivers/acpi | |
parent | fb2a1748355161e050e9f49f1ea9a0ae707a148b (diff) |
acpi, nfit: add 'Enable Latch System Shutdown Status' command support
The NVDIMM_FAMILY_INTEL 'Enable Latch System Shutdown Status' command
indicates to the platform that system software has acknowledged the most
recent unsafe shutdown status.
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Diffstat (limited to 'drivers/acpi')
-rw-r--r-- | drivers/acpi/nfit/nfit.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/acpi/nfit/nfit.h b/drivers/acpi/nfit/nfit.h index 341be9511d0e..f0cf18b2da8b 100644 --- a/drivers/acpi/nfit/nfit.h +++ b/drivers/acpi/nfit/nfit.h | |||
@@ -51,6 +51,7 @@ | |||
51 | * non-default DSM revision ids | 51 | * non-default DSM revision ids |
52 | */ | 52 | */ |
53 | enum nvdimm_family_cmds { | 53 | enum nvdimm_family_cmds { |
54 | NVDIMM_INTEL_LATCH_SHUTDOWN = 10, | ||
54 | NVDIMM_INTEL_GET_MODES = 11, | 55 | NVDIMM_INTEL_GET_MODES = 11, |
55 | NVDIMM_INTEL_GET_FWINFO = 12, | 56 | NVDIMM_INTEL_GET_FWINFO = 12, |
56 | NVDIMM_INTEL_START_FWUPDATE = 13, | 57 | NVDIMM_INTEL_START_FWUPDATE = 13, |
@@ -66,7 +67,7 @@ enum nvdimm_family_cmds { | |||
66 | | 1 << NVDIMM_INTEL_GET_FWINFO | 1 << NVDIMM_INTEL_START_FWUPDATE \ | 67 | | 1 << NVDIMM_INTEL_GET_FWINFO | 1 << NVDIMM_INTEL_START_FWUPDATE \ |
67 | | 1 << NVDIMM_INTEL_SEND_FWUPDATE | 1 << NVDIMM_INTEL_FINISH_FWUPDATE \ | 68 | | 1 << NVDIMM_INTEL_SEND_FWUPDATE | 1 << NVDIMM_INTEL_FINISH_FWUPDATE \ |
68 | | 1 << NVDIMM_INTEL_QUERY_FWUPDATE | 1 << NVDIMM_INTEL_SET_THRESHOLD \ | 69 | | 1 << NVDIMM_INTEL_QUERY_FWUPDATE | 1 << NVDIMM_INTEL_SET_THRESHOLD \ |
69 | | 1 << NVDIMM_INTEL_INJECT_ERROR) | 70 | | 1 << NVDIMM_INTEL_INJECT_ERROR | 1 << NVDIMM_INTEL_LATCH_SHUTDOWN) |
70 | 71 | ||
71 | enum nfit_uuids { | 72 | enum nfit_uuids { |
72 | /* for simplicity alias the uuid index with the family id */ | 73 | /* for simplicity alias the uuid index with the family id */ |