commit | 5dc5c39f53e5ab03de93c3417207c47b54ef0838 | [log] [tgz] |
---|---|---|
author | Andrew Geissler <geissonator@yahoo.com> | Wed Feb 05 12:48:01 2020 -0600 |
committer | Andrew Geissler <geissonator@yahoo.com> | Thu Feb 20 13:34:15 2020 -0600 |
tree | 5516db9c3a2e15bd3e460e96e53685e697702635 | |
parent | 6a133abb107306632945d668b668e7d89297476d [diff] |
warm-reboot: add cfam-reset capabilities A cfam-reset is required when doing a warm reboot of a POWER based processor. This commit has dependencies on two other commits: libgpiod dependency in the op-proc-control recipe: https://gerrit.openbmc-project.xyz/c/openbmc/meta-openpower/+/29076 witherspoon device tree update to name cfam-reset gpio: https://lists.ozlabs.org/pipermail/openbmc/2020-February/020425.html Other systems which require this support will also need to have their dts updated. This will happen as support is needed for warm reboot on them. Tested: Built witherspoon image and verified new procedure runs without failure within QEMU. Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: I79b13e487dc4d8e1d08aa2444325c49c101cf6b0
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`.