Add FSI enable/disable services for cronus use
Start fsi-disable.service to unbind the FSI Driver.
Start fsi-enable.service to bind it again and rescan.
Also added a fsi-bind@.service so we can ensure the
driver is bound each power on.
Change-Id: I5fa62b44994aea3bb645e755187f29e720bf3bce
Signed-off-by: Matt Spinler <spinler@us.ibm.com>
diff --git a/conf/machine/include/p9.inc b/conf/machine/include/p9.inc
index 6fa9b7b..0aa3035 100644
--- a/conf/machine/include/p9.inc
+++ b/conf/machine/include/p9.inc
@@ -1,2 +1,2 @@
-OBMC_MACHINE_FEATURES += 'p9-vcs-workaround obmc-fsi-scan'
+OBMC_MACHINE_FEATURES += 'p9-vcs-workaround obmc-fsi'
PREFERRED_PROVIDER_virtual/obmc-host-ctl = "p9-host-start"