commit | 1e91299e309214c5d2b00948eb4cd075a7930c91 | [log] [tgz] |
---|---|---|
author | Jayaprakash Mutyala <mutyalax.jayaprakash@intel.com> | Thu Oct 24 12:52:35 2024 +0000 |
committer | Jayaprakash Mutyala <mutyalax.jayaprakash@intel.com> | Tue Oct 29 17:29:58 2024 +0000 |
tree | 9762ee717d1f0757fa100292ec7fd852c897c354 | |
parent | fc5c80ee4111870abcd3bb2982d1b1a2ba07b4ec [diff] |
Overriding ipmiAppGetSystemGuid method Due to the below upstream change systemGUID read changed from /xyz/openbmc_project/control/host0/systemGUID interface to /xyz/openbmc_project/inventory/system/chassis/motherboard/bios https://gerrit.openbmc.org/c/openbmc/phosphor-host-ipmid/+/74471 Since hosting SystemGUID at a different place than inventory, overriding ipmiAppGetSystemGuid API. So that it can match OEM mechanism of setting it. Change-Id: I7b0ba6bc06db869ce95bae3e7eb81e4b8ad804a7 Signed-off-by: poram srinivasa rao <poramx.srinivasa.rao@intel.com> Signed-off-by: Jayaprakash Mutyala <mutyalax.jayaprakash@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]