commit | ee10eada4e8cb618f31cbcc5f4f2ef5a01558c99 | [log] [tgz] |
---|---|---|
author | Jayanth Othayoth <ojayanth@in.ibm.com> | Sun Dec 05 22:54:06 2021 -0600 |
committer | Jayanth Othayoth <ojayanth@in.ibm.com> | Mon Dec 06 23:40:59 2021 -0600 |
tree | 14462615943b07748dd830cfa11a1e63d8ebfce9 | |
parent | 5f2eaf18b2f5476cfa9c6afeeafbbcbc3c93dd19 [diff] |
P9: threadStopall procedure support This procedure is used to stop all instruction in the threads for the p9 feature enabled systems. Here following best case approach. Like issue processor level stop all chip-op with ignore hardware error mode. Since this function is used in power-off/error path. Tested: verified procedure on p9 based systems Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com> Change-Id: I14af85340143d2383683d9fb823394b9ce7b56ca
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`.