commit | 53a27395d61b6493afb8e12001ebab07c10e4c67 | [log] [tgz] |
---|---|---|
author | Adriana Kobylak <anoo@us.ibm.com> | Mon Jun 14 17:42:40 2021 +0000 |
committer | Adriana Kobylak <anoo@us.ibm.com> | Thu Jun 24 20:17:57 2021 +0000 |
tree | 5d43f6c4729bdedd488fe0d09e03a0dfa89c9e2d | |
parent | ac5aec1808b50bd3a524a7f46c9140397e4b08d2 [diff] |
mmc: Add update-bios-attr-table subcommand Add the update-bios-attr-table subcommand to update the bios attribute table with the host firmware well-known names based on system type. The system type is provided by Entity Manager, and this new subcommand uses some of the existing infrastructure that the process-host-firmware subcommand has to determine the system type. Add a new service file to run this new subcommand so that it can block waiting for the entity manager interface to appear on D-Bus. Subsequent commands will add parsing the JSON file to build the bios attribute string and set the bios attribute property. Change-Id: Iacee975e273bae562d2d42cd8b642b9d0744a121 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
.