diff options
author | Joe McGill <jmcgill@us.ibm.com> | 2017-01-10 15:33:08 -0600 |
---|---|---|
committer | Christian R. Geddes <crgeddes@us.ibm.com> | 2017-01-15 15:19:33 -0500 |
commit | f1c15f40819bce480950de3c79841ae726e57c39 (patch) | |
tree | bf44aca979013503f4e8de04e1816a539aa15b23 /src/import/chips/p9/procedures/xml/attribute_info | |
parent | 05082b5598e4f9dccb67ca55ec72735c080e8a2d (diff) | |
download | talos-hostboot-f1c15f40819bce480950de3c79841ae726e57c39.tar.gz talos-hostboot-f1c15f40819bce480950de3c79841ae726e57c39.zip |
p9_getecid -- set PCIE DD1.0x workaround attributes
Change-Id: Ibef138e8d727c55ee564ffe2ee422fc79550162e
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/34676
Reviewed-by: Thi N. Tran <thi@us.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: Joseph J. McGill <jmcgill@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/34682
Reviewed-by: Hostboot Team <hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/procedures/xml/attribute_info')
-rw-r--r-- | src/import/chips/p9/procedures/xml/attribute_info/chip_ec_attributes.xml | 34 | ||||
-rw-r--r-- | src/import/chips/p9/procedures/xml/attribute_info/p9_pcie_attributes.xml | 2 |
2 files changed, 36 insertions, 0 deletions
diff --git a/src/import/chips/p9/procedures/xml/attribute_info/chip_ec_attributes.xml b/src/import/chips/p9/procedures/xml/attribute_info/chip_ec_attributes.xml index 829b7f151..e87bd4f5a 100644 --- a/src/import/chips/p9/procedures/xml/attribute_info/chip_ec_attributes.xml +++ b/src/import/chips/p9/procedures/xml/attribute_info/chip_ec_attributes.xml @@ -392,6 +392,40 @@ </chip> </chipEcFeature> </attribute> + <!-- ******************************************************************** --> + <attribute> + <id>ATTR_CHIP_EC_FEATURE_PCIE_LOCK_PHASE_ROTATOR</id> + <targetType>TARGET_TYPE_PROC_CHIP</targetType> + <description> + DD1.00 only: lock phase rotator + </description> + <chipEcFeature> + <chip> + <name>ENUM_ATTR_NAME_NIMBUS</name> + <ec> + <value>0x20</value> + <test>LESS_THAN</test> + </ec> + </chip> + </chipEcFeature> + </attribute> + <!-- ******************************************************************** --> + <attribute> + <id>ATTR_CHIP_EC_FEATURE_PCIE_DISABLE_FDDC</id> + <targetType>TARGET_TYPE_PROC_CHIP</targetType> + <description> + DD1.01/DD1.02 only: disable DDC + </description> + <chipEcFeature> + <chip> + <name>ENUM_ATTR_NAME_NIMBUS</name> + <ec> + <value>0x20</value> + <test>LESS_THAN</test> + </ec> + </chip> + </chipEcFeature> + </attribute> <!-- ******************************************************************** --> <!-- Memory Section --> diff --git a/src/import/chips/p9/procedures/xml/attribute_info/p9_pcie_attributes.xml b/src/import/chips/p9/procedures/xml/attribute_info/p9_pcie_attributes.xml index cf69864e8..e9ae2bfa8 100644 --- a/src/import/chips/p9/procedures/xml/attribute_info/p9_pcie_attributes.xml +++ b/src/import/chips/p9/procedures/xml/attribute_info/p9_pcie_attributes.xml @@ -363,6 +363,7 @@ <valueType>uint8</valueType> <platInit/> <persistRuntime/> + <writeable/> </attribute> <!-- ********************************************************************* --> <attribute> @@ -495,6 +496,7 @@ <valueType>uint8</valueType> <platInit/> <persistRuntime/> + <writeable/> </attribute> <!-- ********************************************************************* --> <attribute> |