commit | ee56c5552623e3908a3323bcdd6181ba750126a2 | [log] [tgz] |
---|---|---|
author | Jayanth Othayoth <ojayanth@in.ibm.com> | Fri Sep 10 01:44:05 2021 -0500 |
committer | Jayanth Othayoth <ojayanth@in.ibm.com> | Fri Sep 10 06:40:02 2021 -0500 |
tree | e122c977d68a5e77115f53d74afdae5aea14d076 | |
parent | 2b2117010209b28ae7e4505f4d8275ce342bcd5d [diff] |
phal: libipl enum name change IPL_NO_ERR to IPL_ERR_OK Enable support related to new enum name change in libipl. Tested: Build is success Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com> Change-Id: If4039a99a56390b4c4311693cbbfebdf85cc6adf
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`.