commit | a5311abddaa057a50b492c839b310f968a7e270f | [log] [tgz] |
---|---|---|
author | Jayanth Othayoth <ojayanth@in.ibm.com> | Wed Feb 12 02:27:39 2020 -0600 |
committer | Jayanth Othayoth <ojayanth@in.ibm.com> | Fri Feb 14 07:40:43 2020 -0600 |
tree | 566e0a682880995344045561ead21bcb6dc6dc2f | |
parent | f7d1c1db7d360df6b0370b04f5e04109fe89bb53 [diff] |
Enable host debug procedure for all power version Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com> Change-Id: I429ea10623029275f4dde49b49f603adfaa681c5
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`.