From 67efd9872fc3aaa63350bd1722f6bc0346bf8460 Mon Sep 17 00:00:00 2001 From: Raptor Engineering Development Team Date: Wed, 19 Feb 2020 11:08:51 +0000 Subject: 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. --- .../state/files/phosphor-reset-host-reboot-attempts@.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1