commit | bde5d7d46d58ada1ec6a5068f4a62a495f30ed9c | [log] [tgz] |
---|---|---|
author | Isaac Kurth <isaac.kurth@ibm.com> | Tue Sep 14 18:40:25 2021 +0000 |
committer | Adriana Kobylak <anoo@linux.ibm.com> | Mon Oct 25 21:08:55 2021 +0000 |
tree | 787b3e88eb2b25f5852e7bb762a53a20131d4732 | |
parent | 6fc7fcd6b12cdf11552468244ea4b61d0c339d11 [diff] |
item_updater_mmc: Add service calls to bios reset Added calls to pldm-reset-phyp-nvram.service and pldm-reset-phyp-nvram-cksum.service to item_updater_mmc::reset. Also added a section that deletes files created by the bmcweb app. Tested: Ran the reset method and verified that the new services ran based on their journalctl output. Verified that the code deleted bmcweb app files. Change-Id: Id2e5272048707487ee480f8435da41be56787548 Signed-off-by: Isaac Kurth <isaac.kurth@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
.