commit | 1a9a5a6a144e81d8b61e6f999d8de7cba731ae6e | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Wed Oct 06 13:05:06 2021 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Wed Oct 06 13:05:06 2021 -0500 |
tree | 21cd02c72f7c60cbeae5619266fc0a7f4f3075d2 | |
parent | 4079f09d2fb03994b45fdf6af5f165dd18f39b1e [diff] |
catch exceptions as const Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ia8f2ae95679f98f2fc3f32239bbf3b3578c35888
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`.