]> git.proxmox.com Git - mirror_edk2.git/blob - QuarkPlatformPkg/QuarkPlatformPkg.dec
EmulatorPkg: Remove framework pkgs dependency from EmulatorPkg
[mirror_edk2.git] / QuarkPlatformPkg / QuarkPlatformPkg.dec
1 ## @file
2 # Package for support of Clanton Peak CRB platform
3 #
4 # This package provides QuarkNcSocId platform specific modules.
5 # Copyright (c) 2013-2015 Intel Corporation.
6 #
7 # SPDX-License-Identifier: BSD-2-Clause-Patent
8 #
9 ##
10
11
12 ################################################################################
13 #
14 # Defines Section - statements that will be processed to create a Makefile.
15 #
16 ################################################################################
17
18 [Defines]
19 DEC_SPECIFICATION = 0x00010005
20 PACKAGE_NAME = QuarkPlatformPkg
21 PACKAGE_GUID = 46C1F476-A85E-49a8-B258-DD4396B87FEF
22 PACKAGE_VERSION = 0.1
23
24
25 ################################################################################
26 #
27 # Include Section - list of Include Paths that are provided by this package.
28 # Comments are used for Keywords and Module Types.
29 #
30 # Supported Module Types:
31 # SEC PEIM DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER DXE_SAL_DRIVER UEFI_DRIVER
32 #
33 ################################################################################
34 [Includes]
35 Include
36
37 ################################################################################
38 #
39 # Library Class Header section - list of Library Class header files that are
40 # provided by this package.
41 #
42 ################################################################################
43 [LibraryClasses]
44
45 ################################################################################
46 #
47 # Global Guid Definition section - list of Global Guid C Name Data Structures
48 # that are provided by this package.
49 #
50 ################################################################################
51 [Guids]
52 gQuarkPlatformTokenSpaceGuid = { 0x199c1ef0, 0x6400, 0x41c5, { 0xb0, 0xa4, 0xff, 0xbf, 0x21, 0x9d, 0xcb, 0xae }}
53 gEfiMemoryConfigDataGuid = { 0x80dbd530, 0xb74c, 0x4f11, { 0x8c, 0x03, 0x41, 0x86, 0x65, 0x53, 0x28, 0x31 }}
54 gPowerManagementAcpiTableStorageGuid = { 0xc0cc43bd, 0xc920, 0x4064, { 0x93, 0x5b, 0x93, 0xb4, 0x47, 0x37, 0x94, 0x70 }}
55 gPeiCapsuleOnFatFloppyDiskGuid = {0x2e3d2e75, 0x9b2e, 0x412d, {0xb4, 0xb1, 0x70, 0x41, 0x6b, 0x87, 0x0, 0xff }}
56 gPeiCapsuleOnFatIdeDiskGuid = {0xb38573b6, 0x6200, 0x4ac5, {0xb5, 0x1d, 0x82, 0xe6, 0x59, 0x38, 0xd7, 0x83 }}
57 gPeiCapsuleOnFatUsbDiskGuid = {0x0ffbce19, 0x324c, 0x4690, {0xa0, 0x09, 0x98, 0xc6, 0xae, 0x2e, 0xb1, 0x86 }}
58 gPeiCapsuleOnDataCDGuid = {0x5cac0099, 0x0dc9, 0x48e5, {0x80, 0x68, 0xbb, 0x95, 0xf5, 0x40, 0x0a, 0x9f }}
59 gEfiQuarkCapsuleGuid = { 0xd400d1e4, 0xa314, 0x442b, { 0x89, 0xed, 0xa9, 0x2e, 0x4c, 0x81, 0x97, 0xcb } }
60 gQuarkVariableLockGuid = { 0xeef749c2, 0xc047, 0x4d6e, { 0xb1, 0xbc, 0xd3, 0x6e, 0xb3, 0xa5, 0x55, 0x9c }}
61
62 ################################################################################
63 #
64 # Global Protocols Definition section - list of Global Protocols C Name Data
65 # Structures that are provided by this package.
66 #
67 ################################################################################
68 [Protocols]
69 gEfiGlobalNvsAreaProtocolGuid = { 0x074E1E48, 0x8132, 0x47A1, { 0x8C, 0x2C, 0x3F, 0x14, 0xAD, 0x9A, 0x66, 0xDC }}
70 gEfiSmmSpiReadyProtocolGuid = { 0x7a5dbc75, 0x5b2b, 0x4e67, { 0xbd, 0xe1, 0xd4, 0x8e, 0xee, 0x76, 0x15, 0x62 }}
71 gEfiIioUdsProtocolGuid = { 0xa7ced760, 0xc71c, 0x4e1a, { 0xac, 0xb1, 0x89, 0x60, 0x4d, 0x52, 0x16, 0xcb }}
72
73 ################################################################################
74 #
75 # PCD Declarations section - list of all PCDs Declared by this Package
76 # Only this package should be providing the
77 # declaration, other packages should not.
78 #
79 ################################################################################
80
81 [PcdsFeatureFlag]
82 gQuarkPlatformTokenSpaceGuid.WaitIfResetDueToError|FALSE|BOOLEAN|0x2000000F
83
84 [PcdsFixedAtBuild]
85 gQuarkPlatformTokenSpaceGuid.PcdFlashAreaBaseAddress|0xFF800000|UINT32|0x20000001
86 gQuarkPlatformTokenSpaceGuid.PcdFlashAreaSize|0x800000|UINT32|0x20000002
87 gQuarkPlatformTokenSpaceGuid.PcdFlashNvStorageBase|0xFFF30000|UINT32|0x20000003
88 gQuarkPlatformTokenSpaceGuid.PcdFlashNvStorageSize|0x00020000|UINT32|0x20000004
89 gQuarkPlatformTokenSpaceGuid.PcdFlashFvRecovery2Base|0xFFEF0400|UINT32|0x2000001C
90 gQuarkPlatformTokenSpaceGuid.PcdFlashFvRecovery2Size|0x00007000|UINT32|0x2000001D
91 gQuarkPlatformTokenSpaceGuid.PcdFlashQNCMicrocodeSize|0x00004000|UINT32|0x2000000C
92 gQuarkPlatformTokenSpaceGuid.PcdPlatformDataBaseAddress|0xFFF10000|UINT32|0x2000001E
93 gQuarkPlatformTokenSpaceGuid.PcdPlatformDataMaxLen|0x20000|UINT32|0x2000001F
94 gQuarkPlatformTokenSpaceGuid.PcdHpetEnable|TRUE|BOOLEAN|0x20000018
95
96 gQuarkPlatformTokenSpaceGuid.PcdFlashFvDefaultPayloadBase|0xFFC00400|UINT32|0x20000020
97 gQuarkPlatformTokenSpaceGuid.PcdFlashFvDefaultPayloadSize|0x000F0000|UINT32|0x20000021
98 gQuarkPlatformTokenSpaceGuid.PcdFlashFvDefaultMainBase|0xFFD00400|UINT32|0x20000022
99 gQuarkPlatformTokenSpaceGuid.PcdFlashFvDefaultMainSize|0x000D0000|UINT32|0x20000023
100
101 gQuarkPlatformTokenSpaceGuid.PcdMemorySize|0x80000000|UINT32|0x20000032
102 # ECC scrub interval in miliseconds 1..255 (0 works as feature disable)
103 gQuarkPlatformTokenSpaceGuid.PcdEccScrubInterval|0x00|UINT8|0x20000037
104 # Number of 32B blocks read for ECC scrub 2..16
105 gQuarkPlatformTokenSpaceGuid.PcdEccScrubBlkSize|0x02|UINT8|0x20000038
106 gQuarkPlatformTokenSpaceGuid.PcdFlashNvMfh|0xFFF08000|UINT32|0x20000039
107 gQuarkPlatformTokenSpaceGuid.PcdFlashFvFixedStage1AreaBase|0xFFF90000|UINT32|0x2000003A
108 gQuarkPlatformTokenSpaceGuid.PcdFlashFvFixedStage1AreaSize|0x00040000|UINT32|0x2000003B
109 gQuarkPlatformTokenSpaceGuid.PcdEsramStage1Base|0x80000000|UINT32|0x2000003C
110
111 # Legacy Bridge protected BIOS range register configs, if == 0 then do nothing since register default.
112 gQuarkPlatformTokenSpaceGuid.PcdLegacyProtectedBIOSRange0Pei|0x00000000|UINT32|0x2000003D
113 gQuarkPlatformTokenSpaceGuid.PcdLegacyProtectedBIOSRange1Pei|0x00000000|UINT32|0x2000003E
114 gQuarkPlatformTokenSpaceGuid.PcdLegacyProtectedBIOSRange2Pei|0x00000000|UINT32|0x2000004F
115
116 # ACPI Power management settings.
117
118 # Power Management flags.
119 # PpmFlags[5] = PPM_C2 = C2 Capable, Enabled.
120 gQuarkPlatformTokenSpaceGuid.PcdPpmFlags|0x00000020|UINT32|0xA00000CF
121
122 # Madt Table Initialize settings.
123 # Defines a flag to Enable/Disable interrupt override setting table0,
124 # and the source Irq, Polarity, Triger Mode and global Irq of interrupt override setting table0
125 gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable0Enable|0x01|UINT8|0xA0000100
126 gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable0SourceIrq|0x00|UINT8|0xA0000101
127 gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable0Polarity|0x00|UINT8|0xA0000102
128 gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable0TrigerMode|0x00|UINT8|0xA0000103
129 gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable0GlobalIrq|0x02|UINT32|0xA0000104
130
131 # Madt Table Initialize settings.
132 # Defines a flag to Enable/Disable interrupt override setting table1,
133 # and the source Irq, Polarity, Triger Mode and global Irq of interrupt override setting table1
134 gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable1Enable|0x01|UINT8|0xA0000105
135 gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable1SourceIrq|0x09|UINT8|0xA0000106
136 gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable1Polarity|0x01|UINT8|0xA0000107
137 gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable1TrigerMode|0x03|UINT8|0xA0000108
138 gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable1GlobalIrq|0x09|UINT32|0xA0000109
139
140 # Madt Table Initialize settings.
141 # Defines a flag to Enable/Disable interrupt override setting table2,
142 # and the source Irq, Polarity, Triger Mode and global Irq of interrupt override setting table2
143 gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable2Enable|0x0|UINT8|0xA000010F
144 gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable2SourceIrq|0x0|UINT8|0xA0000110
145 gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable2Polarity|0x0|UINT8|0xA0000111
146 gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable2TrigerMode|0x0|UINT8|0xA0000112
147 gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable2GlobalIrq|0x0|UINT32|0xA0000113
148
149 # Madt Table Initialize settings.
150 # Defines a flag to Enable/Disable interrupt override setting table3,
151 # and the source Irq, Polarity, Triger Mode and global Irq of interrupt override setting table3
152 gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable3Enable|0x0|UINT8|0xA0000114
153 gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable3SourceIrq|0x0|UINT8|0xA0000115
154 gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable3Polarity|0x0|UINT8|0xA0000116
155 gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable3TrigerMode|0x0|UINT8|0xA0000117
156 gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable3GlobalIrq|0x0|UINT32|0xA0000118
157
158 # Madt Table Initialize settings.
159 # Defines a flag to Enable/Disable interrupt override setting table4,
160 # and the source Irq, Polarity, Triger Mode and global Irq of interrupt override setting table4
161 gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable4Enable|0x0|UINT8|0xA0000119
162 gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable4SourceIrq|0x0|UINT8|0xA000011A
163 gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable4Polarity|0x0|UINT8|0xA0000120
164 gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable4TrigerMode|0x0|UINT8|0xA0000121
165 gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable4GlobalIrq|0x0|UINT32|0xA0000122
166
167 # Madt Table Initialize settings.
168 # Defines a flag to Enable/Disable interrupt override setting table5,
169 # and the source Irq, Polarity, Triger Mode and global Irq of interrupt override setting table5
170 gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable5Enable|0x0|UINT8|0xA0000123
171 gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable5SourceIrq|0x0|UINT8|0xA0000124
172 gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable5Polarity|0x0|UINT8|0xA0000125
173 gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable5TrigerMode|0x0|UINT8|0xA0000126
174 gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable5GlobalIrq|0x0|UINT32|0xA0000127
175
176 # Madt Table Initialize settings.
177 # Defines a flag to Enable/Disable interrupt override setting table6,
178 # and the source Irq, Polarity, Triger Mode and global Irq of interrupt override setting table6
179 gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable6Enable|0x0|UINT8|0xA0000128
180 gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable6SourceIrq|0x0|UINT8|0xA0000129
181 gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable6Polarity|0x0|UINT8|0xA000012A
182 gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable6TrigerMode|0x0|UINT8|0xA000012B
183 gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable6GlobalIrq|0x0|UINT32|0xA000012C
184
185 # Madt Table Initialize settings.
186 # Defines a flag to Enable/Disable interrupt override setting table7,
187 # and the source Irq, Polarity, Triger Mode and global Irq of interrupt override setting table7
188 gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable7Enable|0x0|UINT8|0xA000012D
189 gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable7SourceIrq|0x0|UINT8|0xA000012E
190 gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable7Polarity|0x0|UINT8|0xA000012F
191 gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable7TrigerMode|0x0|UINT8|0xA0000130
192 gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable7GlobalIrq|0x0|UINT32|0xA0000131
193
194 # Madt Table Initialize settings.
195 # Defines a flag to Enable/Disable interrupt override setting table8,
196 # and the source Irq, Polarity, Triger Mode and global Irq of interrupt override setting table8
197 gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable8Enable|0x0|UINT8|0xA0000132
198 gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable8SourceIrq|0x0|UINT8|0xA0000133
199 gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable8Polarity|0x0|UINT8|0xA0000134
200 gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable8TrigerMode|0x0|UINT8|0xA0000135
201 gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable8GlobalIrq|0x0|UINT32|0xA0000136
202
203 # Madt Table Initialize settings.
204 # Defines a flag to Enable/Disable interrupt override setting table9,
205 # and the source Irq, Polarity, Triger Mode and global Irq of interrupt override setting table9
206 gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable9Enable|0x0|UINT8|0xA0000137
207 gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable9SourceIrq|0x0|UINT8|0xA0000138
208 gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable9Polarity|0x0|UINT8|0xA0000139
209 gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable9TrigerMode|0x0|UINT8|0xA000013A
210 gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable9GlobalIrq|0x0|UINT32|0xA000013B
211
212 # Madt Table Initialize settings.
213 # Defines a flag to Enable/Disable interrupt override setting table10,
214 # and the source Irq, Polarity, Triger Mode and global Irq of interrupt override setting table10
215 gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable10Enable|0x0|UINT8|0xA000013C
216 gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable10SourceIrq|0x0|UINT8|0xA000013D
217 gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable10Polarity|0x0|UINT8|0xA000013E
218 gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable10TrigerMode|0x0|UINT8|0xA000013F
219 gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable10GlobalIrq|0x0|UINT32|0xA0000140
220
221 # Madt Table Initialize settings.
222 # Defines a flag to Enable/Disable interrupt override setting table11,
223 # and the source Irq, Polarity, Triger Mode and global Irq of interrupt override setting table11
224 gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable11Enable|0x0|UINT8|0xA0000141
225 gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable11SourceIrq|0x0|UINT8|0xA0000142
226 gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable11Polarity|0x0|UINT8|0xA0000143
227 gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable11TrigerMode|0x0|UINT8|0xA0000144
228 gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable11GlobalIrq|0x0|UINT32|0xA0000145
229
230 # Madt Table Initialize settings.
231 # Defines a flag to Enable/Disable interrupt override setting table12,
232 # and the source Irq, Polarity, Triger Mode and global Irq of interrupt override setting table12
233 gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable12Enable|0x0|UINT8|0xA0000146
234 gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable12SourceIrq|0x0|UINT8|0xA0000147
235 gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable12Polarity|0x0|UINT8|0xA0000148
236 gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable12TrigerMode|0x0|UINT8|0xA0000149
237 gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable12GlobalIrq|0x0|UINT32|0xA000014A
238
239 # Madt Table Initialize settings.
240 # Defines a flag to Enable/Disable interrupt override setting table13,
241 # and the source Irq, Polarity, Triger Mode and global Irq of interrupt override setting table13
242 gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable13Enable|0x0|UINT8|0xA000014B
243 gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable13SourceIrq|0x0|UINT8|0xA000014C
244 gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable13Polarity|0x0|UINT8|0xA000014D
245 gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable13TrigerMode|0x0|UINT8|0xA000014E
246 gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable13GlobalIrq|0x0|UINT32|0xA000014F
247
248 # Madt Table Initialize settings.
249 # Defines a flag to Enable/Disable interrupt override setting table14,
250 # and the source Irq, Polarity, Triger Mode and global Irq of interrupt override setting table14
251 gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable14Enable|0x0|UINT8|0xA0000150
252 gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable14SourceIrq|0x0|UINT8|0xA0000151
253 gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable14Polarity|0x0|UINT8|0xA0000152
254 gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable14TrigerMode|0x0|UINT8|0xA0000153
255 gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable14GlobalIrq|0x0|UINT32|0xA0000154
256
257 # Madt Table Initialize settings.
258 # Defines a flag to Enable/Disable interrupt override setting table15,
259 # and the source Irq, Polarity, Triger Mode and global Irq of interrupt override setting table15
260 gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable15Enable|0x0|UINT8|0xA0000155
261 gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable15SourceIrq|0x0|UINT8|0xA0000156
262 gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable15Polarity|0x0|UINT8|0xA0000157
263 gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable15TrigerMode|0x0|UINT8|0xA0000158
264 gQuarkPlatformTokenSpaceGuid.PcdInterruptOverrideSettingTable15GlobalIrq|0x0|UINT32|0xA0000159
265
266 # Madt Table Initialize settings.
267 # Defines a bunch of Pcds for IO APIC setting:
268 # IoApicAddress, GlobalInterruptBase, IoApicId, NmiEnable, NmiSource, Polarity and TrigerMode
269 gQuarkPlatformTokenSpaceGuid.PcdIoApicSettingIoApicAddress|0xFEC00000|UINT32|0xA0000170
270 gQuarkPlatformTokenSpaceGuid.PcdIoApicSettingGlobalInterruptBase|0x0|UINT32|0xA0000171
271 gQuarkPlatformTokenSpaceGuid.PcdIoApicSettingIoApicId|0x01|UINT8|0xA0000172
272 gQuarkPlatformTokenSpaceGuid.PcdIoApicSettingNmiEnable|0x0|UINT8|0xA0000173
273 gQuarkPlatformTokenSpaceGuid.PcdIoApicSettingNmiSource|0x0|UINT8|0xA0000174
274 gQuarkPlatformTokenSpaceGuid.PcdIoApicSettingPolarity|0x0|UINT8|0xA0000175
275 gQuarkPlatformTokenSpaceGuid.PcdIoApicSettingTrigerMode|0x0|UINT8|0xA0000176
276
277 # Madt Table Initialize settings.
278 # Defines a bunch of Pcds for Local APIC setting:
279 # NmiEnabelApicIdMask, AddressOverrideEnable, Polarity, TrigerMode, LocalApicLint, LocalApicAddress and LocalApicAddressOverride
280 gQuarkPlatformTokenSpaceGuid.PcdLocalApicSettingNmiEnabelApicIdMask|0x03|UINT8|0xA0000177
281 gQuarkPlatformTokenSpaceGuid.PcdLocalApicSettingAddressOverrideEnable|0x00|UINT8|0xA0000178
282 gQuarkPlatformTokenSpaceGuid.PcdLocalApicSettingPolarity|0x01|UINT8|0xA0000179
283 gQuarkPlatformTokenSpaceGuid.PcdLocalApicSettingTrigerMode|0x01|UINT8|0xA000017A
284 gQuarkPlatformTokenSpaceGuid.PcdLocalApicSettingLocalApicLint|0x01|UINT8|0xA000017B
285 gQuarkPlatformTokenSpaceGuid.PcdLocalApicAddressOverride|0x00|UINT64|0xA000017C
286
287 # PCDs for auto provisioning of UEFI SecureBoot.
288 gQuarkPlatformTokenSpaceGuid.PcdPkX509File |{ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }|VOID*|0xA0000180
289 gQuarkPlatformTokenSpaceGuid.PcdKekX509File |{ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }|VOID*|0xA0000181
290 gQuarkPlatformTokenSpaceGuid.PcdKekRsa2048File |{ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }|VOID*|0xA0000182
291 gQuarkPlatformTokenSpaceGuid.PcdDbX509File |{ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }|VOID*|0xA0000183
292 gQuarkPlatformTokenSpaceGuid.PcdDbxX509File |{ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }|VOID*|0xA0000184
293
294 [PcdsFixedAtBuild, PcdsPatchableInModule]
295 ## This PCD points to the file name GUID of the BootManagerMenuApp
296 # Platform can customize the PCD to point to different application for Boot Manager Menu
297 gQuarkPlatformTokenSpaceGuid.PcdBootManagerMenuFile|{ 0xdc, 0x5b, 0xc2, 0xee, 0xf2, 0x67, 0x95, 0x4d, 0xb1, 0xd5, 0xf8, 0x1b, 0x20, 0x39, 0xd1, 0x1d }|VOID*|0x00000003
298
299 #BIOS Information (Type 0), please refer spec SMBIOS 2.4, section 3.3.1 ,for following SMBIOS relates comments.
300
301 # String number of the BIOS Vendors Name
302 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSBiosVendor|"Intel Corp."|VOID*|0xA0000033
303 # String number of the BIOS Release Data
304 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSBiosReleaseDate|"01/01/2014"|VOID*|0xA0000035
305 # Segment location of BIOS starting address.
306 # Note: The size of the runtime BIOS image can be computed by subtracting the Starting Address Segment from 10000h and multiplying the result by 16.
307 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSBiosStartAddress|0xE000|UINT16|0xA0000036
308 #Defines which functions the BIOS supports. PCI, PCMCIA, Flash, etc. See 3.3.1.1.
309 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSBiosChar|0x03037C099880|UINT64|0xA0000037
310 #Defines which functions the BIOS supports. etc.See 3.3.1.2.1.
311 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSBiosCharEx1|0x03|UINT8|0xA0000038
312 #Defines which functions the BIOS supports. etc.See 3.3.1.2.2.
313 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSBiosCharEx2|0x03|UINT8|0xA0000039
314
315 # System Information (Type 1), Section 3.3.2
316 # System Manufacturer String
317 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemManufacturer|"Intel Corp."|VOID*|0xA000003A
318 # System Product String
319 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemProductName|"QUARK"|VOID*|0xA000003B
320 # System Version
321 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemVersion|"1.0"|VOID*|0xA000003C
322 # System SerialNumber String
323 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSerialNumber|"Unknown"|VOID*|0xA000003D
324 # System UUID
325 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemUuid|{0x23, 0xef, 0xff, 0x13,0x54, 0x86, 0xda, 0x46, 0xa4, 0x7, 0x39, 0xc9, 0x12, 0x2, 0xd3, 0x56}|VOID*|0xA000003E
326 # Manufacturer String
327 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSKUNumber|"System SKUNumber"|VOID*|0xA000003F
328 # System Family String
329 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemFamily|"X1000"|VOID*|0xA0000040
330
331 # Base Board (or Module) Information (Type 2), Section 3.3.3
332 # Board Manufacturer String
333 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSBoardManufacturer|"Intel Corp."|VOID*|0xA0000041
334 # Board Product Name| String
335 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSBoardProductName|"QUARK"|VOID*|0xA0000042
336 # Board Version String
337 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSBoardVersion|"FAB-D"|VOID*|0xA0000043
338 # Board Serial Number
339 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSBoardSerialNumber|"3"|VOID*|0xA0000044
340 # System Enclosure or Chassis(Type 3) Section 3.3.4
341 # Chassis Manufacturer String
342 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSChassisManufacturer|"Chassis Manufacturer"|VOID*|0xA0000045
343 # ChassisVersion
344 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSChassisVersion|"Chassis Version"|VOID*|0xA0000046
345 # Chassis SerialNumber String
346 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSChassisSerialNumber|"Chassis Serial Number"|VOID*|0xA0000047
347 # Chassis Asset Tag
348 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSChassisAssetTag|"Chassis Asset Tag"|VOID*|0xA0000051
349 # Chassis Type
350 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSChassisType|0x00000003|UINT8|0xA0000048
351 # Identifies the state of the enclosure when it was last booted. See 3.3.4.2 for definitions.
352 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSChassisBootupState|0x03|UINT8|0xA0000049
353 # Identifies the state of the enclosures power supply (or supplies) when last booted. See 3.3.4.2 for definitions.
354 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSChassisPowerSupplyState|0x03|UINT8|0xA000004A
355 # Identifies the enclosures physical security status when last booted. See 3.3.4.3 for definitions.
356 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSChassisSecurityState|0x01|UINT8|0xA000004B
357 # Contains OEM- or BIOS vendor-specific information.
358 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSChassisOemDefined|0x0|UINT32|0xA000004C
359 # The height of the enclosure, in 'U's. A U is a standard unit of measure for the height of a rack or rack-mountable component
360 # and is equal to 1.75 inches or 4.445 cm. A value of 00h indicates that the enclosure height is unspecified.
361 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSChassisHeight|0x0|UINT8|0xA000004D
362 # Identifies the number of power cords associated with the enclosure or chassis. A value of 00h indicates that the number is unspecified.
363 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSChassisNumberPowerCords|0x0|UINT8|0xA000004E
364 # Identifies the number of Contained Element records that follow, in the range 0 to 255.
365 # Each Contained Element group comprises m bytes, as specified by the Contained Element Record Length field that follows.
366 # If no Contained Elements are included, this field is set to 0.
367 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSChassisElementCount|0x0|UINT8|0xA000004F
368 # Identifies the byte length of each Contained Element record that follow, in the range 0 to 255.
369 # If no Contained Elements are included, this field is set to 0. For v2.3.2 and later of this specification,
370 # this field is set to at least 03h when Contained Elements are specified.
371 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSChassisElementRecordLength|0x0|UINT8|0xA0000050
372
373 # Defines the number of connectors existent on the board
374 # The valid range is between 0 and 16
375 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSConnectorNumber|16|UINT8|0xA0000060
376
377 # Defines the designator of port1 internal connector
378 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort1InternalConnectorDesignator|"X14 "|VOID*|0xA0000061
379 # Defines the designator of port1 external connector
380 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort1ExternalConnectorDesignator|"Keyboard"|VOID*|0xA0000062
381 # Defines the type of port1 internal connector
382 # The valid range is between 0 to 0xFF, and 0 here means EfiPortConnectorTypeNone
383 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort1InternalConnectorType|0x0F|UINT8|0xA0000063
384 # Defines the type of port1 external connector
385 # The valid range is between 0 to 0xFF, and 0x0F here means EfiPortConnectorTypePS2
386 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort1ExternalConnectorType|0x0F|UINT8|0xA0000064
387 # Defines the type of port1
388 # The valid range is between 0 to 0xFF, and 0x0D here means EfiPortTypeKeyboard
389 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort1Type|0x0D|UINT8|0xA0000065
390
391 # Defines the designator of port2 internal connector
392 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort2InternalConnectorDesignator|"X15 "|VOID*|0xA0000066
393 # Defines the designator of port2 external connector
394 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort2ExternalConnectorDesignator|"Mouse"|VOID*|0xA0000067
395 # Defines the type of port2 internal connector
396 # The valid range is between 0 to 0xFF, and 0 here means EfiPortConnectorTypeNone
397 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort2InternalConnectorType|0x0F|UINT8|0xA0000068
398 # Defines the type of port2 external connector
399 # The valid range is between 0 to 0xFF, and 0x0F here means EfiPortConnectorTypePS2
400 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort2ExternalConnectorType|0x0F|UINT8|0xA0000069
401 # Defines the type of port2
402 # The valid range is between 0 to 0xFF, and 0x0E here means EfiPortTypeMouse
403 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort2Type|0x0E|UINT8|0xA000006A
404
405 # Defines the designator of port3 internal connector
406 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort3InternalConnectorDesignator|"X16 "|VOID*|0xA000006B
407 # Defines the designator of port3 external connector
408 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort3ExternalConnectorDesignator|"COM 1"|VOID*|0xA000006C
409 # Defines the type of port3 internal connector
410 # The valid range is between 0 to 0xFF, and 0xFF here means EfiPortConnectorTypeOther
411 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort3InternalConnectorType|0xFF|UINT8|0xA000006D
412 # Defines the type of port3 external connector
413 # The valid range is between 0 to 0xFF, and 0 here means EfiPortConnectorTypeNone
414 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort3ExternalConnectorType|0x0|UINT8|0xA000006E
415 # Defines the type of port3
416 # The valid range is between 0 to 0xFF, and 0x09 here means EfiPortTypeSerial16550ACompatible
417 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort3Type|0x09|UINT8|0xA000006F
418
419 # Defines the designator of port4 internal connector
420 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort4InternalConnectorDesignator|"X17 "|VOID*|0xA0000070
421 # Defines the designator of port4 external connector
422 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort4ExternalConnectorDesignator|"COM 2"|VOID*|0xA0000071
423 # Defines the type of port4 internal connector
424 # The valid range is between 0 to 0xFF, and 0xFF here means EfiPortConnectorTypeOther
425 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort4InternalConnectorType|0xFF|UINT8|0xA0000072
426 # Defines the type of port4 external connector
427 # The valid range is between 0 to 0xFF, and 0 here means EfiPortConnectorTypeNone
428 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort4ExternalConnectorType|0x0|UINT8|0xA0000073
429 # Defines the type of port4
430 # The valid range is between 0 to 0xFF, and 0x09 here means EfiPortTypeSerial16550ACompatible
431 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort4Type|0x09|UINT8|0xA0000074
432
433 # Defines the designator of port5 internal connector
434 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort5InternalConnectorDesignator|"X18 "|VOID*|0xA0000075
435 # Defines the designator of port5 external connector
436 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort5ExternalConnectorDesignator|"COM 3"|VOID*|0xA0000076
437 # Defines the type of port5 internal connector
438 # The valid range is between 0 to 0xFF, and 0xFF here means EfiPortConnectorTypeOther
439 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort5InternalConnectorType|0xFF|UINT8|0xA0000077
440 # Defines the type of port5 external connector
441 # The valid range is between 0 to 0xFF, and 0 here means EfiPortConnectorTypeNone
442 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort5ExternalConnectorType|0x0|UINT8|0xA0000078
443 # Defines the type of port5
444 # The valid range is between 0 to 0xFF, and 0x09 here means EfiPortTypeSerial16550ACompatible
445 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort5Type|0x09|UINT8|0xA0000079
446
447 # Defines the designator of port6 internal connector
448 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort6InternalConnectorDesignator|"X19 "|VOID*|0xA000007A
449 # Defines the designator of port6 external connector
450 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort6ExternalConnectorDesignator|"COM 4"|VOID*|0xA000007B
451 # Defines the type of port6 internal connector
452 # The valid range is between 0 to 0xFF, and 0xFF here means EfiPortConnectorTypeOther
453 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort6InternalConnectorType|0xFF|UINT8|0xA000007C
454 # Defines the type of port6 external connector
455 # The valid range is between 0 to 0xFF, and 0 here means EfiPortConnectorTypeNone
456 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort6ExternalConnectorType|0x0|UINT8|0xA000007D
457 # Defines the type of port6
458 # The valid range is between 0 to 0xFF, and 0x09 here means EfiPortTypeSerial16550ACompatible
459 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort6Type|0x09|UINT8|0xA000007E
460
461 # Defines the designator of port7 internal connector
462 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort7InternalConnectorDesignator|"J4A2"|VOID*|0xA000007F
463 # Defines the designator of port7 external connector
464 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort7ExternalConnectorDesignator|"LPT 1"|VOID*|0xA0000080
465 # Defines the type of port7 internal connector
466 # The valid range is between 0 to 0xFF, and 0 here means EfiPortConnectorTypeNone
467 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort7InternalConnectorType|0x0|UINT8|0xA0000081
468 # Defines the type of port7 external connector
469 # The valid range is between 0 to 0xFF, and 0x12 here means EfiPortConnectorTypeDB25Male
470 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort7ExternalConnectorType|0x04|UINT8|0xA0000082
471 # Defines the type of port7
472 # The valid range is between 0 to 0xFF, and 0x10 here means EfiPortTypeEcpEpp
473 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort7Type|0x05|UINT8|0xA0000083
474
475 # Defines the designator of port8 internal connector
476 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort8InternalConnectorDesignator|"X20 "|VOID*|0xA0000084
477 # Defines the designator of port8 external connector
478 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort8ExternalConnectorDesignator|"USB1"|VOID*|0xA0000085
479 # Defines the type of port8 internal connector
480 # The valid range is between 0 to 0xFF, and 0 here means EfiPortConnectorTypeNone
481 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort8InternalConnectorType|0x0|UINT8|0xA0000086
482 # Defines the type of port8 external connector
483 # The valid range is between 0 to 0xFF, and 0x12 here means EfiPortConnectorTypeUsb
484 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort8ExternalConnectorType|0x12|UINT8|0xA0000087
485 # Defines the type of port8
486 # The valid range is between 0 to 0xFF, and 0x10 here means EfiPortTypeUsb
487 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort8Type|0x10|UINT8|0xA0000088
488
489 # Defines the designator of port9 internal connector
490 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort9InternalConnectorDesignator|"X21 "|VOID*|0xA0000089
491 # Defines the designator of port9 external connector
492 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort9ExternalConnectorDesignator|"USB2"|VOID*|0xA000008A
493 # Defines the type of port9 internal connector
494 # The valid range is between 0 to 0xFF, and 0 here means EfiPortConnectorTypeNone
495 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort9InternalConnectorType|0x0|UINT8|0xA000008B
496 # Defines the type of port9 external connector
497 # The valid range is between 0 to 0xFF, and 0x12 here means EfiPortConnectorTypeUsb
498 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort9ExternalConnectorType|0x12|UINT8|0xA000008C
499 # Defines the type of port9
500 # The valid range is between 0 to 0xFF, and 0x10 here means EfiPortTypeUsb
501 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort9Type|0x10|UINT8|0xA000008D
502
503 # Defines the designator of port10 internal connector
504 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort10InternalConnectorDesignator|"X22 "|VOID*|0xA000008E
505 # Defines the designator of port10 external connector
506 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort10ExternalConnectorDesignator|"USB3"|VOID*|0xA000008F
507 # Defines the type of port10 internal connector
508 # The valid range is between 0 to 0xFF, and 0 here means EfiPortConnectorTypeNone
509 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort10InternalConnectorType|0x0|UINT8|0xA0000090
510 # Defines the type of port10 external connector
511 # The valid range is between 0 to 0xFF, and 0x12 here means EfiPortConnectorTypeUsb
512 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort10ExternalConnectorType|0x12|UINT8|0xA0000091
513 # Defines the type of port10
514 # The valid range is between 0 to 0xFF, and 0x10 here means EfiPortTypeUsb
515 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort10Type|0x10|UINT8|0xA0000092
516
517 # Defines the designator of port11 internal connector
518 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort11InternalConnectorDesignator|"X23 "|VOID*|0xA0000093
519 # Defines the designator of port11 external connector
520 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort11ExternalConnectorDesignator|"USB4"|VOID*|0xA0000094
521 # Defines the type of port11 internal connector
522 # The valid range is between 0 to 0xFF, and 0 here means EfiPortConnectorTypeNone
523 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort11InternalConnectorType|0x0|UINT8|0xA0000095
524 # Defines the type of port11 external connector
525 # The valid range is between 0 to 0xFF, and 0x12 here means EfiPortConnectorTypeUsb
526 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort11ExternalConnectorType|0x12|UINT8|0xA0000096
527 # Defines the type of port11
528 # The valid range is between 0 to 0xFF, and 0x10 here means EfiPortTypeUsb
529 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort11Type|0x10|UINT8|0xA0000097
530
531 # Defines the designator of port12 internal connector
532 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort12InternalConnectorDesignator|"X28 "|VOID*|0xA0000098
533 # Defines the designator of port12 external connector
534 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort12ExternalConnectorDesignator|"RJ-45 Type"|VOID*|0xA0000099
535 # Defines the type of port12 internal connector
536 # The valid range is between 0 to 0xFF, and 0 here means EfiPortConnectorTypeNone
537 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort12InternalConnectorType|0x0|UINT8|0xA000009A
538 # Defines the type of port12 external connector
539 # The valid range is between 0 to 0xFF, and 0x0B here means EfiPortConnectorTypeRJ45
540 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort12ExternalConnectorType|0x0B|UINT8|0xA000009B
541 # Defines the type of port12
542 # The valid range is between 0 to 0xFF, and 0x1F here means EfiPortTypeNetworkPort
543 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort12Type|0x1F|UINT8|0xA000009C
544
545 # Defines the designator of port13 internal connector
546 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort13InternalConnectorDesignator|"J1G1"|VOID*|0xA000009D
547 # Defines the designator of port13 external connector
548 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort13ExternalConnectorDesignator|"Floppy"|VOID*|0xA000009E
549 # Defines the type of port13 internal connector
550 # The valid range is between 0 to 0xFF, and 0x16 here means EfiPortConnectorTypeOnboardFloppy
551 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort13InternalConnectorType|0x17|UINT8|0xA000009F
552 # Defines the type of port13 external connector
553 # The valid range is between 0 to 0xFF, and 0 here means EfiPortConnectorTypeNone
554 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort13ExternalConnectorType|0x0|UINT8|0xA00000A0
555 # Defines the type of port13
556 # The valid range is between 0 to 0xFF, and 0xFF here means EfiPortTypeOther
557 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort13Type|0xFF|UINT8|0xA00000A1
558
559 # Defines the designator of port14 internal connector
560 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort14InternalConnectorDesignator|"J2H2"|VOID*|0xA00000A2
561 # Defines the designator of port14 external connector
562 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort14ExternalConnectorDesignator|"IDE"|VOID*|0xA00000A3
563 # Defines the type of port14 internal connector
564 # The valid range is between 0 to 0xFF, and 0x16 here means EfiPortConnectorTypeOnboardIde
565 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort14InternalConnectorType|0x16|UINT8|0xA00000A4
566 # Defines the type of port14 external connector
567 # The valid range is between 0 to 0xFF, and 0 here means EfiPortConnectorTypeNone
568 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort14ExternalConnectorType|0x0|UINT8|0xA00000A5
569 # Defines the type of port14
570 # The valid range is between 0 to 0xFF, and 0xFF here means EfiPortTypeOther
571 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort14Type|0xFF|UINT8|0xA00000A6
572
573 # Defines the designator of port15 internal connector
574 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort15InternalConnectorDesignator|"X29 "|VOID*|0xA00000A7
575 # Defines the designator of port15 external connector
576
577 # Defines the type of port15 internal connector
578 # The valid range is between 0 to 0xFF, and 0x16 here means EfiPortConnectorTypeOnboardIde
579 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort15InternalConnectorType|0x16|UINT8|0xA00000A9
580 # Defines the type of port15 external connector
581 # The valid range is between 0 to 0xFF, and 0 here means EfiPortConnectorTypeNone
582 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort15ExternalConnectorType|0x0|UINT8|0xA00000AA
583 # Defines the type of port15
584 # The valid range is between 0 to 0xFF, and 0xFF here means EfiPortTypeOther
585 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort15Type|0xFF|UINT8|0xA00000AB
586
587 # Defines the designator of port16 internal connector
588 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort16InternalConnectorDesignator|"X30 "|VOID*|0xA00000AC
589 # Defines the designator of port16 external connector
590
591 # Defines the type of port16 internal connector
592 # The valid range is between 0 to 0xFF, and 0x16 here means EfiPortConnectorTypeOnboardIde
593 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort16InternalConnectorType|0x16|UINT8|0xA00000AE
594 # Defines the type of port16 external connector
595 # The valid range is between 0 to 0xFF, and 0 here means EfiPortConnectorTypeNone
596 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort16ExternalConnectorType|0x0|UINT8|0xA00000AF
597 # Defines the type of port16
598 # The valid range is between 0 to 0xFF, and 0xFF here means EfiPortTypeOther
599 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSPort16Type|0xFF|UINT8|0xA00000B0
600
601 # Defines the number of the slots existent on board
602 # The valid range is between 0 and 14
603 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlotNumber|5|UINT8|0xA000023F
604 # Defines the designation of system slot1
605 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot1Designation|"PCI SLOT1"|VOID*|0xA0000240
606 # Defines the type of system slot1
607 # The valid range is between 0x01 to 0xA5, and 0x06 here means EfiSlotTypePci
608 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot1Type|0x6|UINT8|0xA0000241
609 # Defines the data bus width of system slot1
610 # The valid range is between 0x01 to 0x07, and 0x05 here means EfiSlotDataBusWidth32Bit
611 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot1DataBusWidth|0x5|UINT8|0xA0000242
612 # Defines the usage of system slot1
613 # The valid range is between 0x01 to 0x04, and 0x03 here means EfiSlotUsageAvailable
614 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot1Usage|0x3|UINT8|0xA0000243
615 # Defines the length of system slot1
616 # The valid range is between 0x01 to 0x04, and 0x04 here means EfiSlotLengthLong
617 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot1Length|0x4|UINT8|0xA0000244
618 # Defines the ID of system slot1, a number of UINT16
619 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot1Id|0x01|UINT16|0xA0000245
620 # Defines the characteristics of system slot1 , a bit mask of EFI_MISC_SLOT_CHARACTERISTICS
621 # typedef struct {
622 # UINT32 CharacteristicsUnknown :1;
623 # UINT32 Provides50Volts :1;
624 # UINT32 Provides33Volts :1;
625 # UINT32 SharedSlot :1;
626 # UINT32 PcCard16Supported :1;
627 # UINT32 CardBusSupported :1;
628 # UINT32 ZoomVideoSupported :1;
629 # UINT32 ModemRingResumeSupported:1;
630 # UINT32 PmeSignalSupported :1;
631 # UINT32 HotPlugDevicesSupported :1;
632 # UINT32 SmbusSignalSupported :1;
633 # UINT32 Reserved :21;
634 # } EFI_MISC_SLOT_CHARACTERISTICS;
635 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot1Characteristics|0x504|UINT32|0xA0000246
636
637 # Defines the designation of system slot2
638 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot2Designation|"PCI-Express 1"|VOID*|0xA0000247
639
640 # Defines the type of system slot2
641 # The valid range is between 0x01 to 0xA5, and 0x06 here means EfiSlotTypePci
642 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot2Type|0xA5|UINT8|0xA0000248
643 # Defines the data bus width of system slot2
644 # The valid range is between 0x01 to 0x07, and 0x05 here means EfiSlotDataBusWidth32Bit
645 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot2DataBusWidth|0x5|UINT8|0xA0000249
646 # Defines the usage of system slot2
647 # The valid range is between 0x01 to 0x04, and 0x03 here means EfiSlotUsageAvailable
648 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot2Usage|0x3|UINT8|0xA000024A
649 # Defines the length of system slot2
650 # The valid range is between 0x01 to 0x04, and 0x04 here means EfiSlotLengthLong
651 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot2Length|0x4|UINT8|0xA000024B
652 # Defines the ID of system slot2, a number of UINT16
653 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot2Id|0x02|UINT16|0xA000024C
654 # Defines the characteristics of system slot2 , a bit mask of EFI_MISC_SLOT_CHARACTERISTICS
655 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot2Characteristics|0x504|UINT32|0xA000024D
656
657 # Defines the designation of system slot3
658 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot3Designation|"PCI-Express 2"|VOID*|0xA000024E
659 # Defines the type of system slot3
660 # The valid range is between 0x01 to 0xA5, and 0x06 here means EfiSlotTypePci
661 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot3Type|0xA5|UINT8|0xA000024F
662 # Defines the data bus width of system slot3
663 # The valid range is between 0x01 to 0x07, and 0x05 here means EfiSlotDataBusWidth32Bit
664 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot3DataBusWidth|0x5|UINT8|0xA0000250
665 # Defines the usage of system slot3
666 # The valid range is between 0x01 to 0x04, and 0x03 here means EfiSlotUsageAvailable
667 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot3Usage|0x3|UINT8|0xA0000251
668 # Defines the length of system slot3
669 # The valid range is between 0x01 to 0x04, and 0x04 here means EfiSlotLengthLong
670 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot3Length|0x4|UINT8|0xA0000252
671 # Defines the ID of system slot3, a number of UINT16
672 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot3Id|0x03|UINT16|0xA0000253
673 # Defines the characteristics of system slot3 , a bit mask of EFI_MISC_SLOT_CHARACTERISTICS
674 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot3Characteristics|0x504|UINT32|0xA000254
675
676 # Defines the designation of system slot4
677 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot4Designation|"PCI-Express 3"|VOID*|0xA0000255
678 # Defines the type of system slot4
679 # The valid range is between 0x01 to 0xA5, and 0xA5 here means EfiSlotTypePciExpress
680 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot4Type|0xA5|UINT8|0xA0000256
681 # Defines the data bus width of system slot4
682 # The valid range is between 0x01 to 0x07, and 0x05 here means EfiSlotDataBusWidth32Bit
683 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot4DataBusWidth|0x5|UINT8|0xA0000257
684 # Defines the usage of system slot4
685 # The valid range is between 0x01 to 0x04, and 0x03 here means EfiSlotUsageAvailable
686 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot4Usage|0x3|UINT8|0xA0000258
687 # Defines the length of system slot4
688 # The valid range is between 0x01 to 0x04, and 0x04 here means EfiSlotLengthLong
689 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot4Length|0x4|UINT8|0xA0000259
690 # Defines the ID of system slot4, a number of UINT16
691 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot4Id|0x04|UINT16|0xA0000260
692 # Defines the characteristics of system slot4 , a bit mask of EFI_MISC_SLOT_CHARACTERISTICS
693 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot4Characteristics|0x504|UINT32|0xA0000261
694
695 # Defines the designation of system slot5
696 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot5Designation|"Mini PCI-E"|VOID*|0xA0000262
697 # Defines the type of system slot5
698 # The valid range is between 0x01 to 0xA5, and 0xA5 here means EfiSlotTypePciExpress
699 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot5Type|0xA5|UINT8|0xA0000263
700 # Defines the data bus width of system slot5
701 # The valid range is between 0x01 to 0x07, and 0x05 here means EfiSlotDataBusWidth32Bit
702 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot5DataBusWidth|0x5|UINT8|0xA0000264
703 # Defines the usage of system slot5
704 # The valid range is between 0x01 to 0x04, and 0x03 here means EfiSlotUsageAvailable
705 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot5Usage|0x3|UINT8|0xA0000265
706 # Defines the length of system slot5
707 # The valid range is between 0x01 to 0x04, and 0x04 here means EfiSlotLengthLong
708 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot5Length|0x4|UINT8|0xA0000266
709 # Defines the ID of system slot5, a number of UINT16
710 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot5Id|0x05|UINT16|0xA0000267
711 # Defines the characteristics of system slot5 , a bit mask of EFI_MISC_SLOT_CHARACTERISTICS
712 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot5Characteristics|0x504|UINT32|0xA0000268
713
714 # Defines the designation of system slot6
715 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot6Designation|"NONE"|VOID*|0xA0000269
716 # Defines the type of system slot6
717 # The valid range is between 0x01 to 0xA5, and 0x02 here means EfiSlotTypeUnknown
718 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot6Type|0x2|UINT8|0xA000026A
719 # Defines the data bus width of system slot6
720 # The valid range is between 0x01 to 0x07, and 0x02 here means EfiSlotDataBusWidthUnknown
721 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot6DataBusWidth|0x2|UINT8|0xA000026B
722 # Defines the usage of system slot6
723 # The valid range is between 0x01 to 0x04, and 0x02 here means EfiSlotUsageUnknown
724 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot6Usage|0x2|UINT8|0xA000026C
725 # Defines the length of system slot6
726 # The valid range is between 0x01 to 0x04, and 0x02 here means EfiSlotLengthUnknown
727 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot6Length|0x2|UINT8|0xA000026D
728 # Defines the ID of system slot6, a number of UINT16
729 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot6Id|0x0|UINT16|0xA000026E
730 # Defines the characteristics of system slot6 , a bit mask of EFI_MISC_SLOT_CHARACTERISTICS
731 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot6Characteristics|0x0|UINT32|0xA000026F
732
733 # Defines the designation of system slot7
734 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot7Designation|"NONE"|VOID*|0xA0000270
735 # Defines the type of system slot7
736 # The valid range is between 0x01 to 0xA5, and 0x02 here means EfiSlotTypeUnknown
737 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot7Type|0x2|UINT8|0xA0000271
738 # Defines the data bus width of system slot7
739 # The valid range is between 0x01 to 0x07, and 0x02 here means EfiSlotDataBusWidthUnknown
740 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot7DataBusWidth|0x2|UINT8|0xA0000272
741 # Defines the usage of system slot7
742 # The valid range is between 0x01 to 0x04, and 0x02 here means EfiSlotUsageUnknown
743 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot7Usage|0x2|UINT8|0xA0000273
744 # Defines the length of system slot7
745 # The valid range is between 0x01 to 0x04, and 0x02 here means EfiSlotLengthUnknown
746 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot7Length|0x2|UINT8|0xA0000274
747 # Defines the ID of system slot7, a number of UINT16
748 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot7Id|0x0|UINT16|0xA0000275
749 # Defines the characteristics of system slot7 , a bit mask of EFI_MISC_SLOT_CHARACTERISTICS
750 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot7Characteristics|0x0|UINT32|0xA0000276
751
752 # Defines the designation of system slot8
753 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot8Designation|"NONE"|VOID*|0xA0000277
754 # Defines the type of system slot8
755 # The valid range is between 0x01 to 0xA5, and 0x02 here means EfiSlotTypeUnknown
756 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot8Type|0x2|UINT8|0xA0000278
757 # Defines the data bus width of system slot8
758 # The valid range is between 0x01 to 0x07, and 0x02 here means EfiSlotDataBusWidthUnknown
759 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot8DataBusWidth|0x2|UINT8|0xA0000279
760 # Defines the usage of system slot8
761 # The valid range is between 0x01 to 0x04, and 0x02 here means EfiSlotUsageUnknown
762 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot8Usage|0x2|UINT8|0xA000027A
763 # Defines the length of system slot8
764 # The valid range is between 0x01 to 0x04, and 0x02 here means EfiSlotLengthUnknown
765 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot8Length|0x2|UINT8|0xA000027B
766 # Defines the ID of system slot8, a number of UINT16
767 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot8Id|0x0|UINT16|0xA000027C
768 # Defines the characteristics of system slot8 , a bit mask of EFI_MISC_SLOT_CHARACTERISTICS
769 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot8Characteristics|0x0|UINT32|0xA000027D
770
771 # Defines the designation of system slot9
772 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot9Designation|"NONE"|VOID*|0xA000027E
773 # Defines the type of system slot9
774 # The valid range is between 0x01 to 0xA5, and 0x02 here means EfiSlotTypeUnknown
775 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot9Type|0x2|UINT8|0xA000027F
776 # Defines the data bus width of system slot9
777 # The valid range is between 0x01 to 0x07, and 0x02 here means EfiSlotDataBusWidthUnknown
778 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot9DataBusWidth|0x2|UINT8|0xA0000280
779 # Defines the usage of system slot9
780 # The valid range is between 0x01 to 0x04, and 0x02 here means EfiSlotUsageUnknown
781 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot9Usage|0x2|UINT8|0xA0000281
782 # Defines the length of system slot9
783 # The valid range is between 0x01 to 0x04, and 0x02 here means EfiSlotLengthUnknown
784 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot9Length|0x2|UINT8|0xA0000282
785 # Defines the ID of system slot9, a number of UINT16
786 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot9Id|0x0|UINT16|0xA0000283
787 # Defines the characteristics of system slot9 , a bit mask of EFI_MISC_SLOT_CHARACTERISTICS
788 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot9Characteristics|0x0|UINT32|0xA0000284
789
790 # Defines the designation of system slot10
791 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot10Designation|"None"|VOID*|0xA0000285
792 # Defines the type of system slot10
793 # The valid range is between 0x01 to 0xA5, and 0x02 here means EfiSlotTypeUnknown
794 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot10Type|0x2|UINT8|0xA0000286
795 # Defines the data bus width of system slot10
796 # The valid range is between 0x01 to 0x07, and 0x02 here means EfiSlotDataBusWidthUnknown
797 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot10DataBusWidth|0x2|UINT8|0xA0000287
798 # Defines the usage of system slot10
799 # The valid range is between 0x01 to 0x04, and 0x02 here means EfiSlotUsageUnknown
800 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot10Usage|0x2|UINT8|0xA0000288
801 # Defines the length of system slot10
802 # The valid range is between 0x01 to 0x04, and 0x02 here means EfiSlotLengthUnknown
803 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot10Length|0x2|UINT8|0xA0000289
804 # Defines the ID of system slot10, a number of UINT16
805 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot10Id|0x0|UINT16|0xA000028A
806 # Defines the characteristics of system slot10 , a bit mask of EFI_MISC_SLOT_CHARACTERISTICS
807 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot10Characteristics|0x0|UINT32|0xA000028B
808
809 # Defines the designation of system slot11
810 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot11Designation|"None"|VOID*|0xA000028C
811 # Defines the type of system slot11
812 # The valid range is between 0x01 to 0xA5, and 0x02 here means EfiSlotTypeUnknown
813 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot11Type|0x2|UINT8|0xA000028D
814 # Defines the data bus width of system slot11
815 # The valid range is between 0x01 to 0x07, and 0x02 here means EfiSlotDataBusWidthUnknown
816 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot11DataBusWidth|0x2|UINT8|0xA000028E
817 # Defines the usage of system slot11
818 # The valid range is between 0x01 to 0x04, and 0x02 here means EfiSlotUsageUnknown
819 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot11Usage|0x2|UINT8|0xA000028F
820 # Defines the length of system slot11
821 # The valid range is between 0x01 to 0x04, and 0x02 here means EfiSlotLengthUnknown
822 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot11Length|0x2|UINT8|0xA0000290
823 # Defines the ID of system slot11, a number of UINT16
824 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot11Id|0x0|UINT16|0xA00000EE
825 # Defines the characteristics of system slot11 , a bit mask of EFI_MISC_SLOT_CHARACTERISTICS
826 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot11Characteristics|0x0|UINT32|0xA0000291
827
828 # Defines the designation of system slot12
829 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot12Designation|"None"|VOID*|0xA0000292
830 # Defines the type of system slot12
831 # The valid range is between 0x01 to 0xA5, and 0x02 here means EfiSlotTypeUnknown
832 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot12Type|0x2|UINT8|0xA0000293
833 # Defines the data bus width of system slot12
834 # The valid range is between 0x01 to 0x07, and 0x02 here means EfiSlotDataBusWidthUnknown
835 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot12DataBusWidth|0x2|UINT8|0xA0000294
836 # Defines the usage of system slot12
837 # The valid range is between 0x01 to 0x04, and 0x02 here means EfiSlotUsageUnknown
838 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot12Usage|0x2|UINT8|0xA0000295
839 # Defines the length of system slot12
840 # The valid range is between 0x01 to 0x04, and 0x02 here means EfiSlotLengthUnknown
841 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot12Length|0x2|UINT8|0xA0000296
842 # Defines the ID of system slot12, a number of UINT16
843 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot12Id|0x0|UINT16|0xA0000297
844 # Defines the characteristics of system slot12 , a bit mask of EFI_MISC_SLOT_CHARACTERISTICS
845 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot12Characteristics|0x0|UINT32|0xA0000298
846
847 # Defines the designation of system slot13
848 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot13Designation|"None"|VOID*|0xA0000299
849 # Defines the type of system slot13
850 # The valid range is between 0x01 to 0xA5, and 0x02 here means EfiSlotTypeUnknown
851 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot13Type|0x2|UINT8|0xA000029A
852 # Defines the data bus width of system slot13
853 # The valid range is between 0x01 to 0x07, and 0x02 here means EfiSlotDataBusWidthUnknown
854 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot13DataBusWidth|0x2|UINT8|0xA000029B
855 # Defines the usage of system slot13
856 # The valid range is between 0x01 to 0x04, and 0x02 here means EfiSlotUsageUnknown
857 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot13Usage|0x2|UINT8|0xA000029C
858 # Defines the length of system slot13
859 # The valid range is between 0x01 to 0x04, and 0x02 here means EfiSlotLengthUnknown
860 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot13Length|0x2|UINT8|0xA000029D
861 # Defines the ID of system slot13, a number of UINT16
862 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot13Id|0x0|UINT16|0xA000029E
863 # Defines the characteristics of system slot13 , a bit mask of EFI_MISC_SLOT_CHARACTERISTICS
864 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot13Characteristics|0x0|UINT32|0xA000029F
865
866 # Defines the designation of system slot14
867 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot14Designation|"None"|VOID*|0xA00002A0
868 # Defines the type of system slot14
869 # The valid range is between 0x01 to 0xA5, and 0x02 here means EfiSlotTypeUnknown
870 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot14Type|0x2|UINT8|0xA00002A1
871 # Defines the data bus width of system slot14
872 # The valid range is between 0x01 to 0x07, and 0x02 here means EfiSlotDataBusWidthUnknown
873 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot14DataBusWidth|0x2|UINT8|0xA00002A2
874 # Defines the usage of system slot14
875 # The valid range is between 0x01 to 0x04, and 0x02 here means EfiSlotUsageUnknown
876 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot14Usage|0x2|UINT8|0xA00002A3
877 # Defines the length of system slot14
878 # The valid range is between 0x01 to 0x04, and 0x02 here means EfiSlotLengthUnknown
879 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot14Length|0x2|UINT8|0xA00002A4
880 # Defines the ID of system slot14, a number of UINT16
881 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot14Id|0x0|UINT16|0xA00002A5
882 # Defines the characteristics of system slot14 , a bit mask of EFI_MISC_SLOT_CHARACTERISTICS
883 gQuarkPlatformTokenSpaceGuid.PcdSMBIOSSystemSlot14Characteristics|0x0|UINT32|0xA00002A6
884
885 gQuarkPlatformTokenSpaceGuid.PcdFlashFvPayloadBase|0xFFC00400|UINT32|0xA00002A7
886 gQuarkPlatformTokenSpaceGuid.PcdFlashFvPayloadSize|0x000F0000|UINT32|0xA00002A8
887 gQuarkPlatformTokenSpaceGuid.PcdFlashFvMainBase|0xFFD00400|UINT32|0xA00002A9
888 gQuarkPlatformTokenSpaceGuid.PcdFlashFvMainSize|0x000D0000|UINT32|0xA00002AA
889 gQuarkPlatformTokenSpaceGuid.PcdFlashFvRecoveryBase|0xFFEC0400|UINT32|0xA00002AB
890 gQuarkPlatformTokenSpaceGuid.PcdFlashFvRecoverySize|0x0003F000|UINT32|0xA00002AC
891
892 [PcdsDynamic, PcdsDynamicEx]
893 ## Provides the ability to enable the Fast Boot feature of the BIOS. This
894 # enables the system to boot faster but may only enumerate the hardware
895 # that is required to boot the system.<BR>
896 #
897 # @Prompt Fast Boot Support
898 #
899 gQuarkPlatformTokenSpaceGuid.PcdEnableFastBoot|FALSE|BOOLEAN|0xB000004
900
901 ## Determines if the user is physically present. This information is collected and shared
902 # with all other modules using a dynamic PCD.<BR>
903 #
904 # @Prompt The User is Physically Present
905 #
906 gQuarkPlatformTokenSpaceGuid.PcdUserIsPhysicallyPresent|FALSE|BOOLEAN|0xB000006
907
908 ## The Quark SOC X1000 Based Platform Type.<BR>
909 # 0x0000 - Unknown<BR>
910 # 0x0001 - Quark Emulation<BR>
911 # 0x0002 - ClantonPeak SVP<BR>
912 # 0x0003 - KipsBay<BR>
913 # 0x0004 - CrossHill<BR>
914 # 0x0005 - ClantonHill<BR>
915 # 0x0006 - Galileo Gen 1<BR>
916 # 0x0007 - Reserved<BR>
917 # 0x0008 - Galileo Gen 2<BR>
918 #
919 # @Prompt The Quark SOC X1000 Based Platform Type
920 #
921 gQuarkPlatformTokenSpaceGuid.PcdPlatformType|0x0008|UINT16|0xB000007
922
923 ## The Quark SOC X1000 Based Platform Type Name.<BR>
924 #
925 # @Prompt The Quark SOC X1000 Based Platform Type Name
926 #
927 gQuarkPlatformTokenSpaceGuid.PcdPlatformTypeName|L"GalileoGen2"|VOID*|0xB000008
928
929 ## The size, in bytes, of the SPI FLASH part attached to Quark SOC X1000
930 #
931 # @Prompt The SPI FALSH Part Size
932 #
933 gQuarkPlatformTokenSpaceGuid.PcdSpiFlashDeviceSize|0|UINT32|0xB000009