commit | 2b31497eb8eb227a2ca74fe731f399cf6614f023 | [log] [tgz] |
---|---|---|
author | Marri Devender Rao <devenrao@in.ibm.com> | Fri Jul 01 05:37:30 2022 -0500 |
committer | Marri Devender Rao <devenrao@in.ibm.com> | Thu Jul 28 02:38:03 2022 -0500 |
tree | f67772ed74089bd07ae4e816f15d411aba624aea | |
parent | 0dea1992667c63d6840e05f731689a1a6cca9a07 [diff] |
Guard: Guarded DIMMS/CPU are not enabled back after factory reset User not able to enable some of the guarded dimm/cpu after host factory reset even though host cleared the guards in the guard partition. BMC will not know that host took a factory reset for it to clear the disabled flag for the earlier guarded dimm/cpu. Modified to force enable all the cpu/dimm during host factory reset. Test result: openpower-update-manager[2001]:ItemUpdaterMMC::reset openpower-update-manager[2001]:GardResetMMC::reset openpower-update-manager[2001]:GardResetMMC::enableInventoryItems openpower-update-manager[2001]:GardResetMMC::enableInventoryItemsHelper openpower-update-manager[2001]:enable specified inventory items OBJ(/xyz/openbmc_project/inventory/system/chassis/motherboard/dcm0/cpu0/core13) openpower-update-manager[2001]:enable specified inventory items OBJ(/xyz/openbmc_project/inventory/system/chassis/motherboard/dcm0/cpu0/core14) openpower-update-manager[2001]:GardResetMMC::enableInventoryItemsHelper openpower-update-manager[2001]:enable specified inventory items OBJ(/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm0) Signed-off-by: Marri Devender Rao <devenrao@in.ibm.com>` Change-Id: I7f7d3981d38cdc6cc7dda4e3ee49403c772dc5ef
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
.