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:32 +0000
commit521e411103579a19a3adce597867394bab8a14a9 (patch)
treee50a16bc2e7be69f9e3b10bcd7ca1f6c05425925
parenta5c98b9b34ee25f5fd498de49dd317cd44285deb (diff)
downloadtalos-openbmc-521e411103579a19a3adce597867394bab8a14a9.tar.gz
talos-openbmc-521e411103579a19a3adce597867394bab8a14a9.zip
Increase IPL attempts from SBE side 0 from 3 to 4
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