commit | ebf67bf70fd5e80be719aad4b295424eb9c83172 | [log] [tgz] |
---|---|---|
author | Adriana Kobylak <anoo@us.ibm.com> | Mon Jun 21 18:38:17 2021 +0000 |
committer | Adriana Kobylak <anoo@us.ibm.com> | Fri Jul 30 18:48:53 2021 +0000 |
tree | 7df6cc865f8958347e7e384be9a9c72057a34c22 | |
parent | d0379ea5ac52ba342ce0e77b8e60138d2b1333d4 [diff] |
functions: bios-attr: Add match for PLDM Add a match to watch for PLDM name owner change to detect when PLDM starts. The callback would check if the new owner is set, which means the service started instead of stopped, and then gets the properties from entity manager to call the function that parse the json file and sets the bios attr. If the entity manager interfaces are empty, it just returns and the entity manager callback would take over when entity manager starts. This bios attr subcommand is now a vector to be able to return the two matches, the one for EM and the new PLDM one. Tested: Verify the bios attr was set when EM and PLDM were stopped and EM was started then PLDM, and also having PLDM start first then EM. Change-Id: I75fe1aae8084191226a8bd3b69087ca39ae2a43f Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
OpenPower PNOR (Processor NOR) Code Management provides a set of host software management applications for OpenPower systems. The host firmware is stored on the PNOR chip. More information can be found at Software Architecture or Host Code Update
To build this package, do the following steps:
meson build
ninja -C build
To clean the repository run rm -r build
.