summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xmeta-openbmc-machines/meta-openpower/common/recipes-phosphor/occ/openpower-occ-control/occ-active.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/occ/openpower-occ-control/occ-active.sh b/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/occ/openpower-occ-control/occ-active.sh
index f378b566b..32d089ba1 100755
--- a/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/occ/openpower-occ-control/occ-active.sh
+++ b/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/occ/openpower-occ-control/occ-active.sh
@@ -20,6 +20,10 @@ if [ "$value" == "true" ]; then
echo "Waiting for host IPL to complete before engaging OCC interface..."
sleep 1
done
+
+ # Petitboot now signals boot fairly early in the kernel startup
+ # Wait a bit for the host to settle down before scanning FSI
+ sleep 15
fi
# Get CPU count
OpenPOWER on IntegriCloud