| commit | aea5d0fccf6f4fd8e163f648b78d9ff5441174cc | [log] [tgz] |
|---|---|---|
| author | Jayanth Othayoth <ojayanth@in.ibm.com> | Fri Jul 30 01:58:22 2021 -0500 |
| committer | Jayanth Othayoth <ojayanth@in.ibm.com> | Wed Aug 04 11:06:30 2021 -0500 |
| tree | 27f6201fba6227a9ee6994b07488aa76fddf1036 | |
| parent | cf2da1be933b4d2d367c9855bb2e9d4af6040286 [diff] |
PHAL: remove devtree import data file in genesis boot Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com> Change-Id: I43533934f4db5a43aa6709aab3ec5aef35fa2cfb
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`.