diff options
author | Mike Jones <mjjones@us.ibm.com> | 2012-04-04 13:04:01 -0500 |
---|---|---|
committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2012-04-09 16:53:03 -0500 |
commit | 82ba4724c8f93d6404c5d4b26e801ec61746a326 (patch) | |
tree | 1b96549de4dea1591de4f8cd44ed4f110cca28eb /src/usr/hwpf/hwp | |
parent | 7f2d373de881c982783db83e97e9e73a8fd09b74 (diff) | |
download | talos-hostboot-82ba4724c8f93d6404c5d4b26e801ec61746a326.tar.gz talos-hostboot-82ba4724c8f93d6404c5d4b26e801ec61746a326.zip |
HWPF Attributes: Support ATTR_CHIP_HAS_SBE
This was reuqested by Jeshua. One of his HWPs will run on both Venice
and Murano and needs to know if the chip has an SBE in order to
initialize some SBE related registers. Venice has an SBE, Murano
doesn't
Change-Id: I8e606a6168873f8aef4fdd11e0d3f4e1cb8597d9
RTC: 39971
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/823
Tested-by: Jenkins Server
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/hwpf/hwp')
-rw-r--r-- | src/usr/hwpf/hwp/chip_attributes.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/usr/hwpf/hwp/chip_attributes.xml b/src/usr/hwpf/hwp/chip_attributes.xml index 4a952be69..7ab806ccc 100644 --- a/src/usr/hwpf/hwp/chip_attributes.xml +++ b/src/usr/hwpf/hwp/chip_attributes.xml @@ -87,4 +87,17 @@ <valueType>uint8</valueType> <platInit/> </attribute> + <!-- ********************************************************************* --> + <attribute> + <id>ATTR_CHIP_HAS_SBE</id> + <targetType>TARGET_TYPE_PROC_CHIP,TARGET_TYPE_MEMBUF_CHIP</targetType> + <description> + If true, the chip has an SBE and the associated registers + Provided by the Machine Readable Workbook. + </description> + <valueType>uint8</valueType> + <enum>false = 0, true = 1</enum> + <platInit/> + <persistRuntime/> + </attribute> </attributes> |