commit | 8bc2ab4eafea6f891b1a8a1223b33cee182884cb | [log] [tgz] |
---|---|---|
author | Adriana Kobylak <anoo@us.ibm.com> | Wed Jul 15 09:16:27 2020 -0500 |
committer | Adriana Kobylak <anoo@us.ibm.com> | Thu Jul 16 12:48:46 2020 -0500 |
tree | 25369b12533bab92e3045945c04a522e06a68d26 | |
parent | bbb5e3bec1ca0cc073e9096ced453adc23fecffb [diff] |
Add MMC layout Add support for eMMC layout. The actual update of the image will be handled by the BMC updater since the image file will be packaged in a single tarball, but the eMMC still needs to have some services to setup the host firmware mounts for the virtual pnor configuration to use. Therefore the functions are empty. Change-Id: Iaa052342a2bb66e46ab7b59bdcd5631f3dfc2999 Signed-off-by: Adriana Kobylak <anoo@us.ibm.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`.