ipmi-whitelist: Add Get/Set System Info commands
Issue: Get/Set System Info commands are working with only KCS interface
Fix: Add Get/Set System Info commands to whitelist
Tested:
1. Command : ipmitool raw 0x06 0x58 0x00 0x00 //set system info
Response: //Success
2. Command : ipmitool raw 0x06 0x59 0x00 0x00 0x00 0x00 //Get sys info
Response: 11 00
3. Command : ipmitool -I lanplus -U debuguser -P 0penBmc1
-H <BMC-IP> raw 0x06 0x58 0x00 0x01
Response: //Success
4. Command : ipmitool -I lanplus -U debuguser -P 0penBmc1
-H <BMC-IP> raw 0x06 0x59 0x00 0 0 0
Response: 11 01
Signed-off-by: Snehalatha V <SnehalathaX.V@intel.com>
Change-Id: I1c2b8263911c9716ee8ae396f866c0cf2ca858cd
diff --git a/ipmi-whitelist.conf b/ipmi-whitelist.conf
index 9a399f4..cfb4995 100644
--- a/ipmi-whitelist.conf
+++ b/ipmi-whitelist.conf
@@ -84,6 +84,8 @@
0x06:0x55:0xff7f //<App>:<Suspend Payload Encryption>
0x06:0x56:0xff7f //<App>:<Set Channel Security Keys>
0x06:0x57:0xff7f //<App>:<Get System Interface Capabilities>
+0x06:0x58:0xff7f //<App>:<Set System Info Parameters>
+0x06:0x59:0xff7f //<App>:<Get System Info Parameters>
0x08:0x20:0xf93e //<Firmware>:<Get Version Information>
0x08:0x21:0xf93e //<Firmware>:<Security Version Information>
0x08:0x22:0xf93e //<Firmware>:<Firmware Update Channel Information>