summaryrefslogtreecommitdiffstats
path: root/src/usr/targeting/xmltohb/target_types.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/targeting/xmltohb/target_types.xml')
-rw-r--r--src/usr/targeting/xmltohb/target_types.xml11
1 files changed, 10 insertions, 1 deletions
diff --git a/src/usr/targeting/xmltohb/target_types.xml b/src/usr/targeting/xmltohb/target_types.xml
index c4aee6ddb..6e15a36d6 100644
--- a/src/usr/targeting/xmltohb/target_types.xml
+++ b/src/usr/targeting/xmltohb/target_types.xml
@@ -170,6 +170,11 @@
</attribute>
<attribute><id>FABRIC_NODE_ID</id></attribute>
<attribute><id>FABRIC_CHIP_ID</id></attribute>
+ <attribute>
+ <!-- Processor chips have an SBE -->
+ <id>CHIP_HAS_SBE</id>
+ <default>1</default>
+ </attribute>
<!-- TODO. MVPD_FREQ_CORE_NOMINAL to be deleted when MVPD available -->
<attribute><id>MVPD_FREQ_CORE_NOMINAL</id></attribute>
</targetType>
@@ -844,7 +849,11 @@
<id>FSI_GP_REG_SCOM_ACCESS</id>
<default>0</default>
</attribute>
-
+ <attribute>
+ <!-- Centaur memory buffer chips do not have an SBE -->
+ <id>CHIP_HAS_SBE</id>
+ <default>0</default>
+ </attribute>
</targetType>
<!-- Centaur MBS -->
OpenPOWER on IntegriCloud