Merge pull request #386 from dcrowell/bringupflag

Temporarily set bringup flag to get around CRC failure
diff --git a/openpower/configs/hostboot/rainier.config b/openpower/configs/hostboot/rainier.config
index 6bd655b..52b8276 100755
--- a/openpower/configs/hostboot/rainier.config
+++ b/openpower/configs/hostboot/rainier.config
@@ -60,7 +60,10 @@
 # AXONE configs must be set until those flags are reworked in Hostboot
 set AXONE
 set AXONE_BRINGUP
+
+# Enable hardware access to the EEPROMs with a cache
 set SUPPORT_EEPROM_CACHING
+set SUPPORT_EEPROM_HWACCESS
 
 # set for trace debug to console
 unset CONSOLE_OUTPUT_TRACE
@@ -84,5 +87,3 @@
 # Until MCTP/PLDM file access available, load PHyp via the BOOTKERNEL partition
 set LOAD_PHYP_FROM_BOOTKERNEL
 
-# Perform presence detect using EECACHE until all parts of Rainier config are supported in simics
-set EECACHE_PRESENCE_DETECT
diff --git a/openpower/package/ekb/Config.in b/openpower/package/ekb/Config.in
index fcf4daa..8f1fdf9 100644
--- a/openpower/package/ekb/Config.in
+++ b/openpower/package/ekb/Config.in
@@ -30,7 +30,7 @@
 
 config BR2_EKB_VERSION
     string
-    default "96d2bf07f5aa3959f33060a84e9127ea8b411e3c" if BR2_EKB_LATEST_VERSION
+    default "84fd5efc4eed66088feb7c6c8c65911f16a733ef" if BR2_EKB_LATEST_VERSION
     default BR2_EKB_CUSTOM_VERSION_VALUE if BR2_EKB_CUSTOM_VERSION
 endif
 
diff --git a/openpower/package/hostboot-p10/Config.in b/openpower/package/hostboot-p10/Config.in
index ea2cffb..1b5687c 100644
--- a/openpower/package/hostboot-p10/Config.in
+++ b/openpower/package/hostboot-p10/Config.in
@@ -25,7 +25,7 @@
 
 config BR2_HOSTBOOT_P10_VERSION
 	string
-	default "d89a92d0e0df3a64e03dda0507c35a4aa9a83548" if BR2_HOSTBOOT_P10_LATEST_VERSION
+	default "9785244b87916fdee1c6219d809907d70bcc2d3f" if BR2_HOSTBOOT_P10_LATEST_VERSION
 	default BR2_HOSTBOOT_P10_CUSTOM_VERSION_VALUE \
 		if BR2_HOSTBOOT_P10_CUSTOM_VERSION
 
diff --git a/openpower/package/pdata/Config.in b/openpower/package/pdata/Config.in
index 1100a17..95159de 100644
--- a/openpower/package/pdata/Config.in
+++ b/openpower/package/pdata/Config.in
@@ -32,7 +32,7 @@
 
 config BR2_PDATA_VERSION
     string
-    default "6c37e31b74c6a6e159c25d2c06562c9e50cf0a1c" if BR2_PDATA_LATEST_VERSION
+    default "68cbe66c904ffc6a72b5a6d791b96a6d23a20b99" if BR2_PDATA_LATEST_VERSION
     default BR2_PDATA_CUSTOM_VERSION_VALUE if BR2_PDATA_CUSTOM_VERSION
 
 endif
diff --git a/openpower/package/sbe-p10/Config.in b/openpower/package/sbe-p10/Config.in
index 03b2916..bc1bdf2 100644
--- a/openpower/package/sbe-p10/Config.in
+++ b/openpower/package/sbe-p10/Config.in
@@ -26,7 +26,7 @@
 
 config BR2_SBE_P10_VERSION
 	string
-	default "307f5f30225803a7bfed8f7edb65df3df667e194" if BR2_SBE_P10_LATEST_VERSION
+	default "1ee1d827c3970562b243a0b5ab3a3f37bdbd58e1" if BR2_SBE_P10_LATEST_VERSION
 	default BR2_SBE_P10_CUSTOM_VERSION_VALUE \
 		if BR2_SBE_P10_CUSTOM_VERSION