summaryrefslogtreecommitdiffstats
path: root/host-ipmid-whitelist.conf
diff options
context:
space:
mode:
authorYong Li <yong.b.li@linux.intel.com>2018-10-09 01:59:45 +0800
committerVernon Mauery <vernon.mauery@linux.intel.com>2018-11-20 00:34:15 +0000
commit18d772634afe5656ea10263466afe770bfb339b6 (patch)
tree32d1193ca8b0363913e7bb7b0164b9b2cf04c45d /host-ipmid-whitelist.conf
parent46590a3a955493e97fa83e040e9d1f9a0c6faa2c (diff)
downloadphosphor-host-ipmid-18d772634afe5656ea10263466afe770bfb339b6.tar.gz
phosphor-host-ipmid-18d772634afe5656ea10263466afe770bfb339b6.zip
Implement IPMI ACPI set/get commands
The IPMI ACPI set/get power state commands are provided to allow system software to tell a controller the present ACPI power state of the system. This is an independent setting that may not necessarily match the actual power state of the system. The commands are used to enable the reporting of the power state, it does not control or change the power state. The ACPI status will be saved into flash by settings manager. Tested By: Set ACPI: ipmitool -H <IP> -P 0penBmc -I lanplus raw 0x06 0x06 0x86 0x83 Get ACPI: ipmitool -H <IP> -P 0penBmc -I lanplus raw 0x06 0x07 Change-Id: I6d00c0aec931b98d6691d7c4a54698e08d317aa4 Signed-off-by: Yong Li <yong.b.li@linux.intel.com>
Diffstat (limited to 'host-ipmid-whitelist.conf')
-rw-r--r--host-ipmid-whitelist.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/host-ipmid-whitelist.conf b/host-ipmid-whitelist.conf
index 2c37ac9..9dff10a 100644
--- a/host-ipmid-whitelist.conf
+++ b/host-ipmid-whitelist.conf
@@ -11,6 +11,8 @@
0x04:0x30 //<Sensor/Event>:<Set Sensor Reading and Event Status>
0x06:0x01 //<App>:<Get Device ID>
0x06:0x04 //<App>:<Get Self Test Results>
+0x06:0x06 //<App>:<Set ACPI Power State>
+0x06:0x07 //<App>:<Get ACPI Power State>
0x06:0x08 //<App>:<Get Device GUID>
0x06:0x22 //<App>:<Reset Watchdog Timer>
0x06:0x24 //<App>:<Set Watchdog Timer>
OpenPOWER on IntegriCloud