diff options
| author | Dan Crowell <dcrowell@us.ibm.com> | 2013-10-28 09:08:01 -0500 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2013-10-29 17:08:43 -0500 |
| commit | 665dc1aff603fee08413c24deef941d5d43d35f5 (patch) | |
| tree | acb356eab39ea7d0298ca5a275da0f538c45c71d /src/usr/runtime/common/extra_runtime_attributes.xml | |
| parent | a905fc90c340e550710b8f0e04cfd51a781ac214 (diff) | |
| download | talos-hostboot-665dc1aff603fee08413c24deef941d5d43d35f5.tar.gz talos-hostboot-665dc1aff603fee08413c24deef941d5d43d35f5.zip | |
INITPROC: Incorrect setup of core/eco_vret_sel
Updates of a few procedures as well as new attribute files required
to stay in sync with the HostServices code.
Change-Id: I53edf88dba9a2a0a37f03cbe741334c981c50c33
CQ: SW229638
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/6915
Tested-by: Jenkins Server
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/runtime/common/extra_runtime_attributes.xml')
| -rw-r--r-- | src/usr/runtime/common/extra_runtime_attributes.xml | 48 |
1 files changed, 1 insertions, 47 deletions
diff --git a/src/usr/runtime/common/extra_runtime_attributes.xml b/src/usr/runtime/common/extra_runtime_attributes.xml index 45eaec682..073bbb0f5 100644 --- a/src/usr/runtime/common/extra_runtime_attributes.xml +++ b/src/usr/runtime/common/extra_runtime_attributes.xml @@ -28,50 +28,4 @@ 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> +<!-- Leaving file in place to handle possible workarounds --> |

