commit | dec8cf9c11e7f34be9b50fd45e85bec9187cf1d0 | [log] [tgz] |
---|---|---|
author | Lei YU <mine260309@gmail.com> | Thu Feb 21 17:47:05 2019 +0800 |
committer | Lei YU <mine260309@gmail.com> | Wed Mar 13 11:01:53 2019 +0800 |
tree | 1934901611474e5bafdc5feb684a04271159de39 | |
parent | 322f3f4702cda3c2114091c51fa7d88014b7cef8 [diff] |
Static layout: Read PNOR VERSION using pflash Use pflash to read VERSION partition to get the PNOR version Add code to parse pflash's VERSION partition string. Tested: Verify that the version and extended version are retrieved correctly on Romulus and Palmetto. Change-Id: Ia053c1683a5a969be0773d251cb88c4c5c9b6c60 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`.