summaryrefslogtreecommitdiff
path: root/Board/EM/Platform/PlatformSetupInfo/PlatformSetupInfo.sd
blob: c24507441957dd705daa3684f30ece0dbcd76bbf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
//*************************************************************************
//*************************************************************************
//**                                                                     **
//**        (C)Copyright 1985-2011, American Megatrends, Inc.            **
//**                                                                     **
//**                       All Rights Reserved.                          **
//**                                                                     **
//**      5555 Oakbrook Parkway, Suite 200, Norcross, GA 30093           **
//**                                                                     **
//**                       Phone: (770)-246-8600                         **
//**                                                                     **
//*************************************************************************
//*************************************************************************

//*************************************************************************
// $Header: /Alaska/SOURCE/Modules/SharkBayRefCodes/Platform/PlatformSetupInfo/PlatformSetupInfo.sd 2     3/26/12 4:10a Yurenlai $
//
// $Revision: 2 $
//
// $Date: 3/26/12 4:10a $
//*************************************************************************
// Revision History
// ----------------
// $Log: /Alaska/SOURCE/Modules/SharkBayRefCodes/Platform/PlatformSetupInfo/PlatformSetupInfo.sd $
// 
// 2     3/26/12 4:10a Yurenlai
// [TAG]  		EIP86219
// [Category]  	New Feature
// [Description]  	Add PCH information in SharkBay BIOS setup.
// [Files]  		PlatformSetupInfo.c, PlatformSetupInfo.sd,
// PlatformSetupInfo.uni
// 
// 1     2/24/12 1:02a Yurenlai
// Add PlatformSetupInfo module part.
// 
//*************************************************************************

//*************************************************************************
//<AMI_FHDR_START>
//
// Name:  PlatformSetupInfo.sd
//
// Description: Setup file for PlatformSetupInfo driver. It displays the 
//          platform information and its Version String in a form of Main 
//          tab of setup screen
//
//<AMI_FHDR_END>
//*************************************************************************
#ifdef FORM_SET_TYPEDEF

#endif


#ifdef SETUP_DATA_DEFINITION
// Put NVRAM data definitions here.
// For example:	UINT8 Data1;
// These definitions will be converted by the build process
// to a definitions of SETUP_DATA fields.
#endif

#ifdef MAIN_FORM_SET

  #ifdef FORM_SET_ITEM
    //
    // Define controls to be added to the main page of the formset
    //

    //
    // CPU INFORMATION
    //
    SEPARATOR
    SUBTITLE(STRING_TOKEN(STR_BOARD_CPU_FORM_SUBTITLE))

    text 
      help   = STRING_TOKEN(STR_BOARD_PROCESSOR_HELP),
      text   = STRING_TOKEN(STR_BOARD_PROCESSOR_STRING),
      text   = STRING_TOKEN(STR_BOARD_PROCESSOR_VALUE),
      flags  = 0, key = 0;

    text 
      help   = STRING_TOKEN(STR_BOARD_PROCESSOR_VERSION_HELP),
      text   = STRING_TOKEN(STR_BOARD_PROCESSOR_VERSION_STRING),
      text   = STRING_TOKEN(STR_BOARD_PROCESSOR_VERSION_VALUE),
      flags  = 0, key = 0;

    text 
      help   = STRING_TOKEN(STR_BOARD_PROCESSOR_SPEED_HELP),
      text   = STRING_TOKEN(STR_BOARD_PROCESSOR_SPEED_STRING),
      text   = STRING_TOKEN(STR_BOARD_PROCESSOR_SPEED_VALUE),
      flags  = 0, key = 0;

    text 
      help   = STRING_TOKEN(STR_BOARD_PROCESSOR_ID_HELP),
      text   = STRING_TOKEN(STR_BOARD_PROCESSOR_ID_STRING),
      text   = STRING_TOKEN(STR_BOARD_PROCESSOR_ID_VALUE),
      flags  = 0, key = 0;

    text 
      help   = STRING_TOKEN(STR_BOARD_PROCESSOR_STEPPING_HELP),
      text   = STRING_TOKEN(STR_BOARD_PROCESSOR_STEPPING_STRING),
      text   = STRING_TOKEN(STR_BOARD_PROCESSOR_STEPPING_VALUE),
      flags  = 0, key = 0;
/*
    text 
      help   = STRING_TOKEN(STR_BOARD_PROCESSOR_PACKAGE_HELP),
      text   = STRING_TOKEN(STR_BOARD_PROCESSOR_PACKAGE_STRING),
      text   = STRING_TOKEN(STR_BOARD_PROCESSOR_PACKAGE_VALUE),
      flags  = 0, key = 0;
*/
    text 
      help   = STRING_TOKEN(STR_BOARD_PROCESSOR_COUNT_HELP),
      text   = STRING_TOKEN(STR_BOARD_PROCESSOR_COUNT_STRING),
      text   = STRING_TOKEN(STR_BOARD_PROCESSOR_COUNT_VALUE),
      flags  = 0, key = 0;

    text 
      help   = STRING_TOKEN(STR_BOARD_PROCESSOR_MICROCODE_HELP),
      text   = STRING_TOKEN(STR_BOARD_PROCESSOR_MICROCODE_STRING),
      text   = STRING_TOKEN(STR_BOARD_PROCESSOR_MICROCODE_VALUE),
      flags  = 0, key = 0;

    text 
      help   = STRING_TOKEN(STR_BOARD_PROCESSOR_GT_HELP),
      text   = STRING_TOKEN(STR_BOARD_PROCESSOR_GT_STRING),
      text   = STRING_TOKEN(STR_BOARD_PROCESSOR_GT_VALUE),
      flags  = 0, key = 0;

    SEPARATOR
#if defined(CSM_SUPPORT) && (CSM_SUPPORT != 0)
    suppressif (PlatformInfo_PlatformFlavor == FlavorUpServer);
      text
        help   = STRING_TOKEN(STR_BOARD_IGFX_VBIOS_REV_HELP),
        text   = STRING_TOKEN(STR_BOARD_IGFX_VBIOS_REV_NAME),
        text   = STRING_TOKEN(STR_BOARD_IGFX_VBIOS_REV_VALUE),
        flags  = 0,
        key    = 0;
    endif;
#endif

    text
      help   = STRING_TOKEN(STR_BOARD_MRC_REV_HELP),
      text   = STRING_TOKEN(STR_BOARD_MRC_REV_NAME),
      text   = STRING_TOKEN(STR_BOARD_MRC_REV_VALUE),
      flags  = 0,
      key    = 0;

    text 
      help   = STRING_TOKEN(STR_BOARD_MEMORY_SIZE_HELP),
      text   = STRING_TOKEN(STR_BOARD_MEMORY_SIZE_NAME),
      text   = STRING_TOKEN(STR_BOARD_MEMORY_SIZE_VALUE),
      flags  = 0,
      key    = 0;

    text
      help   = STRING_TOKEN(STR_BOARD_MEMORY_FREQ_HELP),
      text   = STRING_TOKEN(STR_BOARD_MEMORY_FREQ_NAME),
      text   = STRING_TOKEN(STR_BOARD_MEMORY_FREQ_VALUE),
      flags  = 0,
      key    = 0;

                                        // (EIP86219)>
    //
    // PCH INFORMATION
    //
    SEPARATOR
    SUBTITLE(STRING_TOKEN(STR_BOARD_SB_INFORMATION))

    text
      help   = STRING_TOKEN(STR_BOARD_CHIP_SB_NAME_HELP),
      text   = STRING_TOKEN(STR_BOARD_CHIP_SB_NAME),
      text   = STRING_TOKEN(STR_BOARD_CHIP_SB_VALUE),
      flags  = 0,
      key    = 0;

   text 
      help    = STRING_TOKEN (STR_BOARD_CHIP_SB_SKU_HELP),
      text    = STRING_TOKEN (STR_BOARD_CHIP_SB_SKU_NAME),
      text    = STRING_TOKEN (STR_BOARD_CHIP_SB_SKU_VALUE),
      flags   = 0, key = 0;

    text
      help   = STRING_TOKEN(STR_BOARD_CHIP_SB_REV_HELP),
      text   = STRING_TOKEN(STR_BOARD_CHIP_SB_REV_NAME),
      text   = STRING_TOKEN(STR_BOARD_CHIP_SB_REV_VALUE),
      flags  = 0,
      key    = 0;
/*
    text
      help   = STRING_TOKEN(STR_BOARD_CHIP_SB_PACKAGE_HELP),
      text   = STRING_TOKEN(STR_BOARD_CHIP_SB_PACKAGE_NAME),
      text   = STRING_TOKEN(STR_BOARD_CHIP_SB_PACKAGE_VALUE),
      flags  = 0,
      key    = 0;
*/
                                        // <(EIP86219)

#if defined (IntelTXT_SUPPORT) && IntelTXT_SUPPORT
    text
      help   = STRING_TOKEN(STR_BOARD_PLATFORM_TXT_HELP),
      text   = STRING_TOKEN(STR_BOARD_PLATFORM_TXT_NAME),
      text   = STRING_TOKEN(STR_BOARD_PLATFORM_TXT_VALUE),
      flags  = 0,
      key    = 0;
#endif

    text 
      help   = STRING_TOKEN(STR_BOARD_LAN_PHY_REV_HELP),
      text   = STRING_TOKEN(STR_BOARD_LAN_PHY_REV_STRING),
      text   = STRING_TOKEN(STR_BOARD_LAN_PHY_REV_VALUE),
      flags  = 0, key = 0;

    //
    // KSC EC INFORMATION
    //
    SEPARATOR
#if defined CRB_EC_SUPPORT && CRB_EC_SUPPORT
    suppressif (PlatformInfo_PlatformFlavor != FlavorMobile);
      text
        help   = STRING_TOKEN(STR_BOARD_CHIP_EC_REV_HELP),
        text   = STRING_TOKEN(STR_BOARD_CHIP_EC_REV_NAME),
        text   = STRING_TOKEN(STR_BOARD_CHIP_EC_REV_VALUE),
        flags  = 0,
        key    = 0;
    endif;
#endif

#if defined (iME_SUPPORT) && iME_SUPPORT
    suppressif (PlatformInfo_PlatformFlavor == FlavorUpServer);
      text
        help   = STRING_TOKEN(STR_BOARD_ME_FW_REV_HELP),
        text   = STRING_TOKEN(STR_BOARD_ME_FW_REV_PROMPT),
        text   = STRING_TOKEN(STR_BOARD_ME_FW_REV_VALUE),
        flags  = 0,
        key    = 0;

      text
        help   = STRING_TOKEN(STR_BOARD_ME_FW_SKU_HELP),
        text   = STRING_TOKEN(STR_BOARD_ME_FW_SKU_PROMPT),
        text   = STRING_TOKEN(STR_BOARD_ME_FW_SKU_VALUE),
        flags  = 0,
        key    = 0;
    endif;
#endif

    //
    // SPI Information
    //
    SEPARATOR
    SUBTITLE(STRING_TOKEN(STR_SPI_CLK_FREQ))
    text
      help   = STRING_TOKEN(STR_SPI_DOFR_SUPPORT_HELP),
      text   = STRING_TOKEN(STR_SPI_DOFR_SUPPORT),
      text   = STRING_TOKEN(STR_SPI_DOFR_SUPPORT_VALUE),
      flags  = 0,
      key    = 0;

    text
      help   = STRING_TOKEN(STR_SPI_READ_CLOCK_FREQUENCY_HELP),
      text   = STRING_TOKEN(STR_SPI_READ_CLOCK_FREQUENCY),
      text   = STRING_TOKEN(STR_SPI_READ_CLOCK_FREQUENCY_VALUE),
      flags  = 0,
      key    = 0;

    text
      help   = STRING_TOKEN(STR_SPI_WRITE_CLOCK_FREQUENCY_HELP),
      text   = STRING_TOKEN(STR_SPI_WRITE_CLOCK_FREQUENCY),
      text   = STRING_TOKEN(STR_SPI_WRITE_CLOCK_FREQUENCY_VALUE),
      flags  = 0,
      key    = 0;

    text
      help   = STRING_TOKEN(STR_SPI_FAST_READ_FREQUENCY_HELP),
      text   = STRING_TOKEN(STR_SPI_FAST_READ_FREQUENCY),
      text   = STRING_TOKEN(STR_SPI_FAST_READ_FREQUENCY_VALUE),
      flags  = 0,
      key    = 0;   

  #endif

  #ifdef FORM_SET_GOTO
    //
    // Define goto commands for the forms defined in this file
    //
  #endif

#endif

//*************************************************************************
//*************************************************************************
//**                                                                     **
//**        (C)Copyright 1985-2011, American Megatrends, Inc.            **
//**                                                                     **
//**                       All Rights Reserved.                          **
//**                                                                     **
//**      5555 Oakbrook Parkway, Suite 200, Norcross, GA 30093           **
//**                                                                     **
//**                       Phone: (770)-246-8600                         **
//**                                                                     **
//*************************************************************************
//*************************************************************************