diff options
author | Dan Crowell <dcrowell@us.ibm.com> | 2016-04-04 11:48:40 -0500 |
---|---|---|
committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2016-04-28 16:05:04 -0400 |
commit | d6ca5854d2f1cb60b52568db5cbe709ca95a0333 (patch) | |
tree | b36bc7ba301fd6afeaddb207e9f48f536345e354 /src/usr | |
parent | df6509836636649cc2383e660ed5d113a1587fc5 (diff) | |
download | talos-hostboot-d6ca5854d2f1cb60b52568db5cbe709ca95a0333.tar.gz talos-hostboot-d6ca5854d2f1cb60b52568db5cbe709ca95a0333.zip |
Add CLOCK_PLL_MUX attributes for SBE functions
Needed for p9_select_clock_mux.C
Change-Id: I343d522a75e928a51f8ff2bd28458b81359a05f0
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/22845
Tested-by: Jenkins Server
Tested-by: FSP CI Jenkins
Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr')
-rw-r--r-- | src/usr/targeting/common/xmltohb/attribute_types.xml | 17 | ||||
-rwxr-xr-x | src/usr/targeting/common/xmltohb/target_types.xml | 2 |
2 files changed, 19 insertions, 0 deletions
diff --git a/src/usr/targeting/common/xmltohb/attribute_types.xml b/src/usr/targeting/common/xmltohb/attribute_types.xml index 54f13a6c6..e7a9269c5 100644 --- a/src/usr/targeting/common/xmltohb/attribute_types.xml +++ b/src/usr/targeting/common/xmltohb/attribute_types.xml @@ -19916,6 +19916,7 @@ DEPRECATED!!!! </uint32_t> </simpleType> <persistency>volatile-zeroed</persistency> + <writeable/> <readable/> <hwpfToHbAttrMap> <id>ATTR_CLOCK_PLL_MUX</id> @@ -19924,6 +19925,22 @@ DEPRECATED!!!! </attribute> <attribute> + <id>CLOCK_PLL_MUX0</id> + <description>Clock Mux#0 settings</description> + <simpleType> + <uint8_t> + </uint8_t> + </simpleType> + <persistency>volatile-zeroed</persistency> + <writeable/> + <readable/> + <hwpfToHbAttrMap> + <id>ATTR_CLOCK_PLL_MUX0</id> + <macro>DIRECT</macro> + </hwpfToHbAttrMap> +</attribute> + +<attribute> <id>MASTER_CORE</id> <description>Indicates the master boot core chiplet selected by p9_sbe_select_ex. </description> diff --git a/src/usr/targeting/common/xmltohb/target_types.xml b/src/usr/targeting/common/xmltohb/target_types.xml index e33c66faf..efbe257b1 100755 --- a/src/usr/targeting/common/xmltohb/target_types.xml +++ b/src/usr/targeting/common/xmltohb/target_types.xml @@ -2185,6 +2185,8 @@ <attribute><id>VCS_BOOT_VOLTAGE</id></attribute> <attribute><id>VDD_BOOT_VOLTAGE</id></attribute> <attribute><id>CHIP_POS</id></attribute> + <attribute><id>CLOCK_PLL_MUX</id></attribute> + <attribute><id>CLOCK_PLL_MUX0</id></attribute> </targetType> <!-- chip-processor-nimbus --> |