commit | 68dc6b3ef202aabb301016fdb1a2fb393da05063 | [log] [tgz] |
---|---|---|
author | Andrew Geissler <geissonator@yahoo.com> | Tue Nov 17 13:59:14 2020 -0600 |
committer | Andrew Geissler <geissonator@yahoo.com> | Tue Nov 17 15:48:36 2020 -0600 |
tree | 55f1e07937c2fb4a03a4e6ba817695bbc6f6d2a2 | |
parent | c056f6a4d1e7c902d46fdefc0253806a87f43a6f [diff] |
spi-mux: do not set if chassis power is on The op-reset-chassis-running@.service determines if chassis power is on, and if so creates the /run/openbmc/chassis@0-on file. Need to let this service run and create the file if chassis power is on. Tested: - Verified that when BMC is rebooted with chassis power on that when the BMC comes back up, it does not run the set-spi-mux.service. Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: I6075008dc8d7be9d111bbbc9b48606d8bb806e63
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`.