commit | 2daecd6f3f61da06c77764d1c86409922c5aa477 | [log] [tgz] |
---|---|---|
author | Matt Simmering <matthew.simmering@intel.com> | Thu May 19 12:50:53 2022 -0700 |
committer | Matt Simmering <matthew.simmering@intel.com> | Tue May 24 10:28:27 2022 -0700 |
tree | 9b9db9ff19015860a05e35612aecbf6e6b993cbc | |
parent | 429b085783f258da89d5c5b2979ba7030aef4d2b [diff] |
biosConfigCommands: Add check for invalid paramSel Add additional check in Get Payload IPMI command for parameter selection. Check that it's a valid parameter. Tested: When parameter selection is set above max we're returning the expected error code 0xcc instead of 0xff. Change-Id: I77f94a164fb9f05a7d17ad558a9afb91b762b6c8 Signed-off-by: Matt Simmering <matthew.simmering@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]