hostboot | 87e9aaa | 2018-02-12 12:45:44 -0600 | [diff] [blame] | 1 | From b2391175e61b3d1bd7e5fdba719d7fd2925fdbed Mon Sep 17 00:00:00 2001 |
| 2 | From: Adrian Barrera <abarrera@us.ibm.com> |
| 3 | Date: Tue, 6 Feb 2018 18:38:21 -0600 |
| 4 | Subject: [PATCH 1/2] Update EREPAIR attributes |
| 5 | |
| 6 | --- |
| 7 | zaius.xml | 16 ++++++++++++---- |
| 8 | 1 file changed, 12 insertions(+), 4 deletions(-) |
| 9 | |
| 10 | diff --git a/zaius.xml b/zaius.xml |
| 11 | index 3b9f54a884d4..df1f4dfcd2d0 100644 |
| 12 | --- a/zaius.xml |
| 13 | +++ b/zaius.xml |
| 14 | @@ -8972,11 +8972,11 @@ |
| 15 | </attribute> |
| 16 | <attribute> |
| 17 | <id>DMI_EREPAIR_THRESHOLD_FIELD</id> |
| 18 | - <default></default> |
| 19 | + <default>0x1</default> |
| 20 | </attribute> |
| 21 | <attribute> |
| 22 | <id>DMI_EREPAIR_THRESHOLD_MNFG</id> |
| 23 | - <default></default> |
| 24 | + <default>0x0</default> |
| 25 | </attribute> |
| 26 | <attribute> |
| 27 | <id>DO_ABUS_DECONFIG</id> |
| 28 | @@ -9932,6 +9932,14 @@ |
| 29 | <id>OS_IPL_MODE</id> |
| 30 | <default></default> |
| 31 | </attribute> |
| 32 | + <attribute> |
| 33 | + <id>O_EREPAIR_THRESHOLD_FIELD</id> |
| 34 | + <default>0x1</default> |
| 35 | + </attribute> |
| 36 | + <attribute> |
| 37 | + <id>O_EREPAIR_THRESHOLD_MNFG</id> |
| 38 | + <default>0x0</default> |
| 39 | + </attribute> |
| 40 | <attribute> |
| 41 | <id>PAYLOAD_BASE</id> |
| 42 | <default>0</default> |
| 43 | @@ -10543,11 +10551,11 @@ |
| 44 | </attribute> |
| 45 | <attribute> |
| 46 | <id>X_EREPAIR_THRESHOLD_FIELD</id> |
| 47 | - <default></default> |
| 48 | + <default>0x1</default> |
| 49 | </attribute> |
| 50 | <attribute> |
| 51 | <id>X_EREPAIR_THRESHOLD_MNFG</id> |
| 52 | - <default></default> |
| 53 | + <default>0x0</default> |
| 54 | </attribute> |
| 55 | <attribute> |
| 56 | <id>power-def-filenames</id> |
| 57 | -- |
| 58 | 2.14.3 |
| 59 | |