summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Azurin <jmazurin@us.ibm.com>2015-08-27 17:52:02 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2015-09-03 16:29:49 -0500
commit1ff77263b0a758eb4174e290a582b86b71dd964d (patch)
treeb1e5f132b3ef26e480f965fe0923a883acb510e1
parente4bcc802efacb888b14c666384656f13ee6b5630 (diff)
downloadtalos-hostboot-1ff77263b0a758eb4174e290a582b86b71dd964d.tar.gz
talos-hostboot-1ff77263b0a758eb4174e290a582b86b71dd964d.zip
set subsystem for part callouts
Change-Id: I47e80e97d918a2e148324706bfc01b75ff83a5ec RTC:128430 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/20187 Tested-by: Jenkins Server Tested-by: Jenkins OP Build CI Tested-by: FSP CI Jenkins Tested-by: Jenkins OP HW Reviewed-by: Richard J. Knight <rjknight@us.ibm.com> Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
-rw-r--r--src/usr/errl/errlentry.C7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/usr/errl/errlentry.C b/src/usr/errl/errlentry.C
index 47363a81c..dfd5fc58d 100644
--- a/src/usr/errl/errlentry.C
+++ b/src/usr/errl/errlentry.C
@@ -980,6 +980,13 @@ void ErrlEntry::setSubSystemIdBasedOnCallouts()
"callout to determine SSID", pData->clockType);
iv_User.setSubSys(getSubSystem(pData->clockType));
}
+ else if ( pData->type == HWAS::PART_CALLOUT )
+ {
+ TRACFCOMP(g_trac_errl, INFO_MRK
+ "mapping highest priority part 0x%x "
+ "callout to determine SSID", pData->partType);
+ iv_User.setSubSys(getSubSystem(pData->partType));
+ }
else
{
TRACFCOMP(g_trac_errl, ERR_MRK
OpenPOWER on IntegriCloud