diff options
author | Chris Phan <cphan@us.ibm.com> | 2014-02-10 12:58:51 -0600 |
---|---|---|
committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2014-02-14 12:44:25 -0600 |
commit | 6935425b5213383ebcc85ed2ee6d62801ec08fba (patch) | |
tree | f3f03ba2a42a307df676964bf0bd5eb3e471e9c0 /src/usr/targeting/common | |
parent | 10a93afdbdd5bccc9a10b797d66b008580ba16bb (diff) | |
download | blackbird-hostboot-6935425b5213383ebcc85ed2ee6d62801ec08fba.tar.gz blackbird-hostboot-6935425b5213383ebcc85ed2ee6d62801ec08fba.zip |
MDIA: add DISABLE_SCRUB_AFTER_PATTERN_TEST hb-only attribute
Change-Id: I5d59dcc8a5d20676342cbb6ce26664105e484725
RTC: 96647
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/8738
Tested-by: Jenkins Server
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/targeting/common')
4 files changed, 21 insertions, 2 deletions
diff --git a/src/usr/targeting/common/xmltohb/attribute_types.xml b/src/usr/targeting/common/xmltohb/attribute_types.xml index 64d2d83af..f18a56936 100644 --- a/src/usr/targeting/common/xmltohb/attribute_types.xml +++ b/src/usr/targeting/common/xmltohb/attribute_types.xml @@ -13228,3 +13228,21 @@ firmware notes: Platforms should initialize this attribute to AUTO (0)</descript </attribute> </attributes> + +<attribute> + <id>DISABLE_SCRUB_AFTER_PATTERN_TEST</id> + <description> + 1 = disable scrub after memdiags pattern test. 0 = scrub after memdiags pattern test. + </description> + <simpleType> + <uint8_t></uint8_t> + </simpleType> + <persistency>volatile-zeroed</persistency> + <readable/> + <writeable/> + <hwpfToHbAttrMap> + <id>ATTR_DISABLE_SCRUB_AFTER_PATTERN_TEST</id> + <macro>DIRECT</macro> + </hwpfToHbAttrMap> +</attribute> + diff --git a/src/usr/targeting/common/xmltohb/attribute_types_hb.xml b/src/usr/targeting/common/xmltohb/attribute_types_hb.xml index 0456c7f03..e22078355 100644 --- a/src/usr/targeting/common/xmltohb/attribute_types_hb.xml +++ b/src/usr/targeting/common/xmltohb/attribute_types_hb.xml @@ -5,7 +5,7 @@ <!-- --> <!-- IBM CONFIDENTIAL --> <!-- --> -<!-- COPYRIGHT International Business Machines Corp. 2011,2013 --> +<!-- COPYRIGHT International Business Machines Corp. 2011,2014 --> <!-- --> <!-- p1 --> <!-- --> diff --git a/src/usr/targeting/common/xmltohb/target_types.xml b/src/usr/targeting/common/xmltohb/target_types.xml index 79fcd61db..e8a6a4b17 100644 --- a/src/usr/targeting/common/xmltohb/target_types.xml +++ b/src/usr/targeting/common/xmltohb/target_types.xml @@ -228,6 +228,7 @@ <attribute><id>PM_SLW_DEEP_SLEEP_EXIT_GOOD_HALT_ADDR</id></attribute> <attribute><id>MRW_CDIMM_MASTER_I2C_TEMP_SENSOR_ENABLE</id></attribute> <attribute><id>MULTI_SCOM_BUFFER_MAX_SIZE</id></attribute> + <attribute><id>DISABLE_SCRUB_AFTER_PATTERN_TEST</id></attribute> </targetType> <targetType> diff --git a/src/usr/targeting/common/xmltohb/target_types_hb.xml b/src/usr/targeting/common/xmltohb/target_types_hb.xml index bdef1b957..a3a7881ce 100644 --- a/src/usr/targeting/common/xmltohb/target_types_hb.xml +++ b/src/usr/targeting/common/xmltohb/target_types_hb.xml @@ -5,7 +5,7 @@ <!-- --> <!-- IBM CONFIDENTIAL --> <!-- --> -<!-- COPYRIGHT International Business Machines Corp. 2011,2013 --> +<!-- COPYRIGHT International Business Machines Corp. 2011,2014 --> <!-- --> <!-- p1 --> <!-- --> |