commit | 3ae7ed4f5174a12c198e4c428c7bb3f804b36215 | [log] [tgz] |
---|---|---|
author | Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> | Tue Jun 16 12:48:14 2020 -0500 |
committer | Dhruvaraj Subhashchandran <dhruvaraj@gmail.com> | Tue Jun 23 16:49:22 2020 +0000 |
tree | a322d2507f94435ee9c806f335a6a20f7625ca52 | |
parent | c2e42763f0e23946a5cd4a0c568907b80e2e3a45 [diff] |
Skip changing boot seeprom in memory preserving reboot In memory preserving reboot path skip updating the attributes to switch the seeprom. The boot seeprom should be not changed during a memory preserving reboot Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> Change-Id: I16a9a79df69d66c4cf03517f1a072f2e2c0e534e
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`.