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/entitypath.C | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/usr/targeting/common/entitypath.C') diff --git a/src/usr/targeting/common/entitypath.C b/src/usr/targeting/common/entitypath.C index 8123efe5b..95e9ce10c 100644 --- a/src/usr/targeting/common/entitypath.C +++ b/src/usr/targeting/common/entitypath.C @@ -471,7 +471,12 @@ const char* EntityPath::pathElementTypeAsString( return "FANCTLR"; case TYPE_SMPGROUP: return "SMPGROUP"; - + case TYPE_OMI: + return "OMI"; + case TYPE_OMIC: + return "OMIC"; + case TYPE_MCC: + return "MCC"; // case TYPE_FSI_LINK: // return "FSI-link"; // case TYPE_CFAM: -- cgit v1.2.1