From a16cfa6a4612acac5810c7c4701236b14e4b0f28 Mon Sep 17 00:00:00 2001 From: Dan Crowell Date: Fri, 3 Feb 2017 12:21:33 -0600 Subject: Scan support for multiple chips Fixed the sbe-based scan code to work on non-master processors Did a little house cleaning of the scan code as well Change-Id: I13256bc9c7adc6fddecbf05d7ebe4f3c9c4b0b96 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/35910 Tested-by: Jenkins Server Reviewed-by: Martin Gloff Tested-by: FSP CI Jenkins Reviewed-by: Dean Sanner Tested-by: Jenkins OP Build CI Reviewed-by: Daniel M. Crowell --- src/usr/targeting/common/utilFilter.C | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/usr/targeting/common/utilFilter.C') diff --git a/src/usr/targeting/common/utilFilter.C b/src/usr/targeting/common/utilFilter.C index a58a7e585..928aa64d6 100644 --- a/src/usr/targeting/common/utilFilter.C +++ b/src/usr/targeting/common/utilFilter.C @@ -5,7 +5,7 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2012,2016 */ +/* Contributors Listed Below - COPYRIGHT 2012,2017 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -445,7 +445,7 @@ const Target * getParentChip( const Target * i_pChiplet ) } else { - TARG_ERR("Number of Parent chip is not 1, but %d",l_chipList.size()); + TARG_ERR("Number of Parent chip is not 1, but %d | huid=%.8X",l_chipList.size(), TARGETING::get_huid(i_pChiplet)); } return l_pChip; -- cgit v1.2.1