commit | ea4e6aee07f61d0c076fd5f8f13808604523cda2 | [log] [tgz] |
---|---|---|
author | Adriana Kobylak <anoo@us.ibm.com> | Tue Oct 30 12:17:31 2018 -0500 |
committer | Adriana Kobylak <anoo@us.ibm.com> | Fri Nov 02 14:27:45 2018 -0500 |
tree | a88f9f739225365eb557c7bcd881c63f8748fb0d | |
parent | b5237174f285f6ac7ce7877605c3e15e071e2f04 [diff] |
msl_verify: Read the functional version from D-Bus The VERSION partition may have a secure boot header, so the version string would not be the first line. Instead of adding logic to parse the VERSION partition and to protect against future changes, read the version string from D-Bus instead by querying the functional association. Tested: The functional version was read successfully. Change-Id: Icf0a9bd9f360ef9f0732579fa073f8661b8c57bd 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`.