summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Geddes <crgeddes@us.ibm.com>2018-01-09 13:56:09 -0600
committerChristian R. Geddes <crgeddes@us.ibm.com>2018-01-10 10:41:26 -0500
commit4592e5a256c41eece80e55907535a76d07b36572 (patch)
treef7e8c16461288a613504bc4fb96fb21895014d80
parent13863b512ac26fa284f0cc9d4b72dcf6535c7fd2 (diff)
downloadtalos-hostboot-4592e5a256c41eece80e55907535a76d07b36572.tar.gz
talos-hostboot-4592e5a256c41eece80e55907535a76d07b36572.zip
Add FABRIC_PRESENT_GROUPS system attribute
Bit mask of group IDs which will be present in the fully configured CEC configuration. Change-Id: I43b06e856d2b285bb919025926b914d3ec4de451 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/51700 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
-rw-r--r--src/import/chips/p9/procedures/xml/attribute_info/nest_attributes.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/import/chips/p9/procedures/xml/attribute_info/nest_attributes.xml b/src/import/chips/p9/procedures/xml/attribute_info/nest_attributes.xml
index e1e5dfd85..db13c9ede 100644
--- a/src/import/chips/p9/procedures/xml/attribute_info/nest_attributes.xml
+++ b/src/import/chips/p9/procedures/xml/attribute_info/nest_attributes.xml
@@ -382,6 +382,22 @@
</attribute>
<!-- ********************************************************************** -->
<attribute>
+ <id>ATTR_FABRIC_PRESENT_GROUPS</id>
+ <targetType>TARGET_TYPE_SYSTEM</targetType>
+ <description>
+ Bit mask of group IDs which will be present in the fully configured
+ CEC configuration.
+ Bit 0 -> group 0 present
+ Bit 1 -> group 1 present
+ ...
+ Bit 6 -> group 6 present
+ Bit 7 -> group 7 present
+ </description>
+ <valueType>uint8</valueType>
+ <platInit/>
+</attribute>
+<!-- ********************************************************************** -->
+<attribute>
<id>ATTR_PROC_FABRIC_SYSTEM_ID</id>
<targetType>TARGET_TYPE_PROC_CHIP</targetType>
<description>
OpenPOWER on IntegriCloud