commit | 3c81037e390afefa1e8dfdfb6af6770aa55200e6 | [log] [tgz] |
---|---|---|
author | Adriana Kobylak <anoo@us.ibm.com> | Wed Jul 15 16:47:03 2020 -0500 |
committer | Adriana Kobylak <anoo@linux.ibm.com> | Fri Aug 21 19:33:49 2020 +0000 |
tree | 1f0b87fe06e0156bd8d815bc9fee81ffcd2f0189 | |
parent | 98f223263166c83df048efde0018159abfb5a976 [diff] |
pnor: Add updatable association to active PNOR FW Add 'updateable' association to the active PNOR firmware version object. This 'updateable' association can be used to mark all the firmware components which can be programmable from pnor interfaces like Redfish. Signed-off-by: Miguel Gomez <mgomez@mx1.ibm.com> Change-Id: I33f7ac70c8bfa446aeb045c65c741e2d72ce108a
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`.