bios_setting: Add a read handler
Tested:
```
~# echo -n "01234567" > /run/oem_bios_setting
~# ipmitool raw 0x2e 0x32 0x79 0x2b 0x00 0x18
79 2b 00 18 08 30 31 32 33 34 35 36 37
~# rm /run/oem_bios_setting
~# ipmitool raw 0x2e 0x32 0x79 0x2b 0x00 0x18
Unable to send RAW command (channel=0x0 netfn=0x2e lun=0x0 cmd=0x32 rsp=0xca): Cannot return number of requested data bytes
```
Signed-off-by: Brandon Kim <brandonkim@google.com>
Change-Id: Icde2de4799a751634f56a580351bf10254dd7e4f
diff --git a/commands.hpp b/commands.hpp
index 0dc80e6..abe49f4 100644
--- a/commands.hpp
+++ b/commands.hpp
@@ -69,6 +69,8 @@
SysSetAccelVrSettings = 22,
// Get BM instance property info
SysGetBMInstanceProperty = 23,
+ // Read OEM BIOS Setting
+ SysReadBiosSetting = 24,
};
} // namespace ipmi