summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaptor Engineering Development Team <support@raptorengineering.com>2019-04-20 03:06:44 +0000
committerRaptor Engineering Development Team <support@raptorengineering.com>2019-04-20 03:06:44 +0000
commit9f8608565529fbd6ff94591a4f77c4b7e22c97e7 (patch)
tree353cfe157f0c5a5f32c43d7cce7fbdd87a927851
parentc006c75a4382727bf6b66cbfd7143039615f9e8a (diff)
downloadtalos-xml-9f8608565529fbd6ff94591a4f77c4b7e22c97e7.tar.gz
talos-xml-9f8608565529fbd6ff94591a4f77c4b7e22c97e7.zip
Work around phosphor-ipmi-fru-properties-mrw-native gen_fru_properties.pl creating invalid YAML files when TPM node is not found in MRW
-rwxr-xr-xtalos.xml8
1 files changed, 6 insertions, 2 deletions
diff --git a/talos.xml b/talos.xml
index f2c1dd9..b333a0d 100755
--- a/talos.xml
+++ b/talos.xml
@@ -45291,6 +45291,10 @@
<default>I2C</default>
</attribute>
<attribute>
+ <id>CARD_TYPE</id>
+ <default>TPM</default>
+ </attribute>
+ <attribute>
<id>CHIPLET_ID</id>
<default>0xFF</default>
</attribute>
@@ -45367,7 +45371,7 @@
</attribute>
<attribute>
<id>MRW_TYPE</id>
- <default>NA</default>
+ <default>TPM</default>
</attribute>
<attribute>
<id>ORDINAL_ID</id>
@@ -45396,7 +45400,7 @@
</attribute>
<attribute>
<id>TYPE</id>
- <default>NA</default>
+ <default>TPM</default>
</attribute>
</targetInstance>
<targetInstance>
OpenPOWER on IntegriCloud