commit | 5cb593aeba0e529494374b4eec648b8be8ecbfa2 | [log] [tgz] |
---|---|---|
author | Jayanth Othayoth <ojayanth@in.ibm.com> | Wed Feb 12 02:15:39 2020 -0600 |
committer | Jayanth Othayoth <ojayanth@in.ibm.com> | Tue May 12 05:50:38 2020 +0000 |
tree | e53c712c1bef1271a86fc2b5362f03887d109657 | |
parent | 75912e83445c48de616fdb71dd4d7696beadf48e [diff] |
Remove VCS workaround The VCS workaround is only required on P9 DD1.0 Since this chip version is used only for initial bring-up and not required now. Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com> Change-Id: I73592d5c2ae8c13782e27392d00b55f2a09e477d
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`.