commit | c2e42763f0e23946a5cd4a0c568907b80e2e3a45 | [log] [tgz] |
---|---|---|
author | Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> | Wed Jun 17 00:30:12 2020 -0500 |
committer | Jayanth Othayoth <ojayanth@in.ibm.com> | Tue Jun 23 15:46:57 2020 +0000 |
tree | b32f59504aaf5b853178cb0941bd243b6e93213b | |
parent | 285f73ef6a45b4452de01c5936e46dde0e500257 [diff] |
Add startHostMpReboot support to PHAL based booting Add support for setting the boot type as MPIPL to skip the normal reboot and execute memory preserving reboot specific steps. Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> Change-Id: I477a01f2d0d3c3574a3e1335be666703b71713ab
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`.