| commit | 6cecc9b4a8e11327b5c59924c2865da5865f7d7d | [log] [tgz] |
|---|---|---|
| author | Lei YU <mine260309@gmail.com> | Tue Feb 26 17:27:23 2019 +0800 |
| committer | Lei YU <mine260309@gmail.com> | Wed Mar 13 11:01:53 2019 +0800 |
| tree | 659822cffd11a2d22e92a13ceda57f7a10969241 | |
| parent | a7b4adee12a944d3d937fdf05c56ed58a1cd3cf9 [diff] |
Static layout: Use pflash to get partitions to clear
Use pflash -i to get partitions that should be cleared during factory
reset, instead of hard-coded ones.
Tested: From log verify the partitions with REPROVISION flag are cleared
during factory reset.
Change-Id: I5f1681d0c5092e89a4a964ce41991b116252b9dd
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`.