commit | f3dfe65de8487364c21b7b49396cf912821ea339 | [log] [tgz] |
---|---|---|
author | Adriana Kobylak <anoo@us.ibm.com> | Tue Oct 08 11:35:55 2019 -0500 |
committer | Adriana Kobylak <anoo@us.ibm.com> | Fri Oct 25 09:20:20 2019 -0500 |
tree | 97117eca8fcb20c478dfbffa9d7d0a45b9246198 | |
parent | 85f25407598494d8f91890df5152501680a067dd [diff] |
Move updatesymlinks to new vpnor feature The updatesymlinks functionality is to support virtual pnor and it does not depend on the filesystem type. Move it to a new vpnor feature so that users can make use of this feature without being tied to UBI, for example on a eMMC that has a combined BMC+PNOR image. Tested: Verified that the witherspoon image contained the new script and service file and that it powered on to the host. Change-Id: Ic5e51dfde81718e5e285f010be67afbd58eac2e1 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`.