summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Silver <bsilver@us.ibm.com>2014-07-16 11:35:55 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-07-17 13:28:06 -0500
commit89bd6adf7689cbddad15cd9a9e55d4b98b1df183 (patch)
tree4a1a3fed06e1860abe74e6e203a05d5e393695d1
parent82329af6fcd6e282fb2f20f97650902c98041137 (diff)
downloadtalos-hostboot-89bd6adf7689cbddad15cd9a9e55d4b98b1df183.tar.gz
talos-hostboot-89bd6adf7689cbddad15cd9a9e55d4b98b1df183.zip
Turn off SBE updates for Palmetto (config override)
Change-Id: I6965cec51ac3db8f12fb1f1041ae712710972c5b Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/12258 Tested-by: Jenkins Server Reviewed-by: Michael Baiocchi <baiocchi@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
-rw-r--r--src/usr/sbe/HBconfig4
-rw-r--r--src/usr/sbe/sbe_update.C6
2 files changed, 10 insertions, 0 deletions
diff --git a/src/usr/sbe/HBconfig b/src/usr/sbe/HBconfig
index 54c968e84..7244b3151 100644
--- a/src/usr/sbe/HBconfig
+++ b/src/usr/sbe/HBconfig
@@ -21,3 +21,7 @@ config SBE_UPDATE_GOLDEN
then a re-IPL request will be issued. The other SBE SEEPROM will not
be touched and treated as the 'Golden' SEEPROM.
+config NO_SBE_UPDATES
+ default n
+ help
+ Don't update the SBE SEEPROMs at all
diff --git a/src/usr/sbe/sbe_update.C b/src/usr/sbe/sbe_update.C
index 6a4aaec68..681e1211f 100644
--- a/src/usr/sbe/sbe_update.C
+++ b/src/usr/sbe/sbe_update.C
@@ -204,6 +204,12 @@ namespace SBE
err = NULL;
}
+#ifdef CONFIG_NO_SBE_UPDATES
+ TRACFCOMP( g_trac_sbe, INFO_MRK"updateProcessorSbeSeeproms() - "
+ "SBE updates not configured");
+ break;
+#endif
+
for(uint32_t i=0; i<procList.size(); i++)
{
OpenPOWER on IntegriCloud