commit | 3506c18d87d41ae9b2e0f026d35ee56673f1eea4 | [log] [tgz] |
---|---|---|
author | Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> | Tue Feb 18 05:28:39 2020 -0600 |
committer | Jayanth Othayoth <ojayanth@in.ibm.com> | Mon Mar 23 13:33:54 2020 +0000 |
tree | 3c6351f6ca8cbeff1871b1e98e5975a35f42d94c | |
parent | 08fc264c902e8866d8469dda39626478185be700 [diff] |
Add service to enter and continue mpreboot This commit add services for invoking the memory preserving reboot commands. The memory preserving reboot is executed to preserve host memory contents across a reboot. This is needed when the hypervisor encountered an error and cannot continue with normal operations. The memory is preserved during such reboots and a memory dump will be craeted to analyze the failure. The enter mpreboot service initialize the powering off the host and continue mp reboot will start the initialization host with preserving memory contents. The system power will not be removed in these kind of reboots. Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> Change-Id: I9ffc3d3d70d68e700959cbbf1687e16fb08f4ce4
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`.