summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Crowell <dcrowell@us.ibm.com>2019-01-16 11:03:52 -0600
committerRAJA DAS <rajadas2@in.ibm.com>2019-02-25 03:25:07 -0600
commitc9b85ed2ed42336204ecfeefca03660bdaa7bd4c (patch)
tree51c6949b6916e4052d2429307a2d75e4e5fa6a45
parent81c84876585779e9c0d7484cca9e61e5351ed872 (diff)
downloadtalos-sbe-c9b85ed2ed42336204ecfeefca03660bdaa7bd4c.tar.gz
talos-sbe-c9b85ed2ed42336204ecfeefca03660bdaa7bd4c.zip
Add ATTR_ENABLED_OBUS_BRICKS
Adding a new attribute for p9_check_proc_config to consume as the first step in removing the OBUS_BRICK target. Change-Id: Ic2bccde518e6f01f2df4d9f7e03571a2208a534c Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/70546 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: HWSV CI <hwsv-ci+hostboot@us.ibm.com> Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Prem Shanker Jha <premjha2@in.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/70556 Reviewed-by: RAJA DAS <rajadas2@in.ibm.com>
-rw-r--r--src/import/chips/p9/procedures/xml/attribute_info/pm_plat_attributes.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/import/chips/p9/procedures/xml/attribute_info/pm_plat_attributes.xml b/src/import/chips/p9/procedures/xml/attribute_info/pm_plat_attributes.xml
index 729d2b4c..90c181e3 100644
--- a/src/import/chips/p9/procedures/xml/attribute_info/pm_plat_attributes.xml
+++ b/src/import/chips/p9/procedures/xml/attribute_info/pm_plat_attributes.xml
@@ -2636,4 +2636,19 @@
<writeable/>
<initToZero/>
</attribute>
+ <!-- ********************************************************************* -->
+ <attribute>
+ <id>ATTR_ENABLED_OBUS_BRICKS</id>
+ <targetType>TARGET_TYPE_PROC_CHIP</targetType>
+ <description>
+ Bitstring that describes the enabled OBUS Bricks on this processor.
+ The first brick is position bit0, etc
+
+ Producer: Initialized by Hostboot firmware based on platform support
+ Consumers: Read by p9_check_proc_config.C
+ </description>
+ <valueType>uint64</valueType>
+ <platInit/>
+ </attribute>
+ <!-- ********************************************************************* -->
</attributes>
OpenPOWER on IntegriCloud