| commit | 1d0bac926638ab25050d39830f02e18d8c57c723 | [log] [tgz] |
|---|---|---|
| author | Arun Lal K M <arun.lal@intel.com> | Fri Feb 11 00:23:13 2022 +0000 |
| committer | Snehalatha Venkatesh <snehalathax.v@intel.com> | Wed Mar 09 05:52:08 2022 +0000 |
| tree | 015587912687ace8e8ff81ba667540309e9e290f | |
| parent | c9290e755fdfa7e6efb0be0da52532a826777a0f [diff] |
Removing IsSystemInterface from biosconfigmanager
IsSystemInterface functionality is handled by whitelist filter.
Tested:
OOB commands work as expected.
Case-1: RMCPP interface
Command: ipmitool -I lanplus -H xx.xx.xx.xx -U debuguser -P 0penBmc1
-C 17 raw 0x30 0xd8
Response: Unable to send RAW command (channel=0x0 netfn=0x30 lun=0x0
cmd=0xd8 rsp=0xd4): Insufficient privilege level
Case-2: KCS interface
Working as expected from BIOS to BMC before CoreBIOSdone/POSTComplete
and blocking after CoreBIOSdone/POSTComplete.
Signed-off-by: Arun Lal K M <arun.lal@intel.com>
Change-Id: Ica3bec4a2f72d072718a7310d493692332a6d5bb
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]