From f8e8d7c203dcd6ff31459253ba42a3dbe970765e Mon Sep 17 00:00:00 2001 From: Christian Geddes Date: Wed, 1 Aug 2018 16:04:35 -0500 Subject: Base targeting support for Axone memory complex Added 3 new target types to start things off. These are the OMI (open-capi memory interface), the OMIC (open-capi memory interface controller), and the MCC (memory channel controller). These new targets will help us represent the new memory complex we are using for axone. The axone memory hiearchy will look like this: MI--MCC / \ Proc--MC < __ OMI--OCMB--MEMPORT--DIMM \ / OMIC **Note that OCMB/MEMPORT have not been implemented in hostboot yet Change-Id: I3df4eb3e279f825f0bdee86448ea23cb975e5511 RTC:172969 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/63744 Tested-by: Jenkins Server Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Tested-by: FSP CI Jenkins Reviewed-by: ILYA SMIRNOV Reviewed-by: Daniel M. Crowell Reviewed-by: Prachi Gupta Reviewed-by: William G. Hoffa --- src/usr/targeting/common/xmltohb/target_types.xml | 137 +++++++++++++++++++++- 1 file changed, 135 insertions(+), 2 deletions(-) (limited to 'src/usr/targeting/common/xmltohb/target_types.xml') diff --git a/src/usr/targeting/common/xmltohb/target_types.xml b/src/usr/targeting/common/xmltohb/target_types.xml index 2c3024759..a868d5a47 100644 --- a/src/usr/targeting/common/xmltohb/target_types.xml +++ b/src/usr/targeting/common/xmltohb/target_types.xml @@ -1512,7 +1512,8 @@ + Cumulus: 2 per chip + Axone : 2 per chip --> unit-mc-power9 unit @@ -1541,9 +1542,19 @@ + + unit-mc-axone + unit-mc-power9 + + MODEL + AXONE + + + + Cumulus: 4 total per chip (2 per MC) + Axone : 4 total per chip (2 per MC)--> unit-mi-power9 unit @@ -1577,6 +1588,89 @@ + + unit-mi-axone + unit-mi-power9 + + AXONE + MODEL + + + + + + unit-omic-power9 + unit + + OMIC + TYPE + + + 1 + DECONFIG_GARDABLE + + + 0x00000033 + HWAS_STATE_CHANGED_SUBSCRIPTION_MASK + + + PARENT_PERVASIVE + + + CDM_DOMAIN + MEM + + + + + unit-omic-axone + unit-omic-power9 + + AXONE + MODEL + + + + + + unit-mcc-power9 + unit + + MCC + TYPE + + + 1 + DECONFIG_GARDABLE + + + 0x00000033 + HWAS_STATE_CHANGED_SUBSCRIPTION_MASK + + + PARENT_PERVASIVE + + + CDM_DOMAIN + MEM + + + + + unit-mcc-axone + unit-mcc-power9 + + AXONE + MODEL + + + @@ -1613,6 +1707,45 @@ + + + unit-omi-power9 + unit + + OMI + TYPE + + + 1 + DECONFIG_GARDABLE + + + 0x00000033 + HWAS_STATE_CHANGED_SUBSCRIPTION_MASK + + + PARENT_PERVASIVE + + + CDM_DOMAIN + MEM + + + + + unit-omi-axone + unit-omi-power9 + + AXONE + MODEL + + + -- cgit v1.2.1