commit | ca9ba069e47c74c0ce10a7d85a85f4d6c2300618 | [log] [tgz] |
---|---|---|
author | Adriana Kobylak <anoo@us.ibm.com> | Mon Jul 09 11:00:21 2018 -0500 |
committer | Adriana Kobylak <anoo@linux.ibm.com> | Fri Jul 20 15:42:52 2018 +0000 |
tree | a9b5656211350ceaf0ddd71a1e1c0d5a97bc88ef | |
parent | ab435df03fac4f470485b828faa2d04f941d18fc [diff] |
reset: Replace service files with filesystem APIs In the factory reset function, the read-write and preserved partitions are cleared via systemd service files. The call to run these services is asynchronous. Replace these services files with C++ filesystem APIs so that it is known when the file deletion starts and completes to be able to notify the host when a reset operation is taking place. Part of openbmc/openbmc#3210 Tested: Verified factory reset still clears the read-write and preserved partitions. Change-Id: I7575a2e97a544b1e8692148e8664bdd14fdfb90f 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`.