commit | 9b21efc5b44cd8956325f7856a6ef417aa1d7703 | [log] [tgz] |
---|---|---|
author | Lei YU <mine260309@gmail.com> | Thu Feb 21 15:52:53 2019 +0800 |
committer | Lei YU <mine260309@gmail.com> | Fri Mar 08 14:25:30 2019 +0800 |
tree | 636d35cdef9b55a78e5d77539ef63f115ca31bab | |
parent | eaa9b07637e457392f89e83194b2d818c9dfa9cb [diff] |
Refactor: Split Activation into common and ubi Activations has a few functions coupled with ubi, split them into ubi/activation_ubi * Keep common code in activation. * Make start/finishActivation() pure virtual. * Move ubi specific code into ubi. * Move ubiVolumnCreated into ubi. * Make validateSignature() not inline, otherwise it gets compile error. Tested: On the last commit of the patch series, run code update and factory reset on Witherspoon and all work fine. Change-Id: I7c8a0de6b0be4b1e9814ea75fd802a014b4aacfc 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`.