commit | 08fc264c902e8866d8469dda39626478185be700 | [log] [tgz] |
---|---|---|
author | Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> | Mon Feb 17 01:47:05 2020 -0600 |
committer | Jayanth Othayoth <ojayanth@in.ibm.com> | Mon Mar 23 13:33:24 2020 +0000 |
tree | 2ecb7052d728770d8cb054f8b7c4f59bcba3c3c8 | |
parent | 7847960506ca4357e267fe05866b38aad236708f [diff] |
Add support for memory preserving reboot Memory preserving reboot is executed when an error encountered in the hypervisor. There are two SBE chip ops to be executed to initiate and complete this reboot. The sbe_enter_mpipl chip op initiates the powering off process and sbe_continue_mpipl restarts the host in the memory preserving way. Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> Change-Id: I5b40398921e3856645bb3f292e49a1de12659f7e
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`.