diff options
| author | Joe McGill <jmcgill@us.ibm.com> | 2016-09-19 17:01:31 -0500 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2017-08-14 22:44:56 -0400 |
| commit | 29bb2933e2d232ab214ab15cd89b223528b4516a (patch) | |
| tree | 0f171b7881c64a118662195e6615c97351cfd483 /src/import/chips/centaur/procedures/xml | |
| parent | 2b8e8a7bc1bc1c1ec04f844ec306ab93d915cf20 (diff) | |
| download | blackbird-hostboot-29bb2933e2d232ab214ab15cd89b223528b4516a.tar.gz blackbird-hostboot-29bb2933e2d232ab214ab15cd89b223528b4516a.zip | |
cen_tp_chiplet_init1 -- initial release
Change-Id: I56d9fdffc7949811ad0ab8761755ba7c3854c17c
Original-Change-Id: I18692b28c8f394e288aef3a2916718f92884176d
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/29910
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-by: LUCAS W. MULKEY <lwmulkey@us.ibm.com>
Reviewed-by: Joseph J. McGill <jmcgill@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/44589
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/chips/centaur/procedures/xml')
| -rw-r--r-- | src/import/chips/centaur/procedures/xml/attribute_info/cen_pervasive_attributes.xml | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/src/import/chips/centaur/procedures/xml/attribute_info/cen_pervasive_attributes.xml b/src/import/chips/centaur/procedures/xml/attribute_info/cen_pervasive_attributes.xml new file mode 100644 index 000000000..6efe43a6a --- /dev/null +++ b/src/import/chips/centaur/procedures/xml/attribute_info/cen_pervasive_attributes.xml @@ -0,0 +1,47 @@ +<!-- IBM_PROLOG_BEGIN_TAG --> +<!-- This is an automatically generated prolog. --> +<!-- --> +<!-- $Source: src/import/chips/centaur/procedures/xml/attribute_info/cen_pervasive_attributes.xml $ --> +<!-- --> +<!-- OpenPOWER HostBoot Project --> +<!-- --> +<!-- Contributors Listed Below - COPYRIGHT 2016,2017 --> +<!-- [+] International Business Machines Corp. --> +<!-- --> +<!-- --> +<!-- Licensed under the Apache License, Version 2.0 (the "License"); --> +<!-- you may not use this file except in compliance with the License. --> +<!-- You may obtain a copy of the License at --> +<!-- --> +<!-- http://www.apache.org/licenses/LICENSE-2.0 --> +<!-- --> +<!-- Unless required by applicable law or agreed to in writing, software --> +<!-- distributed under the License is distributed on an "AS IS" BASIS, --> +<!-- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or --> +<!-- implied. See the License for the specific language governing --> +<!-- permissions and limitations under the License. --> +<!-- --> +<!-- IBM_PROLOG_END_TAG --> +<attributes> + <!-- ********************************************************************* --> + <attribute> + <id>ATTR_CEN_DMI_REFCLOCK_RCVR_TERM</id> + <targetType>TARGET_TYPE_SYSTEM</targetType> + <description> + Defines system specific value of DMI refclock receiver termination (FSI GP4 bits 8:9) + </description> + <valueType>uint8</valueType> + <platInit/> + </attribute> + <!-- ********************************************************************* --> + <attribute> + <id>ATTR_CEN_DDR_REFCLOCK_RCVR_TERM</id> + <targetType>TARGET_TYPE_SYSTEM</targetType> + <description> + Defines system specific value of DDR refclock receiver termination (FSI GP4 bits 10:11) + </description> + <valueType>uint8</valueType> + <platInit/> + </attribute> + <!-- ********************************************************************* --> +</attributes> |

