Update Hostboot and Habanero XML and some additional IPMI fixes
diff --git a/openpower/configs/hostboot/habanero.config b/openpower/configs/hostboot/habanero.config
index 0f27f58..08caec1 100755
--- a/openpower/configs/hostboot/habanero.config
+++ b/openpower/configs/hostboot/habanero.config
@@ -19,9 +19,12 @@
set GPIODD
set PALMETTO_VDDR
-# disable sbe updates
+# to disable sbe updates
set NO_SBE_UPDATES
+# Enable SBE updates
+#set SBE_UPDATE_INDEPENDENT
+
unset PCIE_HOTPLUG_CONTROLLER
# turn on console output
diff --git a/openpower/configs/hostboot/palmetto.config b/openpower/configs/hostboot/palmetto.config
index 2d7d74d..9d09e68 100755
--- a/openpower/configs/hostboot/palmetto.config
+++ b/openpower/configs/hostboot/palmetto.config
@@ -18,8 +18,11 @@
set GPIODD
set PALMETTO_VDDR
-# disable sbe updates
+# to disable sbe updates
set NO_SBE_UPDATES
+
+# Enable SBE updates
+# set SBE_UPDATE_INDEPENDENT
unset PCIE_HOTPLUG_CONTROLLER