diff options
Diffstat (limited to 'src/import')
-rwxr-xr-x | src/import/chips/p9/procedures/xml/attribute_info/pervasive_attributes.xml | 12 |
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, |