commit | f9a72a7aaa12029308e96b09d2a2128834efb990 | [log] [tgz] |
---|---|---|
author | Adriana Kobylak <anoo@us.ibm.com> | Fri May 20 14:52:29 2022 +0000 |
committer | Adriana Kobylak <anoo@us.ibm.com> | Mon May 23 20:58:11 2022 +0000 |
tree | ebf3547bdf662ca9e0c4e6ab21b7129d49212b5c | |
parent | 8652eb9b8f157d72de1ee125bf81b9162ff44331 [diff] |
mmc: Set clear NVRAM bios attribute during factory reset During factory reset, instead of calling the PLDM services to delete the PHYP NVRAM files, set the pvm_clear_nvram bios attribute to Enabled to signal the hypervisor to clear NVRAM when it starts up. Add the nvram hostfw directory to the list of directories to preserve during a factory reset because the NVRAM files would now be cleared by the hypervisor after reading the bios attribute. Tested: Verified the pvm_clar_nvram bios attribute was set to Enabled as part of factory reset. Verified a journal error message was logged if the attribute did not exist and the rest of the factory reset actions were executed. Change-Id: Ia3c0f707e8fb8208b5e2bc1edb9a8aef3bb36a89 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
.