commit | c67a9457c19cfdbb92b94d1d77767cdb0cfee204 | [log] [tgz] |
---|---|---|
author | Lei YU <mine260309@gmail.com> | Tue Mar 05 11:15:46 2019 +0800 |
committer | Lei YU <mine260309@gmail.com> | Fri Mar 08 14:25:37 2019 +0800 |
tree | 6762a404bb6a67ac5cbeb7e7f52eef1ab59be9dc | |
parent | 9b21efc5b44cd8956325f7856a6ef417aa1d7703 [diff] |
Refactor: Move serialize to ubi Functions in serialize are specific to UBI, move it to ubi dir. Tested: On the last commit of the patch series, run code update and factory reset on Witherspoon and all work fine. Change-Id: I9176e638d9f3bfe0d424b57f8da4667a751cb5bd 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`.