| commit | 6552de05051ceeb34a35d3ca9a998eaa7c0cf566 | [log] [tgz] |
|---|---|---|
| author | Jayanth Othayoth <ojayanth@in.ibm.com> | Mon Jul 12 00:55:57 2021 -0500 |
| committer | Jayanth Othayoth <ojayanth@in.ibm.com> | Thu Jul 15 09:05:37 2021 +0000 |
| tree | c350152df61cf1bcf4951f9f9820ce90902b2c41 | |
| parent | 04553f30f3fbe896fc04e18dcd34027125994634 [diff] |
phal: Added extensions/phal folder Added phal specific folder to keep all phal feature based function in common place Moved phal error specific source files to extensions/phal Tested: build verified. Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com> Change-Id: Iabae2689444f355008802950a293e7c69cb19553
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`.