commit | 25e39c84f7448f39b34e3e28141c3673b36b1c1b | [log] [tgz] |
---|---|---|
author | Jayanth Othayoth <ojayanth@in.ibm.com> | Mon Jul 12 01:00:17 2021 -0500 |
committer | Jayanth Othayoth <ojayanth@in.ibm.com> | Thu Jul 15 04:11:05 2021 -0500 |
tree | a77c8267407b46c7d006ba511837c7155b3e52bb | |
parent | 6552de05051ceeb34a35d3ca9a998eaa7c0cf566 [diff] |
phal: move common_utils.cpp to extensions/phal tested: verified build Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com> Change-Id: Ib34b0ed54010cf9e4cc2d56bfaccdf23db28b11f
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`.