diff options
author | Dan Crowell <dcrowell@us.ibm.com> | 2016-03-03 09:50:28 -0600 |
---|---|---|
committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2016-05-04 13:59:28 -0400 |
commit | 7e1679d4670cbcf06b0119007421c11dec6a5016 (patch) | |
tree | f1c04ce5046639808d0c20694410d6359e9cefc8 /src | |
parent | 0094490270259ec377657e3815cfab50cc026229 (diff) | |
download | talos-hostboot-7e1679d4670cbcf06b0119007421c11dec6a5016.tar.gz talos-hostboot-7e1679d4670cbcf06b0119007421c11dec6a5016.zip |
Fix ATTR_CLOCK_PLL_MUX
Change-Id: Icc25e70399e8295f26189063e5349a8ee5ac0c01
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/21646
Tested-by: Jenkins Server
Tested-by: PPE CI
Tested-by: Hostboot CI
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/21648
Tested-by: FSP CI Jenkins
Diffstat (limited to 'src')
-rw-r--r-- | src/import/chips/p9/procedures/xml/attribute_info/pervasive_attributes.xml | 1 |
1 files changed, 1 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 e1d7535ef..a5372244f 100644 --- a/src/import/chips/p9/procedures/xml/attribute_info/pervasive_attributes.xml +++ b/src/import/chips/p9/procedures/xml/attribute_info/pervasive_attributes.xml @@ -27,6 +27,7 @@ <targetType>TARGET_TYPE_PROC_CHIP</targetType> <description>setup clock mux settings</description> <valueType>uint32</valueType> + <platInit/> </attribute> <attribute> |