summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDan Crowell <dcrowell@us.ibm.com>2017-03-07 10:07:54 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-03-08 15:44:04 -0500
commit1cbf4c703c1e17765a43898d1dd96110d6cf7e6e (patch)
tree16a5f49da4a4612da85c74e3d099a8e48e4f358b /src
parentc3d233bbaf7a2f274147d16edbc080bae0ffd714 (diff)
downloadtalos-hostboot-1cbf4c703c1e17765a43898d1dd96110d6cf7e6e.tar.gz
talos-hostboot-1cbf4c703c1e17765a43898d1dd96110d6cf7e6e.zip
Add attribute to support slow PCI ref clock on Nimbus DD1
ATTR_DD1_SLOW_PCI_REF_CLOCK can be set to run the PCI ref clock 94MHz in order to enable experimental GEN4 support. Change-Id: I98a14762986a52e24f8a14027a65468e55bc2254 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/37596 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: NAGENDRA K. GURRAM <nagendra.g@in.ibm.com> Reviewed-by: Matthew A. Ploetz <maploetz@us.ibm.com> Reviewed-by: Dean Sanner <dsanner@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src')
-rw-r--r--src/usr/targeting/common/xmltohb/attribute_types.xml21
-rwxr-xr-xsrc/usr/targeting/common/xmltohb/target_types.xml1
2 files changed, 22 insertions, 0 deletions
diff --git a/src/usr/targeting/common/xmltohb/attribute_types.xml b/src/usr/targeting/common/xmltohb/attribute_types.xml
index eb7f3b4c6..27b3b38e7 100644
--- a/src/usr/targeting/common/xmltohb/attribute_types.xml
+++ b/src/usr/targeting/common/xmltohb/attribute_types.xml
@@ -14736,6 +14736,27 @@ Measured in GB</description>
</attribute>
<attribute>
+ <id>DD1_SLOW_PCI_REF_CLOCK</id>
+ <description>
+ Valid only for Nimbus DD1
+ If set (=1), run the PCI Ref clock at 94MHz in order to enable
+ experimental GEN4 support.
+ If not set (=0), run the PCI Ref clock at 100MHz
+ </description>
+ <simpleType>
+ <uint8_t>
+ <default>0</default>
+ </uint8_t>
+ </simpleType>
+ <persistency>non-volatile</persistency>
+ <readable/>
+ <hwpfToHbAttrMap>
+ <id>ATTR_DD1_SLOW_PCI_REF_CLOCK</id>
+ <macro>DIRECT</macro>
+ </hwpfToHbAttrMap>
+</attribute>
+
+<attribute>
<id>MEMB_DMI_REFCLOCK_RCVR_TERM</id>
<description>
Defines system specific value of DMI refclock receiver termination (FSI GP4 bits 8:9)
diff --git a/src/usr/targeting/common/xmltohb/target_types.xml b/src/usr/targeting/common/xmltohb/target_types.xml
index 1313dacb2..61295aae2 100755
--- a/src/usr/targeting/common/xmltohb/target_types.xml
+++ b/src/usr/targeting/common/xmltohb/target_types.xml
@@ -606,6 +606,7 @@
<attribute><id>BMC_FRU_ID</id></attribute>
<attribute><id>PROC_REFCLOCK_RCVR_TERM</id></attribute>
<attribute><id>PCI_REFCLOCK_RCVR_TERM</id></attribute>
+ <attribute><id>DD1_SLOW_PCI_REF_CLOCK</id></attribute>
<attribute><id>MIN_FREQ_MHZ</id></attribute>
<attribute><id>DPO_MIN_FREQ_PERCENT</id></attribute>
<attribute><id>FREQ_PROC_REFCLOCK</id></attribute>
OpenPOWER on IntegriCloud