warm-reboot: stop instr and cfam reset

Install the new stop instructions and cfam reset services required for a
warm reboot into the appropriate target

Includes following in bump:

Andrew Geissler (4):
      warm-reboot: ensure sbe start bit is 0
      warm reboot: stop instructions support
      warm-reboot: add cfam-reset capabilities
      warm-reboot: cfam-reset service

Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Change-Id: I2e3b1e4306e56f7193c0e1564b07ade7e4fcce9f
diff --git a/recipes-phosphor/host/op-proc-control_git.bb b/recipes-phosphor/host/op-proc-control_git.bb
index 1e6aa03..7d38be4 100644
--- a/recipes-phosphor/host/op-proc-control_git.bb
+++ b/recipes-phosphor/host/op-proc-control_git.bb
@@ -11,7 +11,7 @@
 inherit systemd
 
 SRC_URI += "git://github.com/openbmc/openpower-proc-control"
-SRCREV = "a5311abddaa057a50b492c839b310f968a7e270f"
+SRCREV = "a007668ac9a4c0cf0ca4bd50f86159822341c3cc"
 
 DEPENDS += " \
         autoconf-archive-native \
@@ -31,4 +31,6 @@
 
 SYSTEMD_SERVICE_${PN} +=  " \
                          xyz.openbmc_project.Control.Host.NMI.service \
+                         op-stop-instructions@.service \
+                         op-cfam-reset.service \
                          "