commit | 5c3f9258c930276e170708644093944854c3fdb7 | [log] [tgz] |
---|---|---|
author | Andrew Geissler <geissonator@yahoo.com> | Thu Jun 10 10:53:05 2021 -0500 |
committer | Andrew Geissler <geissonator@yahoo.com> | Wed Jun 30 14:46:53 2021 -0500 |
tree | 47915cafc6d8342652df435f54af55d4c25039f0 | |
parent | 1dc0829ef4bb4f8175de31bf9b81ebf213a61e97 [diff] |
primary-proc: move function to common utils This is a useful function which can be utilized in upcoming work so move to the common utilities Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: I87873b4dbedbeef0a18474eba39798fde298ea36
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`.