commit | b181d3bb878f986598751ddb1875577b7ba65a39 | [log] [tgz] |
---|---|---|
author | Ramesh Iyyar <rameshi1@in.ibm.com> | Thu Oct 17 13:39:10 2019 -0500 |
committer | Ramesh Iyyar <rameshi1@in.ibm.com> | Tue Dec 10 22:14:41 2019 -0600 |
tree | 1eb464f7eeab94fcab6bde920a9cce2147377feb | |
parent | 6230b0d55884bb21be8bfbde5a0e585a02a3be50 [diff] |
Enabled pHAL infrastructure to boot the host IPL (libipl) used for executing hardware procedures to initilize the power processor based host. Tested by: 1. ./configure 2. ./configure --enable-phal --enable-openfsi Change-Id: I57ff64595a757041ee60ccb420092975b064462d Signed-off-by: Ramesh Iyyar <rameshi1@in.ibm.com>
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`.