commit | e62ca93360e34b4e59ab57b0c0b46221dec61cab | [log] [tgz] |
---|---|---|
author | Eddie James <eajames@linux.ibm.com> | Thu Jul 30 11:32:21 2020 -0500 |
committer | Andrew Geissler <geissonator@yahoo.com> | Thu Sep 03 20:04:19 2020 +0000 |
tree | d9e2602de6c34c3978a382274a1bc484118ed82f | |
parent | 4d7d6daaa055696d69bcfa03ed447fc702056a54 [diff] |
Add cfam reset and FSI scans to the SPI mux service Setting the SPI mux first requires FSI to be scanned, which requires the CFAMs to be reset. Then, once the SPI mux is set, in order to probe the SPI controllers, FSI must be scanned once again. Add all of this to the service which sets the SPI mux. Signed-off-by: Eddie James <eajames@linux.ibm.com> Change-Id: I2d26b9810f82f256996c10ee72e52674c749163e
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`.