Jim Yuan | f5da1de | 2019-03-25 09:49:24 -0700 | [diff] [blame] | 1 | From 3040a458385e82d7d9edf7b926fcdba641d0a048 Mon Sep 17 00:00:00 2001 |
| 2 | From: Jim Yuan <jim.yuan@supermicro.com> |
| 3 | Date: Tue, 18 Oct 2016 16:12:21 -0700 |
| 4 | Subject: [PATCH 02/14] Support 130W Turismo Parts. |
| 5 | |
| 6 | Signed-off-by: Jim Yuan <jim.yuan@supermicro.com> |
| 7 | --- |
| 8 | src/usr/targeting/common/xmltohb/attribute_types.xml | 2 +- |
| 9 | src/usr/targeting/common/xmltohb/target_types.xml | 2 +- |
| 10 | 2 files changed, 2 insertions(+), 2 deletions(-) |
| 11 | |
| 12 | diff --git a/src/usr/targeting/common/xmltohb/attribute_types.xml b/src/usr/targeting/common/xmltohb/attribute_types.xml |
| 13 | index d7fc183a4..0f0e2f6a7 100644 |
| 14 | --- a/src/usr/targeting/common/xmltohb/attribute_types.xml |
| 15 | +++ b/src/usr/targeting/common/xmltohb/attribute_types.xml |
| 16 | @@ -15890,7 +15890,7 @@ firmware notes: Platforms should initialize this attribute to AUTO (0)</descript |
| 17 | <simpleType> |
| 18 | <enumeration> |
| 19 | <id>MRW_NEST_CAPABLE_FREQUENCIES_SYS</id> |
| 20 | - <default>UNSUPPORTED_FREQ</default> |
| 21 | + <default>2000_MHZ_OR_2400_MHZ</default> |
| 22 | </enumeration> |
| 23 | </simpleType> |
| 24 | <persistency>non-volatile</persistency> |
| 25 | diff --git a/src/usr/targeting/common/xmltohb/target_types.xml b/src/usr/targeting/common/xmltohb/target_types.xml |
| 26 | index b28607ca2..a150ce64d 100644 |
| 27 | --- a/src/usr/targeting/common/xmltohb/target_types.xml |
| 28 | +++ b/src/usr/targeting/common/xmltohb/target_types.xml |
| 29 | @@ -681,7 +681,7 @@ |
| 30 | </attribute> |
| 31 | <attribute> |
| 32 | <id>DEFAULT_PROC_MODULE_NEST_FREQ_MHZ</id> |
| 33 | - <default>2400</default> |
| 34 | + <default>2000</default> |
| 35 | </attribute> |
| 36 | </targetType> |
| 37 | |
| 38 | -- |
| 39 | 2.16.2.windows.1 |
| 40 | |