summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--openpower/configs/hostboot/p9dsu.config5
-rwxr-xr-xopenpower/configs/hostboot/romulus.config5
-rwxr-xr-xopenpower/configs/hostboot/witherspoon.config5
-rwxr-xr-xopenpower/configs/hostboot/zaius.config5
4 files changed, 12 insertions, 8 deletions
diff --git a/openpower/configs/hostboot/p9dsu.config b/openpower/configs/hostboot/p9dsu.config
index 350bd7f4..0d6268fa 100644
--- a/openpower/configs/hostboot/p9dsu.config
+++ b/openpower/configs/hostboot/p9dsu.config
@@ -31,10 +31,11 @@ unset CDIMM_FORMAT_FOR_CVPD
set GPIODD
unset PALMETTO_VDDR
-# Enable SBE updates
+# Enable Consecutive SBE Updates
+set SBE_UPDATE_CONSECUTIVE
unset SBE_UPDATE_INDEPENDENT
unset SBE_UPDATE_SEQUENTIAL
-set SBE_UPDATE_SIMULTANEOUS
+unset SBE_UPDATE_SIMULTANEOUS
unset NO_SBE_UPDATES
unset PCIE_HOTPLUG_CONTROLLER
diff --git a/openpower/configs/hostboot/romulus.config b/openpower/configs/hostboot/romulus.config
index af8a85e7..ef027eab 100755
--- a/openpower/configs/hostboot/romulus.config
+++ b/openpower/configs/hostboot/romulus.config
@@ -31,10 +31,11 @@ unset CDIMM_FORMAT_FOR_CVPD
set GPIODD
unset PALMETTO_VDDR
-# Enable SBE updates
+# Enable Consecutive SBE Updates
+set SBE_UPDATE_CONSECUTIVE
unset SBE_UPDATE_INDEPENDENT
unset SBE_UPDATE_SEQUENTIAL
-set SBE_UPDATE_SIMULTANEOUS
+unset SBE_UPDATE_SIMULTANEOUS
unset NO_SBE_UPDATES
unset PCIE_HOTPLUG_CONTROLLER
diff --git a/openpower/configs/hostboot/witherspoon.config b/openpower/configs/hostboot/witherspoon.config
index de8d973a..85203610 100755
--- a/openpower/configs/hostboot/witherspoon.config
+++ b/openpower/configs/hostboot/witherspoon.config
@@ -31,10 +31,11 @@ unset CDIMM_FORMAT_FOR_CVPD
set GPIODD
unset PALMETTO_VDDR
-# Disable SBE updates
+# Enable Consecutive SBE Updates
+set SBE_UPDATE_CONSECUTIVE
unset SBE_UPDATE_INDEPENDENT
unset SBE_UPDATE_SEQUENTIAL
-set SBE_UPDATE_SIMULTANEOUS
+unset SBE_UPDATE_SIMULTANEOUS
unset NO_SBE_UPDATES
unset PCIE_HOTPLUG_CONTROLLER
diff --git a/openpower/configs/hostboot/zaius.config b/openpower/configs/hostboot/zaius.config
index 23e49acc..b636456e 100755
--- a/openpower/configs/hostboot/zaius.config
+++ b/openpower/configs/hostboot/zaius.config
@@ -31,10 +31,11 @@ unset CDIMM_FORMAT_FOR_CVPD
set GPIODD
unset PALMETTO_VDDR
-# Disable SBE updates
+# Enable Consecutive SBE Updates
+set SBE_UPDATE_CONSECUTIVE
unset SBE_UPDATE_INDEPENDENT
unset SBE_UPDATE_SEQUENTIAL
-set SBE_UPDATE_SIMULTANEOUS
+unset SBE_UPDATE_SIMULTANEOUS
unset NO_SBE_UPDATES
unset PCIE_HOTPLUG_CONTROLLER
OpenPOWER on IntegriCloud