summaryrefslogtreecommitdiffstats
path: root/src/usr/targeting/common/xmltohb/target_types_hb.xml
diff options
context:
space:
mode:
authorCamVan Nguyen <ctnguyen@us.ibm.com>2012-12-05 10:59:57 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2012-12-08 00:37:33 -0600
commit01483b0a1d95eebcdc41948309123de3e82dedd9 (patch)
treead30d87de3b7d46f7cdc35ef56b6a8af2fb35a92 /src/usr/targeting/common/xmltohb/target_types_hb.xml
parent33504d264b9b34674af2cc61790eb4df58a123e0 (diff)
downloadtalos-hostboot-01483b0a1d95eebcdc41948309123de3e82dedd9.tar.gz
talos-hostboot-01483b0a1d95eebcdc41948309123de3e82dedd9.zip
Additional tweaks to MPIPL attributes.
Change-Id: I43f9f9dd38d2cfe90a0f2df6984e4f715a822157 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2560 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/targeting/common/xmltohb/target_types_hb.xml')
-rw-r--r--src/usr/targeting/common/xmltohb/target_types_hb.xml92
1 files changed, 92 insertions, 0 deletions
diff --git a/src/usr/targeting/common/xmltohb/target_types_hb.xml b/src/usr/targeting/common/xmltohb/target_types_hb.xml
new file mode 100644
index 000000000..9d7d2b04f
--- /dev/null
+++ b/src/usr/targeting/common/xmltohb/target_types_hb.xml
@@ -0,0 +1,92 @@
+<!-- IBM_PROLOG_BEGIN_TAG -->
+<!-- This is an automatically generated prolog. -->
+<!-- -->
+<!-- $Source: src/usr/targeting/common/xmltohb/target_types.xml $ -->
+<!-- -->
+<!-- IBM CONFIDENTIAL -->
+<!-- -->
+<!-- COPYRIGHT International Business Machines Corp. 2011,2012 -->
+<!-- -->
+<!-- p1 -->
+<!-- -->
+<!-- Object Code Only (OCO) source materials -->
+<!-- Licensed Internal Code Source Materials -->
+<!-- IBM HostBoot Licensed Internal Code -->
+<!-- -->
+<!-- The source code for this program is not published or otherwise -->
+<!-- divested of its trade secrets, irrespective of what has been -->
+<!-- deposited with the U.S. Copyright Office. -->
+<!-- -->
+<!-- Origin: 30 -->
+<!-- -->
+<!-- IBM_PROLOG_END_TAG -->
+
+<attributes>
+
+<!-- =====================================================================
+ HOST BOOT TARGETS
+ Contains the definition of the different types of Hostboot targets
+ and target type extensions to add attributes to common target types
+ ================================================================= -->
+
+<targetTypeExtension>
+ <id>sys-sys-power8</id>
+ <attribute><id>IS_MPIPL_HB</id></attribute>
+ <attribute><id>HB_MUTEX_TEST_LOCK</id></attribute>
+</targetTypeExtension>
+
+<targetTypeExtension>
+ <id>chip-processor</id>
+ <attribute>
+ <id>FSI_MASTER_MUTEX</id>
+ </attribute>
+ <attribute>
+ <id>FSI_SCOM_MUTEX</id>
+ </attribute>
+ <attribute>
+ <id>SCOM_IND_MUTEX</id>
+ </attribute>
+ <!-- new attribute for isteps 15 & 16 -->
+ <attribute>
+ <id>SLW_IMAGE_ADDR</id>
+ </attribute>
+ <attribute>
+ <id>SLW_IMAGE_SIZE</id>
+ </attribute>
+</targetTypeExtension>
+
+<targetTypeExtension>
+ <id>chip-processor-power8</id>
+ <attribute>
+ <id>I2C_ENGINE_MUTEX_0</id>
+ <default>0</default>
+ </attribute>
+ <attribute>
+ <id>I2C_ENGINE_MUTEX_1</id>
+ <default>0</default>
+ </attribute>
+ <attribute>
+ <id>I2C_ENGINE_MUTEX_2</id>
+ <default>0</default>
+ </attribute>
+ <attribute>
+ <id>XSCOM_VIRTUAL_ADDR</id>
+ </attribute>
+</targetTypeExtension>
+
+<!-- Centaur chip/DMI -->
+
+<targetTypeExtension>
+ <id>chip-membuf-centaur</id>
+ <attribute>
+ <id>FSI_SCOM_MUTEX</id>
+ </attribute>
+ <attribute>
+ <id>SCOM_IND_MUTEX</id>
+ </attribute>
+ <attribute>
+ <id>IBSCOM_VIRTUAL_ADDR</id>
+ </attribute>
+</targetTypeExtension>
+
+</attributes>
OpenPOWER on IntegriCloud