summaryrefslogtreecommitdiff
path: root/meta-openpower
diff options
context:
space:
mode:
authorChris Cain <cjcain@us.ibm.com>2022-02-03 21:49:28 +0300
committerAndrew Geissler <geissonator@yahoo.com>2022-02-08 21:16:01 +0300
commit0a1a253ddff5496566adc031f0579d3aa0cf8420 (patch)
tree0653a36d32b9cf5a3dacaa7d6a0768add3fe70f3 /meta-openpower
parent9e0d05bd7294781a9dbf468749c42d7300c07a75 (diff)
downloadopenbmc-0a1a253ddff5496566adc031f0579d3aa0cf8420.tar.xz
openpower: Hold off MPIPL procedure until OCC disabled
The OCC disable procedure starts, but does not always complete before the MPIPL procedure starts. This can cause SRAM write failures which will end up terminating openpower-occ-control. This fix will delay starting the MPIPL procedure util OCC disable completes. Signed-off-by: Chris Cain <cjcain@us.ibm.com> Change-Id: I615dcc70a57501172097efd5a37fe9200b3d094e
Diffstat (limited to 'meta-openpower')
-rw-r--r--meta-openpower/recipes-phosphor/occ/openpower-occ-control/op-occ-disable@.service1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-openpower/recipes-phosphor/occ/openpower-occ-control/op-occ-disable@.service b/meta-openpower/recipes-phosphor/occ/openpower-occ-control/op-occ-disable@.service
index 0179a5083a..e18d91c154 100644
--- a/meta-openpower/recipes-phosphor/occ/openpower-occ-control/op-occ-disable@.service
+++ b/meta-openpower/recipes-phosphor/occ/openpower-occ-control/op-occ-disable@.service
@@ -1,6 +1,7 @@
[Unit]
Description=OpenPOWER OCC Active Disable
Before=obmc-host-stop-pre@%i.target
+Before=op-enter-mpreboot@%i.service
Conflicts=op-occ-enable@%i.service
[Service]