commit | c39d923fee581533775e37be3f59f77c021718ee | [log] [tgz] |
---|---|---|
author | Adriana Kobylak <anoo@us.ibm.com> | Fri Jul 20 11:31:27 2018 -0500 |
committer | Gunnar Mills <gmills@us.ibm.com> | Tue Jul 24 13:52:09 2018 +0000 |
tree | 9b65e110d1d541125620351c7cd623473e66b3d8 | |
parent | 0bd65051a02ead4e7bc1401d1eee3ba084ffd775 [diff] |
deleteAll: Delete functional version if chassis off The deleteAll function was skipping to delete the functional version, which should be allowed if the chassis state is not on. The erase function already supports that so the user can individually delete the functional version, just the delete would not work via the DeleteAll call. Tested: All PNOR versions, including the functional one, get deleted at chassis power off via the DeleteAll method. Change-Id: Ib390545f3ade68e2a3182064549e05994e7f7191 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: 1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} 3. make To clean the repository run `./bootstrap.sh clean`.