summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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