From 759971ea1bcdd18ac8c1d78e113e67e4ca2038df Mon Sep 17 00:00:00 2001 From: Christian Geddes Date: Wed, 7 Nov 2018 11:11:06 -0600 Subject: Fix CAPP target XML in Axone simics xml file There was some incorrect/missing information on the CAPP target in the newly hand created simics Axone xml. The FAPI_POS attribute for capp1 was set to 0, when it should be 1. Also the chiplet ID was incorrect for capp1. The chiplet ID for capp1 in all p9 systems should be 4. Change-Id: I42392b2f7afd1827cdad15e6308750a055f8a859 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/68504 Tested-by: Jenkins Server Tested-by: Jenkins OP Build CI Tested-by: FSP CI Jenkins Tested-by: Jenkins OP HW Reviewed-by: Matt Derksen Reviewed-by: William G. Hoffa Reviewed-by: Daniel M. Crowell --- src/usr/targeting/common/xmltohb/simics_AXONE.system.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/usr/targeting/common') diff --git a/src/usr/targeting/common/xmltohb/simics_AXONE.system.xml b/src/usr/targeting/common/xmltohb/simics_AXONE.system.xml index ed1848616..6fdd560e5 100644 --- a/src/usr/targeting/common/xmltohb/simics_AXONE.system.xml +++ b/src/usr/targeting/common/xmltohb/simics_AXONE.system.xml @@ -4057,7 +4057,7 @@ CHIPLET_ID - 2 + 4 FAPI_NAME @@ -4065,7 +4065,7 @@ FAPI_POS - 0 + 1 HUID -- cgit v1.2.1