summaryrefslogtreecommitdiffstats
path: root/src/usr/sbe/sbe_update.C
diff options
context:
space:
mode:
authorMike Baiocchi <baiocchi@us.ibm.com>2014-02-11 10:41:40 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-02-12 11:40:48 -0600
commit60e2f67dcc46e9ef48ec75ecc18889ec685aaa03 (patch)
treedbf0e239c4dbbfeca0121087954719dea10f06df /src/usr/sbe/sbe_update.C
parent9a6d8d0dc183587d5141a620ee5336abc2b7e4aa (diff)
downloadtalos-hostboot-60e2f67dcc46e9ef48ec75ecc18889ec685aaa03.tar.gz
talos-hostboot-60e2f67dcc46e9ef48ec75ecc18889ec685aaa03.zip
Temporarily Disable Hostboot SBE Updates on Brazos
SBE Update code looks for MODEL attribute on processor and skips the update if it is Venice. To be re-enabled with Story 97441. Change-Id: I42267d5e09cfb8a9e7c3644d06f63f5b68bc68f3 CQ: SW245477 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/8772 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/sbe/sbe_update.C')
-rw-r--r--src/usr/sbe/sbe_update.C10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/usr/sbe/sbe_update.C b/src/usr/sbe/sbe_update.C
index c290fb0e5..2fb63c0ea 100644
--- a/src/usr/sbe/sbe_update.C
+++ b/src/usr/sbe/sbe_update.C
@@ -187,6 +187,16 @@ namespace SBE
err = NULL;
}
+ // If Master Processor is Venice skip SBE Update
+ // @todo RTC 97441 remove this check
+ if( (masterProcChipTargetHandle->getAttr<TARGETING::ATTR_MODEL>()
+ == TARGETING::MODEL_VENICE) )
+ {
+ TRACFCOMP( g_trac_sbe, INFO_MRK"updateProcessorSbeSeeproms() - "
+ "masterProcChipTargetHandle is Venice: skipping "
+ "SBE Update");
+ break;
+ }
for(uint32_t i=0; i<procList.size(); i++)
{
OpenPOWER on IntegriCloud