diff options
| author | Dan Crowell <dcrowell@us.ibm.com> | 2013-02-15 09:59:35 -0600 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2013-04-03 16:53:06 -0500 |
| commit | db788c8ab715f12958584a9d20a31cef28b64698 (patch) | |
| tree | e20b3f6b3b1f88a26e9b96a1aa72664cd9f27b67 /src/usr/runtime/common/extra_runtime_attributes.xml | |
| parent | ad540da587687d36373267ab468584f40e99d14b (diff) | |
| download | talos-hostboot-db788c8ab715f12958584a9d20a31cef28b64698.tar.gz talos-hostboot-db788c8ab715f12958584a9d20a31cef28b64698.zip | |
Updates to HostServices attribute list
Adding a few more attributes that the HWPs in HostServices need.
Also improved the testcases to catch missing attributes.
Updated gen script to add missing PM attribute defaults.
Change-Id: I99d2c4646492f020fb59f526db5a449d3507939a
RTC: 52950
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3236
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Tested-by: Jenkins Server
Diffstat (limited to 'src/usr/runtime/common/extra_runtime_attributes.xml')
| -rw-r--r-- | src/usr/runtime/common/extra_runtime_attributes.xml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/src/usr/runtime/common/extra_runtime_attributes.xml b/src/usr/runtime/common/extra_runtime_attributes.xml index ae7c1785c..45eaec682 100644 --- a/src/usr/runtime/common/extra_runtime_attributes.xml +++ b/src/usr/runtime/common/extra_runtime_attributes.xml @@ -28,27 +28,50 @@ xml files and procedures Parser only requires attribute, id and targetType tags. --> +<!-- from common_attributes.xml --> <attribute> <id>ATTR_FUNCTIONAL</id> <targetType>TARGET_TYPE_PROC_CHIP</targetType> </attribute> +<!-- from common_attributes.xml --> <attribute> <id>ATTR_CHIP_UNIT_POS</id> <targetType>TARGET_TYPE_EX_CHIPLET</targetType> </attribute> +<!-- from common_attributes.xml --> <attribute> <id>ATTR_FUNCTIONAL</id> <targetType>TARGET_TYPE_EX_CHIPLET</targetType> </attribute> +<!-- from freq_attributes.xml --> <attribute> <id>ATTR_FREQ_PB</id> <targetType>TARGET_TYPE_SYSTEM</targetType> </attribute> +<!-- from scratch_attributes.xml --> <attribute> <id>ATTR_SCRATCH_UINT32_1</id> <targetType>TARGET_TYPE_SYSTEM</targetType> </attribute> + +<!-- from system_attributes.xml --> +<attribute> + <id>ATTR_EXECUTION_PLATFORM</id> + <targetType>TARGET_TYPE_SYSTEM</targetType> +</attribute> + +<!-- from freq_attributes.xml --> +<attribute> + <id>ATTR_FREQ_PROC_REFCLOCK</id> + <targetType>TARGET_TYPE_SYSTEM</targetType> +</attribute> + +<!-- from system_attributes.xml --> +<attribute> + <id>ATTR_IS_SIMULATION</id> + <targetType>TARGET_TYPE_SYSTEM</targetType> +</attribute> |

