commit | a007668ac9a4c0cf0ca4bd50f86159822341c3cc | [log] [tgz] |
---|---|---|
author | Andrew Geissler <geissonator@yahoo.com> | Wed Feb 05 13:14:53 2020 -0600 |
committer | Andrew Geissler <geissonator@yahoo.com> | Thu Feb 20 13:34:30 2020 -0600 |
tree | 0c7c7d013d974a740a220aa404725b004fe83633 | |
parent | 5dc5c39f53e5ab03de93c3417207c47b54ef0838 [diff] |
warm-reboot: cfam-reset service This service will be installed into the appropriate targets by the op-proc-control.bb. Tested: Built image with all warm-reboot code and verified warm reboots worked as expected on a witherspoon. Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: I9aa616a7412fde6062163b4f06bb368bcc7343eb
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`.