commit | bbb5e3bec1ca0cc073e9096ced453adc23fecffb | [log] [tgz] |
---|---|---|
author | Adriana Kobylak <anoo@us.ibm.com> | Fri Jun 19 10:22:13 2020 -0500 |
committer | Adriana Kobylak <anoo@us.ibm.com> | Sun Jul 12 13:38:50 2020 -0500 |
tree | abbbf2138ad4780ddcd0612e0489406fe3497c19 | |
parent | 0a5e20780c164b4ca8ca6cde301989e64e8df9ad [diff] |
vpnor: Move clearvolatile services to vpnor The clearvolatile services were originally in the ubi layout, but the functionality is purely for vpnor, not tied to a filesystem layout. Move them to the vpnor layer where non-UBI layouts that use virtual pnor such as eMMC have this functionality. Tested: Verified on witherspoon that the renamed services were included in the image and ran during a power on. Change-Id: I6e9e9e4f5a8a7690a46872ee2fdc0fc96e621482 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`.