summaryrefslogtreecommitdiffstats
path: root/src/usr/targeting/common
diff options
context:
space:
mode:
authorDan Crowell <dcrowell@us.ibm.com>2019-07-23 18:30:07 -0500
committerDaniel M Crowell <dcrowell@us.ibm.com>2019-07-25 07:59:43 -0500
commit2dc57288840a0a8dc19c55e435d608651ecdf919 (patch)
tree3bca90f2c7ffebfe386c79288d1a421d60b58385 /src/usr/targeting/common
parentd97b70655dd205e4c9dea2c731acbd100404c3d1 (diff)
downloadtalos-hostboot-2dc57288840a0a8dc19c55e435d608651ecdf919.tar.gz
talos-hostboot-2dc57288840a0a8dc19c55e435d608651ecdf919.zip
Add type to adapt mrw version of i2c mux to hb mux type
The MRW xml uses chip-PCA9847 whereas we use i2c_mux_pca9847. This changes creates a thin parent class so that we recognize the MRW type as ours. Change-Id: I02b74d1f6af24f35e87591c1b1494c02f730e6a0 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/80859 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> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Reviewed-by: William G Hoffa <wghoffa@us.ibm.com> Reviewed-by: Christian R Geddes <crgeddes@us.ibm.com> Reviewed-by: Chen Du <duchen@us.ibm.com> Reviewed-by: Daniel M Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/targeting/common')
-rw-r--r--src/usr/targeting/common/xmltohb/target_types.xml10
1 files changed, 8 insertions, 2 deletions
diff --git a/src/usr/targeting/common/xmltohb/target_types.xml b/src/usr/targeting/common/xmltohb/target_types.xml
index 083819728..0e1ea2fdb 100644
--- a/src/usr/targeting/common/xmltohb/target_types.xml
+++ b/src/usr/targeting/common/xmltohb/target_types.xml
@@ -159,6 +159,13 @@
<parent>chip-tpm-cectpm</parent>
</targetType>
+ <!-- This special I2C_MUX target adapts the MRW to Hostboot's specific I2C_MUX
+ target. All attributes should be declared against the parent target -->
+ <targetType>
+ <id>chip-PCA9847</id>
+ <parent>i2c_mux_pca9847</parent>
+ </targetType>
+
<!-- This special UCD target adapts the MRW to Hostboot's specific UCD
target. All attributes should be declared against the parent
target. -->
@@ -1360,8 +1367,7 @@
</attribute>
</targetType>
- <!-- This special I2C_MUX target adapts the MRW to Hostboot's specific I2C_MUX
- target. All attributes should be declared against the parent target -->
+ <!-- Represents a I2C Mux device that is compatible with the PCA9847 spec -->
<targetType>
<id>i2c_mux_pca9847</id>
<parent>chip</parent>
OpenPOWER on IntegriCloud