commit | 5e9a59f395b604ea058d38f1c84be4263386ed27 | [log] [tgz] |
---|---|---|
author | Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> | Tue Mar 17 12:49:17 2020 -0500 |
committer | Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> | Mon Mar 23 08:38:37 2020 -0500 |
tree | 7f18190e401d2db115aa8bc82059f0c514a73586 | |
parent | b09c1fb37b7e6d1037bfe12664cd7e966bbbec20 [diff] |
Create file to indicate memory preserving reboot A file mpreboot@%i is added in directory /run/openbmc to differentiate memory preserving reboot. Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> Change-Id: Iee7d55e560accb351300e2165b5543e0b718910d
Contains procedures that interact with the OpenPower nest chipset.
To build this package, do the following steps: 1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} 3. make To build with phal feature: 1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} --enable-phal --enable-openfsi 3. make To clean the repository run `./bootstrap.sh clean`.