commit | b53425d44b49fc494750d46a1fe4050ecd3db434 | [log] [tgz] |
---|---|---|
author | Lei YU <mine260309@gmail.com> | Fri Feb 22 11:38:40 2019 +0800 |
committer | Lei YU <mine260309@gmail.com> | Wed Mar 13 11:01:53 2019 +0800 |
tree | b84885cad5f831777b1efc84209651e3564097ae | |
parent | dec8cf9c11e7f34be9b50fd45e85bec9187cf1d0 [diff] |
Static layout: Add dummy activation_static Add ActivationStatic inherits Activation, which will be used to do PNOR code update for statis layout. Tested: Verify code compiles. Change-Id: I5d90c84b63797e37fa309caeb9b23035f3c76f9f 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`.