summaryrefslogtreecommitdiffstats
path: root/src/usr/targeting/common/xmltohb/target_types.xml
diff options
context:
space:
mode:
authorRoland Veloz <rveloz@us.ibm.com>2018-08-31 04:35:33 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2018-09-28 17:28:53 -0500
commita92f91459eb2a1c197e4f15d7341f1f501b89079 (patch)
tree0f16152b0185b5accca8ac03bf549fa160b800b7 /src/usr/targeting/common/xmltohb/target_types.xml
parent5baacd28d51e361566f587c6b613ba679352d4ec (diff)
downloadblackbird-hostboot-a92f91459eb2a1c197e4f15d7341f1f501b89079.tar.gz
blackbird-hostboot-a92f91459eb2a1c197e4f15d7341f1f501b89079.zip
Added the I2C MUX attribute and target definitions
- Defined the I2C_MUX_INFO attribute - Defined the i2c_mux target with I2C_MUX_INFO as an attribute - Defined the i2c_mux target to have parent 'chip' - Added attribute fields i2cMuxSelector and i2cMuxPath to attributes EEPROM_NV_INFO, EEPROM_SBE_BACKUP_INFO, EEPROM_SBE_PRIMARY_INFO, EEPROM_VPD_BACKUP_INFO, EEPROM_VPD_PRIMARY_INFO, FAPI_I2C_CONTROL_INFO, TEMP_SENSOR_I2C_CONFIG and TPM_INFO. All these had I2C info in them (i2cMasterPath, port, devAddr, engine, etc). RTC:196807 CMVC-Prereq:1068716 Change-Id: Iadf4909411329c8b7b961efc2cb0789f5b96a49f Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/65540 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Nicholas E. Bofferding <bofferdn@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/targeting/common/xmltohb/target_types.xml')
-rw-r--r--src/usr/targeting/common/xmltohb/target_types.xml17
1 files changed, 16 insertions, 1 deletions
diff --git a/src/usr/targeting/common/xmltohb/target_types.xml b/src/usr/targeting/common/xmltohb/target_types.xml
index 16a7fc60d..f0640050f 100644
--- a/src/usr/targeting/common/xmltohb/target_types.xml
+++ b/src/usr/targeting/common/xmltohb/target_types.xml
@@ -878,6 +878,22 @@
</targetType>
<targetType>
+ <id>i2c_mux_pca9847</id>
+ <parent>chip</parent>
+ <attribute>
+ <id>I2C_MUX_INFO</id>
+ </attribute>
+ <attribute>
+ <id>MODEL</id>
+ <default>PCA9847</default>
+ </attribute>
+ <attribute>
+ <id>TYPE</id>
+ <default>I2C_MUX</default>
+ </attribute>
+ </targetType>
+
+ <targetType>
<id>lcard-dimm</id>
<parent>card</parent>
<attribute>
@@ -2217,7 +2233,6 @@
</attribute>
<attribute>
<id>HWAS_STATE_CHANGED_SUBSCRIPTION_MASK</id>
- <!-- GARD -->
<default>0x00000001</default>
</attribute>
<attribute>
OpenPOWER on IntegriCloud