commit | 4772a944dc93438752af5deee1dd2350c8c69389 | [log] [tgz] |
---|---|---|
author | Adriana Kobylak <anoo@us.ibm.com> | Tue Oct 09 15:26:44 2018 -0500 |
committer | Adriana Kobylak <anoo@us.ibm.com> | Wed Oct 17 08:27:25 2018 -0500 |
tree | 383c171085430e9b37832f2c7d7b9b34841e7a41 | |
parent | 139604e561c932cb30262ae08ac3b9383b1745a2 [diff] |
msl_verify: Initial commit Create a new binary that checks the msl (minimum ship level) of the PNOR and logs an error message if the version on the system is older. The msl can be specified via a config flag. Change-Id: I6f477400f7a8cf56557bd0caf5d6e08d73320028 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`.