commit | 871c12b143dac70203fa020cee05ee0f3f05ef12 | [log] [tgz] |
---|---|---|
author | Jayanth Othayoth <ojayanth@in.ibm.com> | Sun Dec 05 22:58:42 2021 -0600 |
committer | Jayanth Othayoth <ojayanth@in.ibm.com> | Mon Dec 06 23:40:59 2021 -0600 |
tree | 5bdfd25831f744b742cdd8776d529b593fd3e465 | |
parent | ee10eada4e8cb618f31cbcc5f4f2ef5a01558c99 [diff] |
pdbg api based op-stop-instructions service updates Replaced pdbg tool based stop all with api based openpower-proc-control procedure based approach. Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com> Change-Id: I4c4f635ec87f128dbcb89e6c78e4f1a0b41a2cd7
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`.