summaryrefslogtreecommitdiffstats
path: root/src/usr/fapi2
diff options
context:
space:
mode:
authorPrachi Gupta <pragupta@us.ibm.com>2016-11-03 08:38:03 -0500
committerWilliam G. Hoffa <wghoffa@us.ibm.com>2016-11-09 17:47:50 -0500
commit4241f7c81cf4b8e5776d72df11b606c187ae32c6 (patch)
treef7819cb62cd1f9e25a5e00572e04f10d87a90595 /src/usr/fapi2
parent5632ecb38190e997973b5234f553b412a549bfdc (diff)
downloadtalos-hostboot-4241f7c81cf4b8e5776d72df11b606c187ae32c6.tar.gz
talos-hostboot-4241f7c81cf4b8e5776d72df11b606c187ae32c6.zip
Fix HUID in simics.NIMBUS.system.xml
Core/EX/MCA/OBUS/PERV/PHB/PPE/XBUS had incorrect HUID values Change-Id: I5511ddefdf3301f217d48a7dc3b7b377971e94c3 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/32183 Reviewed-by: Martin Gloff <mgloff@us.ibm.com> Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
Diffstat (limited to 'src/usr/fapi2')
-rw-r--r--src/usr/fapi2/test/fapi2GetTargetTest.H4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/fapi2/test/fapi2GetTargetTest.H b/src/usr/fapi2/test/fapi2GetTargetTest.H
index 24e08f484..4d1402a42 100644
--- a/src/usr/fapi2/test/fapi2GetTargetTest.H
+++ b/src/usr/fapi2/test/fapi2GetTargetTest.H
@@ -60,7 +60,7 @@ class Fapi2GetTargetTest : public CxxTest::TestSuite
static_cast<const TARGETING::Target*>(l_tTar.get());
l_huid = TARGETING::get_huid(l_platTarget);
FAPI_INF("test_fapi2GetTarget EX HUID: %.8x", l_huid);
- if (l_huid != 0x00061002)
+ if (l_huid != 0x00060002)
{
TS_FAIL("getTarget: EX HUID is Wrong");
break;
@@ -81,7 +81,7 @@ class Fapi2GetTargetTest : public CxxTest::TestSuite
}
// get EX's children (cores) and verify their HUIDs
- uint32_t l_exp_huids[] = {0x00071004, 0x00071005};
+ uint32_t l_exp_huids[] = {0x00070004, 0x00070005};
uint32_t i = 0;
std::vector<Target<fapi2::TARGET_TYPE_CORE> > l_childCores;
OpenPOWER on IntegriCloud