commit | 28b2ba4a2dc75d56d9a52686b67d752b735cd260 | [log] [tgz] |
---|---|---|
author | Lei YU <mine260309@gmail.com> | Thu Jul 19 15:41:44 2018 +0800 |
committer | Lei YU <mine260309@gmail.com> | Mon Aug 20 14:33:27 2018 +0800 |
tree | d7b4bf604b5a467f2e9c55a855843a2f0c150e3c | |
parent | 87c781732247086a56d8f8cb4360c6eb4863f658 [diff] |
static layout: support factory reset Implement factory reset for static flash layout, that starts obmc-flash-bmc-setenv to set factory-reset u-boot env and let init to do the cleanup. Tested: Invoke factory reset on /xyz/openbmc_project/software and verify everything in rwfs is deleted, and after reboot, the BMC acts like a fresh new one. Change-Id: I20e361519af6c3c12703315070debabd8cf88060 Signed-off-by: Lei YU <mine260309@gmail.com>
Phosphor BMC Code Management provides a set of system software management applications. More information can be found at Software Architecture
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`.