summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe McGill <jmcgill@us.ibm.com>2016-10-01 20:25:53 -0500
committerSachin Gupta <sgupta2m@in.ibm.com>2016-10-06 03:23:09 -0400
commite075ae3cd1184b9008be2daeafb62785bcab0617 (patch)
tree02bd9dfea0255ee3ed1e2d34b8ee441d11d3d921
parentc891f6d3c335301b580e5037329fe4620df44a86 (diff)
downloadtalos-sbe-e075ae3cd1184b9008be2daeafb62785bcab0617.tar.gz
talos-sbe-e075ae3cd1184b9008be2daeafb62785bcab0617.zip
pervasive_attributes.xml -- add input refclock termination controls
ATTR_CP_REFCLOCK_RCVR_TERM -- 0/50 ohm ATTR_IO_REFCLOCK_RCVR_TERM -- 0/50/100 ohm updating auto gen attribute accessors add value for HB defaults (0 ohm), appropriate for system use Cronus needs to init to 50 ohm for WAFER system type only Change-Id: Ibb0f2e6b41c375d8d1a663b6dd53c2774edd16a1 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/30585 Dev-Ready: Brent Wieman <bwieman@us.ibm.com> Reviewed-by: Brian R. Silver <bsilver@us.ibm.com> Reviewed-by: Joachim Fenkes <fenkes@de.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/30589 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
-rw-r--r--src/import/chips/p9/procedures/xml/attribute_info/pervasive_attributes.xml23
1 files changed, 23 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 7e616139..eec414e0 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
@@ -630,5 +630,28 @@
<platInit/>
</attribute>
+<attribute>
+ <id>ATTR_CP_REFCLOCK_RCVR_TERM</id>
+ <targetType>TARGET_TYPE_SYSTEM</targetType>
+ <description>
+ Defines system specific value of processor refclock receiver termination
+ </description>
+ <enum>NONE = 0, FIFTY_OHM = 1</enum>
+ <valueType>uint8</valueType>
+ <platInit/>
+ <persistRuntime/>
+</attribute>
+
+<attribute>
+ <id>ATTR_IO_REFCLOCK_RCVR_TERM</id>
+ <targetType>TARGET_TYPE_SYSTEM</targetType>
+ <description>
+ Defines system specific value of PCI refclock receiver termination
+ </description>
+ <enum>NONE = 0, FIFTY_OHM = 1, ONE_HUNDRED_OHM = 3</enum>
+ <valueType>uint8</valueType>
+ <platInit/>
+ <persistRuntime/>
+</attribute>
</attributes>
OpenPOWER on IntegriCloud