| commit | bc01d213962a2853df533f26d7de1ddb84225ee3 | [log] [tgz] |
|---|---|---|
| author | Mike Jones <michaelx.jones@intel.com> | Thu Jun 16 12:41:33 2022 -0700 |
| committer | Mike Jones <michaelx.jones@intel.com> | Tue Jul 26 12:02:43 2022 -0700 |
| tree | 62b11281aaebc38bf748982f00692e0deca3b48e | |
| parent | 0ee33db0c92f5fdd68fb73837e3b1936f36a8623 [diff] |
Check SetEFIBootOptions when Byte 1&2 are 0
Update of: ipmiOemSetEfiBootOptions()
A check is done when both arguments are 0.
This is a invalid or unuseful condition.
Tested
==========
Issue command "ipmitool raw 0x30 0xEA 0x00 0x00 " expect rtn mess:
Unable to send RAW command
(channel=0x0 netfn=0x30 lun=0x0 cmd=0xea rsp=0xcc):
Invalid data field in request
Signed-off-by: Mike Jones <michaelx.jones@intel.com>
Change-Id: Ia28cb34983baf0c28084227fd1df71e5045406cd
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]