commit | 6d6dc7ad721268a66adecca423716ce9fcf3838b | [log] [tgz] |
---|---|---|
author | Kuiying Wang <kuiying.wang@intel.com> | Thu Apr 02 10:15:19 2020 +0800 |
committer | Suryakanth Sekar <suryakanth.sekar@linux.intel.com> | Wed Dec 30 05:23:30 2020 +0000 |
tree | 045cec35107349561a061fbb0ec9f88a96b6ae36 | |
parent | 544fd006147d2a7d7cadff5de42be6c443154096 [diff] |
IPMI OEM Commands for OOB bios config Four IPMI OEM commands are defined and implemented for the communication beteween BIOS and BMC. cmdSetBIOSCap = 0xD3; cmdGetBIOSCap = 0xD4; cmdSetPayload = 0xD5; cmdGetPayload = 0xD6; cmdSetPasswordHashInfo = 0xD7; cmdGetStoredPasswordHash = 0xD8; Added the OTA Payload Type Tested: 1. ipmitool is working well for these 6 commands 2. passed unit test w/ bios and bios.xml is generated successfully Change-Id: Ic318c18ca6d59c3ad6e10df9ffb2b22a38a55ddf Signed-off-by: Kuiying Wang <kuiying.wang@intel.com> Signed-off-by: Suryakanth Sekar <suryakanth.sekar@linux.intel.com>
This component is intended to provide Intel-specific IPMI[3]
command handlers for OpenBMC. These handlers are intended to integrate BMC with servers based on Intel architecture.
intel-ipmi-oem
serves as an extension[1]
to OpenBMC IPMI daemon[2]
. It is compiled as a shared library and intended to both:
Related features provided by the library are grouped in separate source files. Main extensions to vanilla OpenBMC IPMI stack are the following:
[4]