commit | a9ac9279a625bdfeb3a2c0ea9c8026a516000d58 | [log] [tgz] |
---|---|---|
author | Lei YU <mine260309@gmail.com> | Fri Feb 22 16:38:35 2019 +0800 |
committer | Lei YU <mine260309@gmail.com> | Fri Mar 08 14:27:58 2019 +0800 |
tree | e840e6b2f0ada1c746faa06386553b7baedacf21 | |
parent | c67a9457c19cfdbb92b94d1d77767cdb0cfee204 [diff] |
Refactor: Make createActivation() common The function is almost the same for ubi and static layout, except a few differences that creates the ubi objects. Add below pure virtual functions for ubi to create ubi specific objects * createActivationObject() * createVersionObject() Then it is possible to move most of the code in createActivation() into the commone one. Tested: On the last commit of the patch series, run code update and factory reset on Witherspoon and all work fine. Change-Id: Ieb3e783bc5b251529a55909f9e9f644230b274e7 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`.