ipmi-whitelist: Add set/get EFI boot options commands into whitelist

The commands are used by bios for http boot support,
needs to add them into white list

Tested:
// set http boot
ipmitool raw 0x30 0xEA 0x05 0x80 0x34
// AC cycle, get the setting, it is the same
ipmitool raw 0x30 0xEB 0x05 0x00 0x00
 01 05 80 34
Also works in KCS channel.

Signed-off-by: Yong Li <yong.b.li@linux.intel.com>
Change-Id: Ifb2dadcb5102f18adba4caecdc39a12af937f854
diff --git a/ipmi-whitelist.conf b/ipmi-whitelist.conf
index 1011a9d..9a399f4 100644
--- a/ipmi-whitelist.conf
+++ b/ipmi-whitelist.conf
@@ -273,6 +273,8 @@
 0x30:0xe7:0x7f7f   //<Intel General Application>:<Aggregate Send Raw PECI>
 0x30:0xe8:0xff7f   //<Intel General Application>:<Get PCIe SMBus Slot Card Info>
 0x30:0xe9:0xff7f   //<Intel General Application>:<Get BIOS POST CODE>
+0x30:0xea:0xff7f   //<Intel General Application>:<Set EFI Boot Options>
+0x30:0xeb:0xff7f   //<Intel General Application>:<Get EFI Boot Options>
 0x30:0xf9:0xff7f   //<Intel General Application>:<Get POST Progress Codes>
 0x30:0xfa:0x7f7f   //<Intel General Application>:<Disable PSU for ME>
 0x30:0xfb:0x7f7f   //<Intel General Application>:<Restore PSU for ME>