commit | f6608a826007e39f1ba1aa595833dc562b3f2799 | [log] [tgz] |
---|---|---|
author | Adriana Kobylak <anoo@us.ibm.com> | Tue Aug 25 14:16:23 2020 -0500 |
committer | Adriana Kobylak <anoo@us.ibm.com> | Thu Aug 27 13:03:43 2020 -0500 |
tree | 080939c07bcdeddd6245db30f41489a4740c779e | |
parent | 3c81037e390afefa1e8dfdfb6af6770aa55200e6 [diff] |
mmc: Support a patch directory for each version Create a patch directory for the running and alternate hostfw versions. Otherwise the patches may not be compatible if a side switch occurs. Also don't delete patches when updating the running version because it's not known if it's just a side switch. This should be handled by the code update app which currently is done by the BMC updater. Change-Id: Ie975e5f8176ad97ee5ed2dd7594a83ba8c57bdb3 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`.