diff options
| author | Marty Gloff <mgloff@us.ibm.com> | 2017-05-25 09:50:13 -0500 |
|---|---|---|
| committer | William G. Hoffa <wghoffa@us.ibm.com> | 2017-06-01 17:00:50 -0400 |
| commit | 9e7e8925347fb374fc1bb7ca92976d052a1b21b2 (patch) | |
| tree | b6a58cac57bf0f642e5a608f776d731caad30886 /src/usr | |
| parent | ef42b9f0d4600b9ab3a54e81936b09534eec3b55 (diff) | |
| download | talos-hostboot-9e7e8925347fb374fc1bb7ca92976d052a1b21b2.tar.gz talos-hostboot-9e7e8925347fb374fc1bb7ca92976d052a1b21b2.zip | |
A few more attribute updates
Add ATTR_SECTOR_BUFFER_STRENGTH, ATTR_PULSE_MODE_ENABLE, and
ATTR_PULSE_MODE_VALUE as volatile-zero attributes for system target.
Change-Id: I290d10bff9474bdbbd609eb2682f4e4cebb8bbe9
RTC: 174755
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/40977
Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+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: Daniel M. Crowell <dcrowell@us.ibm.com>
Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
Diffstat (limited to 'src/usr')
| -rw-r--r-- | src/usr/targeting/common/xmltohb/attribute_types.xml | 51 | ||||
| -rwxr-xr-x | src/usr/targeting/common/xmltohb/target_types.xml | 3 |
2 files changed, 54 insertions, 0 deletions
diff --git a/src/usr/targeting/common/xmltohb/attribute_types.xml b/src/usr/targeting/common/xmltohb/attribute_types.xml index aff28aeef..8d8b743d0 100644 --- a/src/usr/targeting/common/xmltohb/attribute_types.xml +++ b/src/usr/targeting/common/xmltohb/attribute_types.xml @@ -32942,6 +32942,57 @@ Measured in GB</description> </attribute> <attribute> + <!-- explicitly chose not to add support for this platInit attribute --> + <id>SECTOR_BUFFER_STRENGTH</id> + <description> + Sector buffer strength + </description> + <simpleType> + <uint8_t></uint8_t> + </simpleType> + <persistency>volatile-zeroed</persistency> + <readable/> + <hwpfToHbAttrMap> + <id>ATTR_SECTOR_BUFFER_STRENGTH</id> + <macro>DIRECT</macro> + </hwpfToHbAttrMap> +</attribute> + +<attribute> + <!-- explicitly chose not to add support for this platInit attribute --> + <id>PULSE_MODE_ENABLE</id> + <description> + enable the pulse mode + </description> + <simpleType> + <uint8_t></uint8_t> + </simpleType> + <persistency>volatile-zeroed</persistency> + <readable/> + <hwpfToHbAttrMap> + <id>ATTR_PULSE_MODE_ENABLE</id> + <macro>DIRECT</macro> + </hwpfToHbAttrMap> +</attribute> + +<attribute> + <!-- explicitly chose not to add support for this platInit attribute --> + <id>PULSE_MODE_VALUE</id> + <description> + value for pulse mode + </description> + <simpleType> + <uint8_t></uint8_t> + </simpleType> + <persistency>volatile-zeroed</persistency> + <readable/> + <hwpfToHbAttrMap> + <id>ATTR_PULSE_MODE_VALUE</id> + <macro>DIRECT</macro> + </hwpfToHbAttrMap> +</attribute> + +<attribute> <id>MSS_MRW_PWR_INTERCEPT</id> <description> Machine Readable Workbook Power Curve Intercept for DIMM diff --git a/src/usr/targeting/common/xmltohb/target_types.xml b/src/usr/targeting/common/xmltohb/target_types.xml index 54508e64d..3bdf8f1af 100755 --- a/src/usr/targeting/common/xmltohb/target_types.xml +++ b/src/usr/targeting/common/xmltohb/target_types.xml @@ -922,6 +922,9 @@ <attribute><id>SBE_SYS_CONFIG</id></attribute> <attribute><id>CP_REFCLOCK_RCVR_TERM</id></attribute> <attribute><id>IO_REFCLOCK_RCVR_TERM</id></attribute> + <attribute><id>SECTOR_BUFFER_STRENGTH</id></attribute> + <attribute><id>PULSE_MODE_ENABLE</id></attribute> + <attribute><id>PULSE_MODE_VALUE</id></attribute> <attribute><id>MSS_MRW_PWR_INTERCEPT</id></attribute> <attribute><id>MSS_MRW_PWR_SLOPE</id></attribute> <attribute><id>IVRM_STRENGTH_LOOKUP</id></attribute> |

