commit | 87372ae14a19de229c24faa98192b6295712d024 | [log] [tgz] |
---|---|---|
author | Adriana Kobylak <anoo@us.ibm.com> | Tue Sep 01 11:30:59 2020 -0500 |
committer | Adriana Kobylak <anoo@us.ibm.com> | Fri Sep 11 16:39:59 2020 -0500 |
tree | 27869beb71167b67b2e268dbf9365cf51c74f8c4 | |
parent | f6608a826007e39f1ba1aa595833dc562b3f2799 [diff] |
mmc: Add staging directory Add a staging directory for PLDM to use as a temporary holding space during inband update where the host would send individual image files and PLDM needs to reconstruct the code update tarball before calling the BMC updater to do an update. Clear the directory after a successful update. This cleanup will eventually be handled by PLDM. Tested: New directory and symlink created. Change-Id: I9a2eacb0f57696e799e983625c2a32efbe122e89 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`.