commit | ce042fe87db46d58ab5b73d5ce3ccd126bdc60c7 | [log] [tgz] |
---|---|---|
author | Eddie James <eajames@linux.ibm.com> | Tue Jan 28 10:25:13 2020 -0600 |
committer | Eddie James <eajames@linux.ibm.com> | Wed Jan 29 11:07:22 2020 -0600 |
tree | 26f858d57922559c80a86d2e80f7f216ad3932c2 | |
parent | 2e249abd6089123eac9873d53ba6d45c79fdba94 [diff] |
Add procedure and service file to set the SPI mux on P10 This procedure will be called before powering on in order to set the mux for accessing host EEPROMs from the BMC through the FSI SPI masters. Signed-off-by: Eddie James <eajames@linux.ibm.com> Change-Id: I238d3bc449c5924740cf4c2e69d794605a6ae916
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`.