commit | 2b2117010209b28ae7e4505f4d8275ce342bcd5d | [log] [tgz] |
---|---|---|
author | Jayanth Othayoth <ojayanth@in.ibm.com> | Mon Sep 06 05:14:23 2021 -0500 |
committer | Jayanth Othayoth <ojayanth@gmail.com> | Thu Sep 09 14:12:21 2021 +0000 |
tree | f467232d6870ac06aab9c9dfd05a42c9372fda20 | |
parent | ad1cfa50b5207e00379d88270612bb43d1e246d7 [diff] |
phal: ipl_error_callback_func prototype related changes libipl ipl_error_callback_func prototype changed to support additional error handling support. This commits includes the changes related to this function prototype function. Also made changes in internal error handling to make direct call to processBootError instead of callback function. Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com> Change-Id: I76aa1c4d41e4b2685b3c6534afe35988f35bc103
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`.