Commit 18878e4f authored by Raptor Engineering Development Team's avatar Raptor Engineering Development Team
Browse files

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.
parent 56092bb9
......@@ -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
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment