commit | b41a57d52c6e5f6673b784a7a94a8dec0787770b | [log] [tgz] |
---|---|---|
author | John Wang <wangzqbj@inspur.com> | Mon Sep 16 15:40:21 2019 +0800 |
committer | John Wang <wangzqbj@inspur.com> | Tue Sep 17 08:47:17 2019 +0800 |
tree | d91dd0c5dc42b3f75546bbb846d7e089fe668657 | |
parent | d05d47254e0dcb7cfe8284ecb8a839c903262122 [diff] |
msl: Support for v-xx.xx.xx format version ID The version ID of the pnor we have released is similar to the following format. Inspur-Dubai-v-4.1.01 This change adds support for parsing version ID in v-xx.xx.xx format Signed-off-by: John Wang <wangzqbj@inspur.com> Change-Id: I1a7dd04256d1901e3dafef14baf338b853e2ff97
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`.