Add clear cmos OEM command into white list
This command is used to perform the “CMOS clear” operation.
Tested:
Execute ipmitool raw 0x32 0x91, no 0xd5 return
Signed-off-by: Yong Li <yong.b.li@linux.intel.com>
Change-Id: I24bc7b7277163a1ab0aee1c4fd4a4ca190487fb1
diff --git a/ipmi-whitelist.conf b/ipmi-whitelist.conf
index 2ac4fb3..b325d3c 100644
--- a/ipmi-whitelist.conf
+++ b/ipmi-whitelist.conf
@@ -282,6 +282,7 @@
0x32:0x83:0xff7f //<Intel OEM Platform>:<Get SOL Control>
0x32:0x8d:0xff7f //<Intel OEM Platform>:<Get SSD Power>
0x32:0x90:0x7f7f //<Intel OEM Platform>:<Get-Set Serial Port Speed>
+0x32:0x91:0x7f7f //<Intel OEM Platform>:<Clear CMOS>
0x3e:0x02:0xff7f //<Intel Managed Data Region>:<BMC Data Region Update Event Message>
0x3e:0x20:0x7f7f //<Intel Managed Data Region>:<BMC Region Status>
0x3e:0x21:0x7f7f //<Intel Managed Data Region>:<BMC Region Update Complete>