commit | c3d6b876e7bf82df3dc023245c0622464dc4db42 | [log] [tgz] |
---|---|---|
author | Jayanth Othayoth <ojayanth@in.ibm.com> | Wed Jul 28 05:07:25 2021 -0500 |
committer | Jayanth Othayoth <ojayanth@in.ibm.com> | Mon Aug 02 06:43:46 2021 -0500 |
tree | 74c10ccbbc400f29be449c334d57b20611be293f | |
parent | ac95c562393fd7010f1c974ab6a139b829a122b0 [diff] |
PHAL: refactoring common_utils Moved pdbg specific utils function into new file. This will help to avoid adding additional phal library dependency for apps , which are not really consumed phal repos. Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com> Change-Id: Ibabd8096afe8402551d1314f0ff5b89cac891aad
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`.