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:18:18 +0000
commit67efd9872fc3aaa63350bd1722f6bc0346bf8460 (patch)
tree8e15ffe649401aa75329b85b91ad94f5f0d8d3e6
parent75fd48001406e3d9418b3f829fb5f305dc1a9d51 (diff)
downloadtalos-openbmc-67efd9872fc3aaa63350bd1722f6bc0346bf8460.tar.gz
talos-openbmc-67efd9872fc3aaa63350bd1722f6bc0346bf8460.zip
Increase IPL attempts from SBE side 0 from 3 to 4raptor-v2.00
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