summaryrefslogtreecommitdiff
path: root/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/fsi
AgeCommit message (Collapse)AuthorFilesLines
2017-10-05Use openpower-proc-control for fsi-scanMatt Spinler2-1/+5
This will do both the master and hub scans. Resolves openbmc/openbmc#2278 Change-Id: I6dac03f4c7db397b5b25922df46a11e065d2b254 Signed-off-by: Matt Spinler <spinler@us.ibm.com>
2017-10-05Remove the fsi-hub-scan serviceMatt Spinler2-16/+1
The hub scan will be done from within the fsi-scan service. Change-Id: I6bccac926b450a3b46d3067a4c72756ac001de96 Signed-off-by: Matt Spinler <spinler@us.ibm.com>
2017-08-24Service to scan hub chip on second processorAndrew Geissler3-1/+18
New openfsi driver code requires user space to explicitly scan the second processors fsi hub to ensure no conflict between it and the host. User space code will use this service to do this scan at the appropriate time. Change-Id: I6806ec637e3b00cbba63b7dfd49a14e19cc8f713 Signed-off-by: Andrew Geissler <andrewg@us.ibm.com>
2017-06-26openpower: move to new FSI external mode APIJoel Stanley2-5/+2
The kernel now supports an external mode switch for use with eg. a FSP debug box. This switch can be used by the fsi-disable to relinquish control of the FSI pins in a fsi-master-gpio device, which also sets the mux and other pins to the appropriate state. When disabling external mode a rescan is triggered, so the fsi-enable service does not need to explicitly do this. Change-Id: I9851d42edcffcd62968c2c7d68b35351fe20b73e Signed-off-by: Joel Stanley <joel@jms.id.au>
2017-05-26Change FSI service files for 4.10Edward A. James4-5/+7
Latest FSI code changes paths, so we need to update the bind/unbind/scan paths. Change-Id: Ia1d8c5f31a8f0c8a69ca03121741a3ba35761c3a Signed-off-by: Edward A. James <eajames@us.ibm.com>
2017-04-20Refactor action target names Power-on-offJosh D. King3-5/+5
The target change is: obmc-power-chassis-on -> obmc-chassis-poweron obmc-power-chassis-off -> obmc-chassis-poweroff Also updated phosphor-state-manager.bb to now have correct commit id. Change-Id: I15aae803e5f0d44d4e6a137278f93e91f848b2c0 Signed-off-by: Josh D. King <jdking@us.ibm.com>
2017-04-13Switch FSI clock to synchronous mode on a disableMatt Spinler1-0/+1
Before unloading the FSI Driver, switch the master P9's FSI clock back to synchronous mode. Change-Id: I6309ad08c48cb5f272389925ea19b8cf7f8333d0 Signed-off-by: Matt Spinler <spinler@us.ibm.com>
2017-04-13Move FSI recipe and services to meta-openpowerMatt Spinler5-0/+72
FSI is an OpenPower concept. Change-Id: I0043d6d7b4783179b0893bbf7995aa229df2463f Signed-off-by: Matt Spinler <spinler@us.ibm.com>