summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaptor Engineering Development Team <support@raptorengineering.com>2020-02-19 11:08:51 +0000
committerRaptor Engineering Development Team <support@raptorengineering.com>2020-02-19 11:08:51 +0000
commit18878e4f6250fdad538c7af3dabf90fd526e9264 (patch)
tree39da26a655e1e16a100c786061f95203c2005294
parent56092bb95043bc4a8fd691cd76e632689e1cd834 (diff)
downloadblackbird-openbmc-18878e4f6250fdad538c7af3dabf90fd526e9264.tar.gz
blackbird-openbmc-18878e4f6250fdad538c7af3dabf90fd526e9264.zip
Increase IPL attempts from SBE side 0 from 3 to 4raptor-v2.0004-16-2019
This prevents a boot loop in the corner case where the memory map needs to be updated before the normal SBE update routine can execute, thus resulting in four re-IPLs under normal conditions.
-rw-r--r--meta-phosphor/recipes-phosphor/state/files/phosphor-reset-host-reboot-attempts@.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/recipes-phosphor/state/files/phosphor-reset-host-reboot-attempts@.service b/meta-phosphor/recipes-phosphor/state/files/phosphor-reset-host-reboot-attempts@.service
index 35de4304b..934ebaef5 100644
--- a/meta-phosphor/recipes-phosphor/state/files/phosphor-reset-host-reboot-attempts@.service
+++ b/meta-phosphor/recipes-phosphor/state/files/phosphor-reset-host-reboot-attempts@.service
@@ -7,7 +7,7 @@ ConditionPathExists=!/run/openbmc/host@%i-on
[Service]
Restart=no
Type=oneshot
-ExecStart=/bin/sh -c "busctl set-property `mapper get-service /xyz/openbmc_project/state/host%i` /xyz/openbmc_project/state/host%i xyz.openbmc_project.Control.Boot.RebootAttempts AttemptsLeft u 3"
+ExecStart=/bin/sh -c "busctl set-property `mapper get-service /xyz/openbmc_project/state/host%i` /xyz/openbmc_project/state/host%i xyz.openbmc_project.Control.Boot.RebootAttempts AttemptsLeft u 4"
[Install]
WantedBy=obmc-host-start@%i.target
OpenPOWER on IntegriCloud