commit | 2b2d2298f5c6e9e596ed3ae84326a6ae804c46a4 | [log] [tgz] |
---|---|---|
author | Lei YU <mine260309@gmail.com> | Mon Mar 18 15:22:56 2019 +0800 |
committer | Gunnar Mills <gmills@us.ibm.com> | Thu Apr 04 20:13:55 2019 +0000 |
tree | 29dbffbb025678743a19d2fac3ca0f4cf64be017 | |
parent | 799eb1972c141271068cd4ea1010753e0347d8ab [diff] |
Static layout: support image verification Add support of image verification for static layout PNOR code update. Tested: Verify the PNOR code update succeeds with valid-signed PNOR; and fails with invalid-signed PNOR or a PNOR tarball without signature. Change-Id: I1aafeb4e8e07eaa16c170f33f4f21940f7c9c146 Signed-off-by: Lei YU <mine260309@gmail.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`.