summaryrefslogtreecommitdiffstats
path: root/src/usr/targeting/common/xmltohb/target_types.xml
diff options
context:
space:
mode:
authorChristian Geddes <crgeddes@us.ibm.com>2018-08-03 14:47:23 -0500
committerWilliam G. Hoffa <wghoffa@us.ibm.com>2018-08-08 16:06:34 -0500
commitffcc637cd404efcce9ec16bab48f3f50b32fb6a5 (patch)
tree68cec7112a165dce80062604054ddcaa50271b43 /src/usr/targeting/common/xmltohb/target_types.xml
parentf8e8d7c203dcd6ff31459253ba42a3dbe970765e (diff)
downloadblackbird-hostboot-ffcc637cd404efcce9ec16bab48f3f50b32fb6a5.tar.gz
blackbird-hostboot-ffcc637cd404efcce9ec16bab48f3f50b32fb6a5.zip
Base targeting support for OCMB chip and MEM_PORT chiplet
In Axone we are introducing a new memory buffer known as the Open Capi Memory Buffer chip. On this chip will be a MEM_PORT chiplet(s) which will connect to the DIMM. This completes the following picture (it is expected OMIC, MCC, and OMI have been added already) MI--MCC / \ Proc--MC < __ OMI--OCMB--MEM_PORT--DIMM \ / OMIC Change-Id: I1a3e3d38978ce11fecee2ab11de83909eb440774 RTC:172970 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/63911 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: 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/xmltohb/target_types.xml')
-rw-r--r--src/usr/targeting/common/xmltohb/target_types.xml49
1 files changed, 49 insertions, 0 deletions
diff --git a/src/usr/targeting/common/xmltohb/target_types.xml b/src/usr/targeting/common/xmltohb/target_types.xml
index a868d5a47..9bc1a3fc7 100644
--- a/src/usr/targeting/common/xmltohb/target_types.xml
+++ b/src/usr/targeting/common/xmltohb/target_types.xml
@@ -331,6 +331,55 @@
<attribute><id>PRD_HWP_PLID</id></attribute>
</targetType>
+<!-- Generic OCMB -->
+<targetType>
+ <id>chip-ocmb</id>
+ <parent>chip</parent>
+ <attribute>
+ <default>OCMB_CHIP</default>
+ <id>TYPE</id>
+ </attribute>
+ <attribute>
+ <default>1</default>
+ <id>DECONFIG_GARDABLE</id>
+ </attribute>
+ <attribute>
+ <default>0x00000033</default>
+ <id>HWAS_STATE_CHANGED_SUBSCRIPTION_MASK</id>
+ </attribute>
+ <attribute>
+ <id>FRU_ID</id>
+ </attribute>
+</targetType>
+
+<!-- Explorer OCMB -->
+<targetType>
+ <id>chip-ocmb-explorer</id>
+ <parent>chip-ocmb</parent>
+ <attribute>
+ <default>EXPLORER</default>
+ <id>MODEL</id>
+ </attribute>
+</targetType>
+
+<!-- mem_port -->
+<targetType>
+ <id>unit-mem_port</id>
+ <parent>unit</parent>
+ <attribute>
+ <id>TYPE</id>
+ <default>MEM_PORT</default>
+ </attribute>
+ <attribute><id>DECONFIG_GARDABLE</id><default>1</default></attribute>
+ <attribute><id>HWAS_STATE_CHANGED_SUBSCRIPTION_MASK</id>
+ <default>0x00000033</default>
+ </attribute>
+ <attribute>
+ <id>CDM_DOMAIN</id>
+ <default>MEM</default>
+ </attribute>
+</targetType>
+
<targetType>
<id>chip-membuf-centaur</id>
<parent>chip</parent>
OpenPOWER on IntegriCloud