commit | 851bc064b23c0fcb9c19be30948d1e4f5ec0253a | [log] [tgz] |
---|---|---|
author | Adriana Kobylak <anoo@us.ibm.com> | Wed Jun 05 14:33:06 2019 -0500 |
committer | Adriana Kobylak <anoo@us.ibm.com> | Tue Jun 11 11:22:55 2019 -0500 |
tree | 706d71b006488d7dea80ba2b35b25ab730da5c6e | |
parent | 8004ff59269e33e19af20a69db08d0f224fb403e [diff] |
generate-tar: Extract PNOR contents to a subdir Extract the PNOR contents to a subdir to support creating an ext4 image that takes a directory as a parameter instead of individual files. Tested: Generated a squashfs image and verified it contained the PNOR partitions. Change-Id: I4aef816b55833b5e4df8e93c29d9484c2c9b3d3d 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`.