Jim Yuan | f5da1de | 2019-03-25 09:49:24 -0700 | [diff] [blame] | 1 | From e6db702ece6f5d13c7d0b288203a0715b4a2a35b Mon Sep 17 00:00:00 2001 |
| 2 | From: Jim Yuan <jim.yuan@supermicro.com> |
| 3 | Date: Tue, 18 Oct 2016 16:08:13 -0700 |
| 4 | Subject: [PATCH 01/14] Memory Interleaving Grouping change for p8dtu. Allow |
| 5 | not adjacent pair for p8dtu. |
| 6 | |
| 7 | Signed-off-by: Jim Yuan <jim.yuan@supermicro.com> |
| 8 | --- |
| 9 | src/usr/targeting/common/xmltohb/attribute_types.xml | 2 +- |
| 10 | 1 file changed, 1 insertion(+), 1 deletion(-) |
| 11 | |
| 12 | diff --git a/src/usr/targeting/common/xmltohb/attribute_types.xml b/src/usr/targeting/common/xmltohb/attribute_types.xml |
| 13 | index 0fc5f4eac..d7fc183a4 100644 |
| 14 | --- a/src/usr/targeting/common/xmltohb/attribute_types.xml |
| 15 | +++ b/src/usr/targeting/common/xmltohb/attribute_types.xml |
| 16 | @@ -13812,7 +13812,7 @@ firmware notes: Platforms should initialize this attribute to AUTO (0)</descript |
| 17 | </description> |
| 18 | <simpleType> |
| 19 | <uint8_t> |
| 20 | - <default>1</default> |
| 21 | + <default>0</default> |
| 22 | </uint8_t> |
| 23 | </simpleType> |
| 24 | <persistency>non-volatile</persistency> |
| 25 | -- |
| 26 | 2.16.2.windows.1 |
| 27 | |