commit | c056f6a4d1e7c902d46fdefc0253806a87f43a6f | [log] [tgz] |
---|---|---|
author | Andrew Geissler <geissonator@yahoo.com> | Tue Nov 17 13:46:33 2020 -0600 |
committer | Andrew Geissler <geissonator@yahoo.com> | Tue Nov 17 15:47:43 2020 -0600 |
tree | 95d3229acd68156ce45192db964fa9132100122b | |
parent | 5e5d44516abb293483a6fb80175c8858a4b1aa90 [diff] |
spi-mux: ensure mux is reconfigured on chassis off During the boot of the system, the BIOS firmware reconfigures the SPI mux so that it has access to the P10 hardware. When the system is powered off, need to switch the mux back over to the BMC so that it once again has access to the devices behind the mux. Continue to run this service as a part of the initial BMC boot and also run it as a part of the chassis power off target. Ensure it runs after chassis power has been removed when running during power off. Tested: - Verified that the service is now run when chassis power is turned off Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: Ia3f38a01540961fb46b38aa0477d07882826d0b6
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`.