summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures
diff options
context:
space:
mode:
authorElizabeth Liner <eliner@us.ibm.com>2018-04-05 12:23:34 -0500
committerSachin Gupta <sgupta2m@in.ibm.com>2018-04-10 08:45:49 -0400
commit6415b1f1bc293f75101320885664320ba5d7a5f2 (patch)
treec7e61587a3f6a2e6a917bfe1fa3423a139361519 /src/import/chips/p9/procedures
parentaa3958c83f6ea4856445abdfc95402f9d315639c (diff)
downloadtalos-sbe-6415b1f1bc293f75101320885664320ba5d7a5f2.tar.gz
talos-sbe-6415b1f1bc293f75101320885664320ba5d7a5f2.zip
Temporarily moving attribute to the system target
There were dependency issues between the FSP and hostboot changes. This commit is temporarily moving everything to the system target, so that we can get our changes through CI. We'll go back later and fix the target to the proc Change-Id: Ic2d63d10afe50342290a814a94fd2d07d7102fdf RTC:176434 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/56814 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.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: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/56825
Diffstat (limited to 'src/import/chips/p9/procedures')
-rwxr-xr-xsrc/import/chips/p9/procedures/xml/attribute_info/pervasive_attributes.xml12
1 files changed, 12 insertions, 0 deletions
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 b3c3db00..66087f0e 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
@@ -754,6 +754,18 @@
<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>
+
+<attribute>
+ <id>ATTR_PROC_MEM_TO_USE</id>
<targetType>TARGET_TYPE_PROC_CHIP</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,
OpenPOWER on IntegriCloud