summaryrefslogtreecommitdiffstats
path: root/src/usr/targeting/common/entitypath.C
diff options
context:
space:
mode:
authorChristian Geddes <crgeddes@us.ibm.com>2018-08-01 16:04:35 -0500
committerWilliam G. Hoffa <wghoffa@us.ibm.com>2018-08-08 16:05:56 -0500
commitf8e8d7c203dcd6ff31459253ba42a3dbe970765e (patch)
treee33dfe5fa1e6c562930d31f53652e89b9c3553d8 /src/usr/targeting/common/entitypath.C
parent3cb9eb102386c50d0e7b7b67f64b702097b7eb16 (diff)
downloadtalos-hostboot-f8e8d7c203dcd6ff31459253ba42a3dbe970765e.tar.gz
talos-hostboot-f8e8d7c203dcd6ff31459253ba42a3dbe970765e.zip
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 <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: ILYA SMIRNOV <ismirno@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: Prachi Gupta <pragupta@us.ibm.com> Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
Diffstat (limited to 'src/usr/targeting/common/entitypath.C')
-rw-r--r--src/usr/targeting/common/entitypath.C7
1 files changed, 6 insertions, 1 deletions
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:
OpenPOWER on IntegriCloud