From c4692b79f73b6867c76d22e608c4a831d69bdb03 Mon Sep 17 00:00:00 2001 From: Brian Silver Date: Wed, 14 Dec 2016 06:01:46 -0600 Subject: Add minor minor version feature support to getecid Change-Id: I2b1af56add50a54377cb3781cbdda83e5c7fddda Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/34049 Dev-Ready: Brian R. Silver Tested-by: Jenkins Server Reviewed-by: Matt K. Light Reviewed-by: ANDRE A. MARIN Tested-by: Hostboot CI Reviewed-by: Christian R. Geddes Reviewed-by: Joseph J. McGill Reviewed-by: Brian R. Silver Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/34050 Reviewed-by: Hostboot Team Tested-by: Jenkins OP Build CI Tested-by: FSP CI Jenkins --- .../targeting/common/xmltohb/attribute_types.xml | 93 ++++++++++++++++++++++ src/usr/targeting/common/xmltohb/target_types.xml | 8 ++ 2 files changed, 101 insertions(+) (limited to 'src/usr/targeting/common') diff --git a/src/usr/targeting/common/xmltohb/attribute_types.xml b/src/usr/targeting/common/xmltohb/attribute_types.xml index a6c70b129..0fcd5cc34 100644 --- a/src/usr/targeting/common/xmltohb/attribute_types.xml +++ b/src/usr/targeting/common/xmltohb/attribute_types.xml @@ -32372,4 +32372,97 @@ Measured in GB + + DO_MSS_WR_VREF + + In sub DD1.02 Nimbus in the WR VREF algorithm, certain work-arounds are needed + + + + + + volatile-zeroed + + + + ATTR_DO_MSS_WR_VREF + DIRECT + + + + + DO_MSS_VCCD_OVERRIDE + + Override VREG control information sub DD1.02 + + + + + + volatile-zeroed + + + + ATTR_DO_MSS_VCCD_OVERRIDE + DIRECT + + + + + + DO_MSS_VREF_DAC + + VREF DAC work-around for Nimbus sub DD1.02 + + + + + + volatile-zeroed + + + + ATTR_DO_MSS_VREF_DAC + DIRECT + + + + + DO_MSS_VREG_COARSE + + VREG Coarse work-around for Nimbus sub DD1.02 + + + + + + volatile-zeroed + + + + ATTR_DO_MSS_VREG_COARSE + DIRECT + + + + + DO_MSS_TRAINING_BAD_BITS + + For Nimbus pre DD1.02 we want to pass DDR training if we see 'correctable' + errors. This isn't the case for post-DD1.02 where we want to pass/fail + training based on the results from the PHY itself + + + + + + volatile-zeroed + + + + ATTR_DO_MSS_TRAINING_BAD_BITS + DIRECT + + + diff --git a/src/usr/targeting/common/xmltohb/target_types.xml b/src/usr/targeting/common/xmltohb/target_types.xml index 15f356438..3dbc8699d 100755 --- a/src/usr/targeting/common/xmltohb/target_types.xml +++ b/src/usr/targeting/common/xmltohb/target_types.xml @@ -1278,6 +1278,14 @@ TOD_CPU_DATA PM_SPWUP_IGNORE_XSTOP_FLAG SECUREBOOT_PROTECT_DECONFIGURED_TPM + + DO_MSS_WR_VREF + DO_MSS_VCCD_OVERRIDE + DO_MSS_VREF_DAC + DO_MSS_VREG_COARSE + DO_MSS_TRAINING_BAD_BITS + + -- cgit v1.2.1