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
1 file changed