summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElizabeth Liner <eliner@us.ibm.com>2018-02-22 13:03:08 -0600
committerSachin Gupta <sgupta2m@in.ibm.com>2018-03-07 03:37:52 -0500
commit29b11603626f9a8cb0c14524427918deaf2aef9b (patch)
tree00948ce72431e2a2077a113b8b1b7d2a2164694b
parent4d30a3d9b2616908a5a847daea87f4593671b215 (diff)
downloadtalos-sbe-29b11603626f9a8cb0c14524427918deaf2aef9b.tar.gz
talos-sbe-29b11603626f9a8cb0c14524427918deaf2aef9b.zip
Adding attribute to detect which processor we can use for alt-memory
Change-Id: I5e0435c5828dcaddb8571afdbd298c08400cb0e4 RTC:176434 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/54585 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: Sachin Gupta <sgupta2m@in.ibm.com> Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/54598
-rw-r--r--src/import/chips/p9/procedures/xml/attribute_info/p9_sbe_attributes.xml4
-rwxr-xr-xsrc/import/chips/p9/procedures/xml/attribute_info/pervasive_attributes.xml12
2 files changed, 16 insertions, 0 deletions
diff --git a/src/import/chips/p9/procedures/xml/attribute_info/p9_sbe_attributes.xml b/src/import/chips/p9/procedures/xml/attribute_info/p9_sbe_attributes.xml
index 63be9e7e..cd46946f 100644
--- a/src/import/chips/p9/procedures/xml/attribute_info/p9_sbe_attributes.xml
+++ b/src/import/chips/p9/procedures/xml/attribute_info/p9_sbe_attributes.xml
@@ -573,4 +573,8 @@ attribute tank
<name>ATTR_ENABLE_MEM_EARLY_DATA_SCOM</name>
<value>0x0</value>
</entry>
+ <entry>
+ <name>ATTR_PROC_CHIP_MEM_TO_USE</name>
+ <value>0x00</value>
+ </entry>
</entries>
diff --git a/src/import/chips/p9/procedures/xml/attribute_info/pervasive_attributes.xml b/src/import/chips/p9/procedures/xml/attribute_info/pervasive_attributes.xml
index a8a0cdeb..bff37c6d 100755
--- a/src/import/chips/p9/procedures/xml/attribute_info/pervasive_attributes.xml
+++ b/src/import/chips/p9/procedures/xml/attribute_info/pervasive_attributes.xml
@@ -752,4 +752,16 @@
<platInit/>
</attribute>
+<attribute>
+ <id>ATTR_PROC_CHIP_MEM_TO_USE</id>
+ <targetType>TARGET_TYPE_SYSTEM</targetType>
+ <description>This attribute denotes where our master proc's memory is
+ located. In the case that the master-proc does not have usable memory,
+ we are going to use another proc's memory to boot. The attribute will be
+ set to the chip and group ID of which proc we want to use.</description>
+ <valueType>uint8</valueType>
+ <persistRuntime/>
+ <platInit/>
+</attribute>
+
</attributes>
OpenPOWER on IntegriCloud