commit | abce19d274ec7c61a689d90167c2f7a6e97ecbfb | [log] [tgz] |
---|---|---|
author | Jayanth Othayoth <ojayanth@in.ibm.com> | Thu Mar 26 23:51:15 2020 -0500 |
committer | Jayanth Othayoth <ojayanth@in.ibm.com> | Thu Mar 26 23:56:52 2020 -0500 |
tree | 4abc12c183c20368bce6bd9bd380b4ed153b0693 | |
parent | 5e9a59f395b604ea058d38f1c84be4263386ed27 [diff] |
ipl error call-back function update Updated ipl error handling function name ipl_set_app_callback_func to ipl_set_error_callback_func. Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com> Change-Id: I0692f18378d909f914456c3d02c481da41a6cfa9
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`.