]>
Commit | Line | Data |
---|---|---|
b303605e MK |
1 | ## @file\r |
2 | # Clanton Peak CRB platform with 32-bit DXE for 4MB/8MB flash devices.\r | |
3 | #\r | |
4 | # This package provides Clanton Peak CRB platform specific modules.\r | |
5 | # Copyright (c) 2013 - 2014 Intel Corporation.\r | |
6 | #\r | |
7 | # This program and the accompanying materials\r | |
8 | # are licensed and made available under the terms and conditions of the BSD License\r | |
9 | # which accompanies this distribution. The full text of the license may be found at\r | |
10 | # http://opensource.org/licenses/bsd-license.php\r | |
11 | #\r | |
12 | # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r | |
13 | # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r | |
14 | #\r | |
15 | ##\r | |
16 | \r | |
17 | ################################################################################\r | |
18 | #\r | |
19 | # Defines Section - statements that will be processed to create a Makefile.\r | |
20 | #\r | |
21 | ################################################################################\r | |
22 | [Defines]\r | |
23 | DSC_SPECIFICATION = 0x00010005\r | |
24 | PLATFORM_NAME = QuarkMin\r | |
25 | PLATFORM_GUID = 2655F3CF-4CC7-4e17-A62D-77FE3F10AE7F\r | |
26 | PLATFORM_VERSION = 0.1\r | |
27 | FLASH_DEFINITION = QuarkPlatformPkg/QuarkMin.fdf\r | |
28 | OUTPUT_DIRECTORY = Build/QuarkMin\r | |
29 | SUPPORTED_ARCHITECTURES = IA32\r | |
30 | BUILD_TARGETS = DEBUG|RELEASE\r | |
31 | SKUID_IDENTIFIER = DEFAULT\r | |
32 | VPD_TOOL_GUID = 8C3D856A-9BE6-468E-850A-24F7A8D38E08\r | |
33 | \r | |
34 | #\r | |
35 | # Platform On/Off features are defined here\r | |
36 | #\r | |
37 | DEFINE GALILEO = GEN2\r | |
38 | DEFINE SECURE_BOOT_ENABLE = FALSE\r | |
39 | DEFINE SOURCE_DEBUG_ENABLE = FALSE\r | |
40 | DEFINE PERFORMANCE_ENABLE = FALSE\r | |
41 | DEFINE LOGGING = FALSE\r | |
42 | \r | |
43 | !if $(TARGET) == "DEBUG"\r | |
44 | DEFINE LOGGING = TRUE\r | |
45 | !endif\r | |
46 | \r | |
47 | !if $(PERFORMANCE_ENABLE)\r | |
48 | DEFINE SOURCE_DEBUG_ENABLE = FALSE\r | |
49 | DEFINE LOGGING = FALSE\r | |
50 | !endif\r | |
51 | \r | |
52 | ################################################################################\r | |
53 | #\r | |
54 | # SKU Identification section - list of all SKU IDs supported by this\r | |
55 | # Platform.\r | |
56 | #\r | |
57 | ################################################################################\r | |
58 | [SkuIds]\r | |
59 | 0|DEFAULT # The entry: 0|DEFAULT is reserved and always required.\r | |
60 | \r | |
61 | ################################################################################\r | |
62 | #\r | |
63 | # Library Class section - list of all Library Classes needed by this Platform.\r | |
64 | #\r | |
65 | ################################################################################\r | |
66 | [LibraryClasses]\r | |
67 | #\r | |
68 | # Entry point\r | |
69 | #\r | |
70 | PeiCoreEntryPoint|MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf\r | |
71 | PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf\r | |
72 | DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf\r | |
73 | UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf\r | |
74 | UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf\r | |
75 | \r | |
76 | #\r | |
77 | # Basic\r | |
78 | #\r | |
79 | BaseLib|MdePkg/Library/BaseLib/BaseLib.inf\r | |
80 | BaseMemoryLib|MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr.inf\r | |
81 | PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf\r | |
82 | CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf\r | |
83 | CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib.inf\r | |
84 | IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf\r | |
85 | PciLib|MdePkg/Library/BasePciLibPciExpress/BasePciLibPciExpress.inf\r | |
86 | PciCf8Lib|MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf\r | |
87 | PciExpressLib|MdePkg/Library/BasePciExpressLib/BasePciExpressLib.inf\r | |
88 | CacheMaintenanceLib|MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf\r | |
89 | PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf\r | |
90 | !if $(SOURCE_DEBUG_ENABLE)\r | |
91 | PeCoffExtraActionLib|SourceLevelDebugPkg/Library/PeCoffExtraActionLibDebug/PeCoffExtraActionLibDebug.inf\r | |
92 | DebugCommunicationLib|SourceLevelDebugPkg/Library/DebugCommunicationLibSerialPort/DebugCommunicationLibSerialPort.inf\r | |
93 | !else\r | |
94 | PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf\r | |
95 | !endif\r | |
96 | DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf\r | |
97 | PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf\r | |
98 | \r | |
99 | #\r | |
100 | # UEFI & PI\r | |
101 | #\r | |
102 | UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf\r | |
103 | UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf\r | |
104 | UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf\r | |
105 | UefiLib|MdePkg/Library/UefiLib/UefiLib.inf\r | |
106 | HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf\r | |
107 | UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf\r | |
108 | DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r | |
109 | UefiDecompressLib|IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf\r | |
110 | PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf\r | |
111 | PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf\r | |
112 | DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf\r | |
113 | DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf\r | |
114 | UefiCpuLib|UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.inf\r | |
115 | SortLib|MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf\r | |
116 | \r | |
117 | #\r | |
118 | # Generic Modules\r | |
119 | #\r | |
120 | S3BootScriptLib|MdeModulePkg/Library/PiDxeS3BootScriptLib/DxeS3BootScriptLib.inf\r | |
121 | S3IoLib|MdePkg/Library/BaseS3IoLib/BaseS3IoLib.inf\r | |
122 | S3PciLib|MdePkg/Library/BaseS3PciLib/BaseS3PciLib.inf\r | |
123 | UefiUsbLib|MdePkg/Library/UefiUsbLib/UefiUsbLib.inf\r | |
124 | UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf\r | |
125 | NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf\r | |
126 | IpIoLib|MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf\r | |
127 | UdpIoLib|MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf\r | |
128 | DpcLib|MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf\r | |
129 | OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf\r | |
130 | SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf\r | |
131 | SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf\r | |
132 | SmmCorePlatformHookLib|MdeModulePkg/Library/SmmCorePlatformHookLibNull/SmmCorePlatformHookLibNull.inf\r | |
133 | PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r | |
134 | HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r | |
135 | MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r | |
136 | ReportStatusCodeLib|MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.inf\r | |
137 | ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf\r | |
138 | LockBoxLib|MdeModulePkg/Library/LockBoxNullLib/LockBoxNullLib.inf\r | |
139 | VarCheckLib|MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf\r | |
140 | DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf\r | |
141 | !if $(LOGGING)\r | |
142 | DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r | |
143 | !else\r | |
144 | DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf\r | |
145 | !endif\r | |
146 | !if $(PERFORMANCE_ENABLE)\r | |
147 | PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf\r | |
148 | !else\r | |
149 | PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf\r | |
150 | !endif\r | |
151 | !if $(SECURE_BOOT_ENABLE)\r | |
152 | BaseCryptLib|CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf\r | |
153 | PlatformSecureLib|QuarkPlatformPkg/Library/PlatformSecureLib/PlatformSecureLib.inf\r | |
154 | IntrinsicLib|CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf\r | |
155 | OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLib.inf\r | |
156 | TpmMeasurementLib|SecurityPkg/Library/DxeTpmMeasurementLib/DxeTpmMeasurementLib.inf\r | |
157 | AuthVariableLib|SecurityPkg/Library/AuthVariableLib/AuthVariableLib.inf\r | |
158 | !else\r | |
159 | TpmMeasurementLib|MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurementLibNull.inf\r | |
160 | AuthVariableLib|MdeModulePkg/Library/AuthVariableLibNull/AuthVariableLibNull.inf\r | |
161 | !endif\r | |
162 | \r | |
163 | #\r | |
164 | # CPU\r | |
165 | #\r | |
166 | MtrrLib|QuarkSocPkg/QuarkNorthCluster/Library/MtrrLib/MtrrLib.inf\r | |
167 | LocalApicLib|UefiCpuPkg/Library/BaseXApicLib/BaseXApicLib.inf\r | |
168 | \r | |
169 | #\r | |
170 | # Quark North Cluster\r | |
171 | #\r | |
172 | SmmLib|QuarkSocPkg/QuarkNorthCluster/Library/QNCSmmLib/QNCSmmLib.inf\r | |
173 | SmbusLib|QuarkSocPkg/QuarkNorthCluster/Library/SmbusLib/SmbusLib.inf\r | |
174 | TimerLib|PcAtChipsetPkg/Library/AcpiTimerLib/DxeAcpiTimerLib.inf\r | |
175 | ResetSystemLib|QuarkSocPkg/QuarkNorthCluster/Library/ResetSystemLib/ResetSystemLib.inf\r | |
176 | IntelQNCLib|QuarkSocPkg/QuarkNorthCluster/Library/IntelQNCLib/IntelQNCLib.inf\r | |
177 | QNCAccessLib|QuarkSocPkg/QuarkNorthCluster/Library/QNCAccessLib/QNCAccessLib.inf\r | |
178 | IoApicLib|PcAtChipsetPkg/Library/BaseIoApicLib/BaseIoApicLib.inf\r | |
179 | \r | |
180 | #\r | |
181 | # Quark South Cluster\r | |
182 | #\r | |
183 | IohLib|QuarkSocPkg/QuarkSouthCluster/Library/IohLib/IohLib.inf\r | |
184 | I2cLib|QuarkSocPkg/QuarkSouthCluster/Library/I2cLib/I2cLib.inf\r | |
185 | SerialPortLib|MdeModulePkg/Library/BaseSerialPortLib16550/BaseSerialPortLib16550.inf\r | |
186 | PlatformHookLib|MdeModulePkg/Library/BasePlatformHookLibNull/BasePlatformHookLibNull.inf\r | |
187 | \r | |
188 | #\r | |
189 | # Quark Platform\r | |
190 | #\r | |
191 | RecoveryOemHookLib|QuarkPlatformPkg/Library/RecoveryOemHookLib/RecoveryOemHookLib.inf\r | |
192 | PlatformSecLib|QuarkPlatformPkg/Library/PlatformSecLib/PlatformSecLib.inf\r | |
193 | PlatformPcieHelperLib|QuarkPlatformPkg/Library/PlatformPcieHelperLib/PlatformPcieHelperLib.inf\r | |
194 | PlatformHelperLib|QuarkPlatformPkg/Library/PlatformHelperLib/DxePlatformHelperLib.inf\r | |
195 | \r | |
196 | [LibraryClasses.common.SEC]\r | |
197 | #\r | |
198 | # SEC specific phase\r | |
199 | #\r | |
200 | ReportStatusCodeLib|MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.inf\r | |
201 | PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r | |
202 | TimerLib|PcAtChipsetPkg/Library/AcpiTimerLib/BaseAcpiTimerLib.inf\r | |
203 | HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf\r | |
204 | MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r | |
205 | CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/SecPeiCpuExceptionHandlerLib.inf\r | |
206 | \r | |
207 | [LibraryClasses.IA32.PEIM,LibraryClasses.IA32.PEI_CORE]\r | |
208 | #\r | |
209 | # PEI phase common\r | |
210 | #\r | |
211 | PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf\r | |
212 | HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf\r | |
213 | MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r | |
214 | ReportStatusCodeLib|MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.inf\r | |
215 | ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf\r | |
216 | LockBoxLib|MdeModulePkg/Library/LockBoxNullLib/LockBoxNullLib.inf\r | |
217 | TimerLib|PcAtChipsetPkg/Library/AcpiTimerLib/BaseAcpiTimerLib.inf\r | |
218 | PlatformHelperLib|QuarkPlatformPkg/Library/PlatformHelperLib/PeiPlatformHelperLib.inf\r | |
219 | CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/SecPeiCpuExceptionHandlerLib.inf\r | |
220 | !if $(SECURE_BOOT_ENABLE)\r | |
221 | BaseCryptLib|CryptoPkg/Library/BaseCryptLib/PeiCryptLib.inf\r | |
222 | !endif\r | |
223 | !if $(PERFORMANCE_ENABLE)\r | |
224 | PerformanceLib|MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.inf\r | |
225 | !endif\r | |
226 | \r | |
227 | [LibraryClasses.IA32.DXE_CORE]\r | |
228 | HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf\r | |
229 | MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf\r | |
230 | CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib.inf\r | |
231 | !if $(PERFORMANCE_ENABLE)\r | |
232 | PerformanceLib|MdeModulePkg/Library/DxeCorePerformanceLib/DxeCorePerformanceLib.inf\r | |
233 | !endif\r | |
234 | \r | |
235 | [LibraryClasses.IA32.DXE_SMM_DRIVER]\r | |
236 | SmmServicesTableLib|MdePkg/Library/SmmServicesTableLib/SmmServicesTableLib.inf\r | |
237 | ReportStatusCodeLib|MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.inf\r | |
238 | MemoryAllocationLib|MdePkg/Library/SmmMemoryAllocationLib/SmmMemoryAllocationLib.inf\r | |
239 | LockBoxLib|MdeModulePkg/Library/LockBoxNullLib/LockBoxNullLib.inf\r | |
240 | PciLib|MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf\r | |
241 | CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/SmmCpuExceptionHandlerLib.inf\r | |
242 | SmmMemLib|MdePkg/Library/SmmMemLib/SmmMemLib.inf\r | |
243 | !if $(SECURE_BOOT_ENABLE)\r | |
244 | BaseCryptLib|CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf\r | |
245 | !endif\r | |
246 | !if $(PERFORMANCE_ENABLE)\r | |
247 | PerformanceLib|MdeModulePkg/Library/SmmPerformanceLib/SmmPerformanceLib.inf\r | |
248 | !endif\r | |
249 | \r | |
250 | [LibraryClasses.IA32.SMM_CORE]\r | |
251 | SmmServicesTableLib|MdeModulePkg/Library/PiSmmCoreSmmServicesTableLib/PiSmmCoreSmmServicesTableLib.inf\r | |
252 | ReportStatusCodeLib|MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.inf\r | |
253 | MemoryAllocationLib|MdeModulePkg/Library/PiSmmCoreMemoryAllocationLib/PiSmmCoreMemoryAllocationLib.inf\r | |
254 | PciLib|MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf\r | |
255 | SmmMemLib|MdePkg/Library/SmmMemLib/SmmMemLib.inf\r | |
256 | !if $(SECURE_BOOT_ENABLE)\r | |
257 | BaseCryptLib|CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf\r | |
258 | !endif\r | |
259 | !if $(PERFORMANCE_ENABLE)\r | |
260 | PerformanceLib|MdeModulePkg/Library/SmmCorePerformanceLib/SmmCorePerformanceLib.inf\r | |
261 | !endif\r | |
262 | \r | |
263 | [LibraryClasses.IA32.DXE_RUNTIME_DRIVER]\r | |
264 | ReportStatusCodeLib|MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.inf\r | |
265 | QNCAccessLib|QuarkSocPkg/QuarkNorthCluster/Library/QNCAccessLib/RuntimeQNCAccessLib.inf\r | |
266 | PciLib|MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf\r | |
267 | !if $(SECURE_BOOT_ENABLE)\r | |
268 | BaseCryptLib|CryptoPkg/Library/BaseCryptLib/RuntimeCryptLib.inf\r | |
269 | !endif\r | |
270 | \r | |
271 | [LibraryClasses.IA32.UEFI_DRIVER,LibraryClasses.IA32.UEFI_APPLICATION]\r | |
272 | PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r | |
273 | \r | |
274 | ################################################################################\r | |
275 | #\r | |
276 | # Pcd Section - list of all EDK II PCD Entries defined by this Platform\r | |
277 | #\r | |
278 | ################################################################################\r | |
279 | [PcdsFeatureFlag]\r | |
280 | gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathToText|TRUE\r | |
281 | gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathFromText|TRUE\r | |
282 | gEfiMdeModulePkgTokenSpaceGuid.PcdSupportUpdateCapsuleReset|TRUE\r | |
283 | gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode|FALSE\r | |
284 | gEfiMdeModulePkgTokenSpaceGuid.PcdPciBusHotplugDeviceSupport|FALSE\r | |
285 | gEfiMdeModulePkgTokenSpaceGuid.PcdInstallAcpiSdtProtocol|TRUE\r | |
286 | !if $(SOURCE_DEBUG_ENABLE)\r | |
287 | gUefiCpuPkgTokenSpaceGuid.PcdCpuSmmDebug|TRUE\r | |
288 | !endif\r | |
289 | \r | |
290 | !if $(TARGET) == "RELEASE"\r | |
291 | gQuarkPlatformTokenSpaceGuid.WaitIfResetDueToError|FALSE\r | |
292 | !else\r | |
293 | gQuarkPlatformTokenSpaceGuid.WaitIfResetDueToError|TRUE\r | |
294 | !endif\r | |
295 | \r | |
296 | [PcdsFixedAtBuild]\r | |
297 | gUefiCpuPkgTokenSpaceGuid.PcdCpuMaxLogicalProcessorNumber|1\r | |
298 | gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdS3AcpiReservedMemorySize|0x20000\r | |
299 | gEfiMdeModulePkgTokenSpaceGuid.PcdResetOnMemoryTypeInformationChange|FALSE\r | |
300 | !if $(LOGGING)\r | |
301 | !if $(SOURCE_DEBUG_ENABLE)\r | |
302 | gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x17\r | |
303 | !else\r | |
304 | gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x27\r | |
305 | !endif\r | |
306 | gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x07\r | |
307 | !else\r | |
308 | gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x0\r | |
309 | gEfiMdePkgTokenSpaceGuid.PcdPostCodePropertyMask|0x0\r | |
310 | gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x3\r | |
311 | !endif\r | |
312 | gEfiMdePkgTokenSpaceGuid.PcdPostCodePropertyMask|0x18\r | |
313 | gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|0xE0000000\r | |
314 | !if $(GALILEO) == GEN1\r | |
315 | gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate|460800\r | |
316 | !endif\r | |
317 | !if $(GALILEO) == GEN2\r | |
318 | gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate|921600\r | |
319 | !endif\r | |
320 | gEfiMdePkgTokenSpaceGuid.PcdUartDefaultDataBits|8\r | |
321 | gEfiMdePkgTokenSpaceGuid.PcdUartDefaultParity|1\r | |
322 | gEfiMdePkgTokenSpaceGuid.PcdUartDefaultStopBits|1\r | |
323 | gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|0\r | |
324 | !if $(PERFORMANCE_ENABLE)\r | |
325 | gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask|0x1\r | |
326 | gEfiMdeModulePkgTokenSpaceGuid.PcdMaxPeiPerformanceLogEntries|80\r | |
327 | !else\r | |
328 | gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask|0x00\r | |
329 | !endif\r | |
330 | gEfiMdeModulePkgTokenSpaceGuid.PcdLoadModuleAtFixAddressEnable|0\r | |
331 | !if $(SECURE_BOOT_ENABLE)\r | |
332 | gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize|0x2000\r | |
333 | !endif\r | |
334 | gEfiMdeModulePkgTokenSpaceGuid.PcdHwErrStorageSize|0x00002000\r | |
335 | gEfiMdeModulePkgTokenSpaceGuid.PcdMaxHardwareErrorVariableSize|0x1000\r | |
336 | ## RTC Update Timeout Value, need to increase timeout since also\r | |
337 | # waiting for RTC to be busy.\r | |
338 | gEfiMdeModulePkgTokenSpaceGuid.PcdRealTimeClockUpdateTimeout|500000\r | |
339 | \r | |
340 | !if $(SECURE_BOOT_ENABLE)\r | |
341 | # override the default values from SecurityPkg to ensure images from all sources are verified in secure boot\r | |
342 | gEfiSecurityPkgTokenSpaceGuid.PcdOptionRomImageVerificationPolicy|0x04\r | |
343 | gEfiSecurityPkgTokenSpaceGuid.PcdFixedMediaImageVerificationPolicy|0x04\r | |
344 | gEfiSecurityPkgTokenSpaceGuid.PcdRemovableMediaImageVerificationPolicy|0x04\r | |
345 | !endif\r | |
346 | gQuarkPlatformTokenSpaceGuid.PcdEsramStage1Base|0x80000000\r | |
347 | \r | |
348 | !if $(SOURCE_DEBUG_ENABLE)\r | |
349 | gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdDebugLoadImageMethod|0x2\r | |
350 | !endif\r | |
351 | \r | |
352 | gEfiMdeModulePkgTokenSpaceGuid.PcdSerialUseMmio|TRUE\r | |
353 | gEfiMdeModulePkgTokenSpaceGuid.PcdSerialRegisterBase|0x9000B000\r | |
354 | !if $(GALILEO) == GEN1\r | |
355 | gEfiMdeModulePkgTokenSpaceGuid.PcdSerialBaudRate|460800\r | |
356 | gEfiMdeModulePkgTokenSpaceGuid.PcdSerialUseHardwareFlowControl|FALSE\r | |
357 | !endif\r | |
358 | !if $(GALILEO) == GEN2\r | |
359 | gEfiMdeModulePkgTokenSpaceGuid.PcdSerialBaudRate|921600\r | |
360 | gEfiMdeModulePkgTokenSpaceGuid.PcdSerialUseHardwareFlowControl|FALSE\r | |
361 | !endif\r | |
362 | gEfiMdeModulePkgTokenSpaceGuid.PcdSerialLineControl|0x03\r | |
363 | gEfiMdeModulePkgTokenSpaceGuid.PcdSerialFifoControl|0x07\r | |
364 | gEfiMdeModulePkgTokenSpaceGuid.PcdSerialDetectCable|FALSE\r | |
365 | gEfiMdeModulePkgTokenSpaceGuid.PcdSerialClockRate|44236800\r | |
366 | gEfiMdeModulePkgTokenSpaceGuid.PcdSerialPciDeviceInfo|{0x14, 0x05, 0x84, 0x00, 0xFF}\r | |
367 | gEfiMdeModulePkgTokenSpaceGuid.PcdSerialRegisterStride|4\r | |
368 | \r | |
369 | #\r | |
370 | # typedef struct {\r | |
371 | # UINT16 VendorId; ///< Vendor ID to match the PCI device. The value 0xFFFF terminates the list of entries.\r | |
372 | # UINT16 DeviceId; ///< Device ID to match the PCI device\r | |
373 | # UINT32 ClockRate; ///< UART clock rate. Set to 0 for default clock rate of 1843200 Hz\r | |
374 | # UINT64 Offset; ///< The byte offset into to the BAR\r | |
375 | # UINT8 BarIndex; ///< Which BAR to get the UART base address\r | |
376 | # UINT8 RegisterStride; ///< UART register stride in bytes. Set to 0 for default register stride of 1 byte.\r | |
377 | # UINT16 ReceiveFifoDepth; ///< UART receive FIFO depth in bytes. Set to 0 for a default FIFO depth of 16 bytes.\r | |
378 | # UINT16 TransmitFifoDepth; ///< UART transmit FIFO depth in bytes. Set to 0 for a default FIFO depth of 16 bytes.\r | |
379 | # UINT8 Reserved[2];\r | |
380 | # } PCI_SERIAL_PARAMETER;\r | |
381 | #\r | |
382 | # Vendor 8086 Device 0936 Prog Interface 2, BAR #0, Offset 0, Stride = 4, Clock 44236800 (0x2a300000)\r | |
383 | # Vendor 8086 Device 0936 Prog Interface 2, BAR #0, Offset 0, Stride = 4, Clock 44236800 (0x2a300000)\r | |
384 | #\r | |
385 | # [Vendor] [Device] [---ClockRate---] [------------Offset-----------] [Bar] [Stride] [RxFifo] [TxFifo] [Rsvd] [Vendor]\r | |
386 | gEfiMdeModulePkgTokenSpaceGuid.PcdPciSerialParameters|{0x86,0x80, 0x36,0x09, 0x0,0x0,0xA3,0x02, 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, 0x00, 0x04, 0x0,0x0, 0x0,0x0, 0x0,0x0, 0xff,0xff}\r | |
387 | \r | |
388 | gPcAtChipsetPkgTokenSpaceGuid.PcdAcpiIoPciBusNumber |0\r | |
389 | gPcAtChipsetPkgTokenSpaceGuid.PcdAcpiIoPciDeviceNumber |31\r | |
390 | gPcAtChipsetPkgTokenSpaceGuid.PcdAcpiIoPciFunctionNumber |0\r | |
391 | gPcAtChipsetPkgTokenSpaceGuid.PcdAcpiIoPciEnableRegisterOffset|0x4b\r | |
392 | gPcAtChipsetPkgTokenSpaceGuid.PcdAcpiIoBarEnableMask |0x80\r | |
393 | gPcAtChipsetPkgTokenSpaceGuid.PcdAcpiIoPciBarRegisterOffset |0x48\r | |
394 | gPcAtChipsetPkgTokenSpaceGuid.PcdAcpiIoPortBaseAddress |0x1000\r | |
395 | gPcAtChipsetPkgTokenSpaceGuid.PcdAcpiPm1TmrOffset |0x0008\r | |
396 | \r | |
397 | gEfiMdeModulePkgTokenSpaceGuid.PcdBootManagerMenuFile|{ 0x21, 0xaa, 0x2c, 0x46, 0x14, 0x76, 0x03, 0x45, 0x83, 0x6e, 0x8a, 0xb6, 0xf4, 0x66, 0x23, 0x31 }\r | |
398 | \r | |
399 | gEfiMdeModulePkgTokenSpaceGuid.PcdConInConnectOnDemand|FALSE\r | |
400 | \r | |
401 | [PcdsPatchableInModule]\r | |
402 | gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x803000C7\r | |
403 | gEfiMdeModulePkgTokenSpaceGuid.PcdVpdBaseAddress|0x0\r | |
404 | \r | |
405 | [PcdsDynamicExHii.common.DEFAULT]\r | |
406 | !if $(PERFORMANCE_ENABLE)\r | |
407 | gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|L"Timeout"|gEfiGlobalVariableGuid|0x0|0\r | |
408 | !else\r | |
409 | gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|L"Timeout"|gEfiGlobalVariableGuid|0x0|5\r | |
410 | !endif\r | |
411 | gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdBootState|L"BootState"|gQuarkPlatformTokenSpaceGuid|0x0|TRUE\r | |
412 | \r | |
413 | [PcdsDynamicExDefault.common.DEFAULT]\r | |
414 | gEfiMdeModulePkgTokenSpaceGuid.PcdS3BootScriptTablePrivateDataPtr|0x0\r | |
415 | gQuarkPlatformTokenSpaceGuid.PcdEnableFastBoot|TRUE\r | |
416 | gQuarkPlatformTokenSpaceGuid.PcdUserIsPhysicallyPresent|FALSE\r | |
417 | gQuarkPlatformTokenSpaceGuid.PcdSpiFlashDeviceSize|0\r | |
418 | \r | |
419 | [PcdsDynamicExVpd]\r | |
420 | gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVendor|*|32|L"EDK II"\r | |
421 | gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareRevision|*|0x01000400\r | |
422 | gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVersionString|*|64|L"Galileo 1.0.4"\r | |
423 | \r | |
424 | #\r | |
425 | # ClantonPeakSVP\r | |
426 | # gQuarkPlatformTokenSpaceGuid.PcdPlatformType|*|0x0002\r | |
427 | # gQuarkPlatformTokenSpaceGuid.PcdPlatformTypeName|*|64|L"ClantonPeakSVP"\r | |
428 | # gEfiQuarkNcSocIdTokenSpaceGuid.PcdMrcParameters|*|40|{0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x01, 0x01, 0x00, 0x03, 0x00, 0x00, 0x02, 0x00, 0x00, 0x01, 0x01, 0x03, 0x7c, 0x92, 0x00, 0x00, 0x10, 0x27, 0x00, 0x00, 0x10, 0x27, 0x00, 0x00, 0x40, 0x9c, 0x00, 0x00, 0x06}\r | |
429 | #\r | |
430 | # KipsBay\r | |
431 | # gQuarkPlatformTokenSpaceGuid.PcdPlatformType|*|0x0003\r | |
432 | # gQuarkPlatformTokenSpaceGuid.PcdPlatformTypeName|*|64|L"KipsBay"\r | |
433 | # gEfiQuarkNcSocIdTokenSpaceGuid.PcdMrcParameters|*|40|{0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x00, 0x03, 0x00, 0x00, 0x02, 0x00, 0x00, 0x01, 0x01, 0x01, 0x7c, 0x92, 0x00, 0x00, 0x10, 0x27, 0x00, 0x00, 0x10, 0x27, 0x00, 0x00, 0x40, 0x9c, 0x00, 0x00, 0x06}\r | |
434 | #\r | |
435 | # CrossHill\r | |
436 | # gQuarkPlatformTokenSpaceGuid.PcdPlatformType|*|0x0004\r | |
437 | # gQuarkPlatformTokenSpaceGuid.PcdPlatformTypeName|*|64|L"CrossHill"\r | |
438 | # gEfiQuarkNcSocIdTokenSpaceGuid.PcdMrcParameters|*|40|{0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x00, 0x03, 0x00, 0x00, 0x02, 0x00, 0x00, 0x01, 0x01, 0x03, 0x7c, 0x92, 0x00, 0x00, 0x10, 0x27, 0x00, 0x00, 0x10, 0x27, 0x00, 0x00, 0x40, 0x9c, 0x00, 0x00, 0x06}\r | |
439 | #\r | |
440 | # ClantonHill\r | |
441 | # gQuarkPlatformTokenSpaceGuid.PcdPlatformType|*|0x0005\r | |
442 | # gQuarkPlatformTokenSpaceGuid.PcdPlatformTypeName|*|64|L"ClantonHill"\r | |
443 | # gEfiQuarkNcSocIdTokenSpaceGuid.PcdMrcParameters|*|40|{0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x00, 0x03, 0x00, 0x00, 0x02, 0x00, 0x00, 0x01, 0x01, 0x02, 0x7c, 0x92, 0x00, 0x00, 0x10, 0x27, 0x00, 0x00, 0x10, 0x27, 0x00, 0x00, 0x40, 0x9c, 0x00, 0x00, 0x06}\r | |
444 | #\r | |
445 | # Galileo\r | |
446 | # gQuarkPlatformTokenSpaceGuid.PcdPlatformType|*|0x0006\r | |
447 | # gQuarkPlatformTokenSpaceGuid.PcdPlatformTypeName|*|64|L"Galileo"\r | |
448 | # gEfiQuarkNcSocIdTokenSpaceGuid.PcdMrcParameters|*|40|{0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x00, 0x03, 0x00, 0x00, 0x02, 0x00, 0x00, 0x01, 0x01, 0x01, 0x7c, 0x92, 0x00, 0x00, 0x10, 0x27, 0x00, 0x00, 0x10, 0x27, 0x00, 0x00, 0x40, 0x9c, 0x00, 0x00, 0x06}\r | |
449 | #\r | |
450 | # GalileoGen2\r | |
451 | # gQuarkPlatformTokenSpaceGuid.PcdPlatformType|*|0x0008\r | |
452 | # gQuarkPlatformTokenSpaceGuid.PcdPlatformTypeName|*|64|L"GalileoGen2"\r | |
453 | # gEfiQuarkNcSocIdTokenSpaceGuid.PcdMrcParameters|*|40|{0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x00, 0x03, 0x00, 0x00, 0x02, 0x00, 0x00, 0x01, 0x01, 0x01, 0x7c, 0x92, 0x00, 0x00, 0x10, 0x27, 0x00, 0x00, 0x10, 0x27, 0x00, 0x00, 0x40, 0x9c, 0x00, 0x00, 0x06}\r | |
454 | #\r | |
455 | !if $(GALILEO) == GEN1\r | |
456 | gQuarkPlatformTokenSpaceGuid.PcdPlatformType|*|0x0006\r | |
457 | gQuarkPlatformTokenSpaceGuid.PcdPlatformTypeName|*|64|L"Galileo"\r | |
458 | gEfiQuarkNcSocIdTokenSpaceGuid.PcdMrcParameters|*|40|{0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x00, 0x03, 0x00, 0x00, 0x02, 0x00, 0x00, 0x01, 0x01, 0x01, 0x7c, 0x92, 0x00, 0x00, 0x10, 0x27, 0x00, 0x00, 0x10, 0x27, 0x00, 0x00, 0x40, 0x9c, 0x00, 0x00, 0x06}\r | |
459 | !endif\r | |
460 | !if $(GALILEO) == GEN2\r | |
461 | gQuarkPlatformTokenSpaceGuid.PcdPlatformType|*|0x0008\r | |
462 | gQuarkPlatformTokenSpaceGuid.PcdPlatformTypeName|*|64|L"GalileoGen2"\r | |
463 | gEfiQuarkNcSocIdTokenSpaceGuid.PcdMrcParameters|*|40|{0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x00, 0x03, 0x00, 0x00, 0x02, 0x00, 0x00, 0x01, 0x01, 0x01, 0x7c, 0x92, 0x00, 0x00, 0x10, 0x27, 0x00, 0x00, 0x10, 0x27, 0x00, 0x00, 0x40, 0x9c, 0x00, 0x00, 0x06}\r | |
464 | !endif\r | |
465 | gEfiQuarkSCSocIdTokenSpaceGuid.PcdIohEthernetMac0|*|8|{0xff, 0xff, 0xff, 0xff, 0xff, 0xff}\r | |
466 | gEfiQuarkSCSocIdTokenSpaceGuid.PcdIohEthernetMac1|*|8|{0xff, 0xff, 0xff, 0xff, 0xff, 0xff}\r | |
467 | \r | |
468 | ###################################################################################################\r | |
469 | #\r | |
470 | # Components Section - list of the modules and components that will be processed by compilation\r | |
471 | # tools and the EDK II tools to generate PE32/PE32+/Coff image files.\r | |
472 | #\r | |
473 | # Note: The EDK II DSC file is not used to specify how compiled binary images get placed\r | |
474 | # into firmware volume images. This section is just a list of modules to compile from\r | |
475 | # source into UEFI-compliant binaries.\r | |
476 | # It is the FDF file that contains information on combining binary files into firmware\r | |
477 | # volume images, whose concept is beyond UEFI and is described in PI specification.\r | |
478 | # Binary modules do not need to be listed in this section, as they should be\r | |
479 | # specified in the FDF file. For example: Shell binary, FAT binary (Fat.efi),\r | |
480 | # Logo (Logo.bmp), and etc.\r | |
481 | # There may also be modules listed in this section that are not required in the FDF file,\r | |
482 | # When a module listed here is excluded from FDF file, then UEFI-compliant binary will be\r | |
483 | # generated for it, but the binary will not be put into any firmware volume.\r | |
484 | #\r | |
485 | ###################################################################################################\r | |
486 | \r | |
487 | [Components.IA32]\r | |
488 | #\r | |
489 | # SEC Core\r | |
490 | #\r | |
491 | UefiCpuPkg/SecCore/SecCore.inf {\r | |
492 | !if $(SOURCE_DEBUG_ENABLE)\r | |
493 | <LibraryClasses>\r | |
494 | PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r | |
495 | DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/SecPeiDebugAgentLib.inf\r | |
496 | ResetSystemLib|QuarkSocPkg/QuarkNorthCluster/Library/ResetSystemLib/ResetSystemLib.inf\r | |
497 | !endif\r | |
498 | }\r | |
499 | \r | |
500 | #\r | |
501 | # PEI Core\r | |
502 | #\r | |
503 | MdeModulePkg/Core/Pei/PeiMain.inf\r | |
504 | \r | |
505 | #\r | |
506 | # PEIM\r | |
507 | #\r | |
508 | MdeModulePkg/Universal/PCD/Pei/Pcd.inf {\r | |
509 | <LibraryClasses>\r | |
510 | PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r | |
511 | }\r | |
512 | MdeModulePkg/Universal/FaultTolerantWritePei/FaultTolerantWritePei.inf\r | |
513 | MdeModulePkg/Universal/Variable/Pei/VariablePei.inf\r | |
514 | MdeModulePkg/Universal/PcatSingleSegmentPciCfg2Pei/PcatSingleSegmentPciCfg2Pei.inf\r | |
515 | \r | |
516 | QuarkSocPkg/QuarkNorthCluster/MemoryInit/Pei/MemoryInitPei.inf\r | |
517 | QuarkPlatformPkg/Platform/Pei/PlatformInit/PlatformEarlyInit.inf\r | |
518 | QuarkPlatformPkg/Platform/Pei/PlatformConfig/PlatformConfigPei.inf\r | |
519 | \r | |
520 | MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf\r | |
521 | \r | |
522 | [Components.IA32]\r | |
523 | #\r | |
524 | # DXE Core\r | |
525 | #\r | |
526 | MdeModulePkg/Core/Dxe/DxeMain.inf\r | |
527 | \r | |
528 | !if $(SOURCE_DEBUG_ENABLE)\r | |
529 | SourceLevelDebugPkg/DebugAgentDxe/DebugAgentDxe.inf {\r | |
530 | <LibraryClasses>\r | |
531 | DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgentLib.inf\r | |
532 | ResetSystemLib|QuarkSocPkg/QuarkNorthCluster/Library/ResetSystemLib/ResetSystemLib.inf\r | |
533 | }\r | |
534 | !endif\r | |
535 | \r | |
536 | \r | |
537 | QuarkPlatformPkg/Platform/Dxe/PlatformInit/PlatformInitDxe.inf\r | |
538 | \r | |
539 | #\r | |
540 | # Components that produce the architectural protocols\r | |
541 | #\r | |
542 | MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf\r | |
543 | UefiCpuPkg/CpuDxe/CpuDxe.inf\r | |
544 | MdeModulePkg/Universal/Metronome/Metronome.inf\r | |
545 | MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf\r | |
546 | MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf\r | |
547 | MdeModulePkg/Universal/Variable/EmuRuntimeDxe/EmuVariableRuntimeDxe.inf\r | |
548 | MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf {\r | |
549 | <LibraryClasses>\r | |
550 | CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf\r | |
551 | }\r | |
552 | MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf\r | |
553 | MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe.inf\r | |
554 | PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.inf\r | |
555 | \r | |
556 | #\r | |
557 | # Following are the DXE drivers (alphabetical order)\r | |
558 | #\r | |
559 | MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf\r | |
560 | MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {\r | |
561 | <LibraryClasses>\r | |
562 | PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r | |
563 | }\r | |
564 | \r | |
565 | QuarkPlatformPkg/Pci/Dxe/PciHostBridge/PciHostBridge.inf\r | |
566 | UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe.inf\r | |
567 | \r | |
568 | #\r | |
569 | # Platform\r | |
570 | #\r | |
571 | MdeModulePkg/Universal/BdsDxe/BdsDxe.inf {\r | |
572 | <LibraryClasses>\r | |
573 | UefiBootManagerLib|MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf\r | |
574 | PlatformBootManagerLib|QuarkPlatformPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf\r | |
575 | }\r | |
576 | \r | |
577 | QuarkSocPkg/QuarkNorthCluster/QNCInit/Dxe/QNCInitDxe.inf\r | |
578 | PcAtChipsetPkg/HpetTimerDxe/HpetTimerDxe.inf\r | |
579 | QuarkPlatformPkg/Platform/Dxe/Setup/DxePlatform.inf\r | |
580 | MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf\r | |
581 | \r | |
582 | #\r | |
583 | # PCI\r | |
584 | #\r | |
585 | QuarkPlatformPkg/Pci/Dxe/PciPlatform/PciPlatform.inf\r | |
586 | MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf\r | |
587 | QuarkSocPkg/QuarkSouthCluster/IohInit/Dxe/IohInitDxe.inf\r | |
588 | MdeModulePkg/Bus/Pci/PciSioSerialDxe/PciSioSerialDxe.inf\r | |
589 | \r | |
590 | #\r | |
591 | # Console\r | |
592 | #\r | |
593 | MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf\r | |
594 | MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf {\r | |
595 | <LibraryClasses>\r | |
596 | PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r | |
597 | }\r | |
598 | MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf\r | |
599 | MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf\r | |
600 | MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf {\r | |
601 | <LibraryClasses>\r | |
602 | CustomizedDisplayLib|MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib.inf\r | |
603 | }\r | |
604 | MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf\r | |
605 | MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf\r | |
606 | \r | |
607 | #\r | |
608 | # File System Modules\r | |
609 | #\r | |
610 | MdeModulePkg/Universal/FvSimpleFileSystemDxe/FvSimpleFileSystemDxe.inf\r | |
611 | \r | |
612 | #\r | |
613 | # Performance Application\r | |
614 | #\r | |
615 | !if $(PERFORMANCE_ENABLE)\r | |
616 | PerformancePkg/Dp_App/Dp.inf {\r | |
617 | <LibraryClasses>\r | |
618 | ShellLib|ShellPkg/Library/UefiShellLib/UefiShellLib.inf\r | |
619 | FileHandleLib|MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf\r | |
620 | }\r | |
621 | !endif\r | |
622 | \r | |
623 | ShellPkg/Application/Shell/Shell.inf {\r | |
624 | <LibraryClasses>\r | |
625 | ShellCommandLib|ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.inf\r | |
626 | NULL|ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.inf\r | |
627 | NULL|ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib.inf\r | |
628 | NULL|ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib.inf\r | |
629 | NULL|ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.inf\r | |
630 | NULL|ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.inf\r | |
631 | NULL|ShellPkg/Library/UefiShellInstall1CommandsLib/UefiShellInstall1CommandsLib.inf\r | |
632 | NULL|ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib.inf\r | |
633 | HandleParsingLib|ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.inf\r | |
634 | ShellLib|ShellPkg/Library/UefiShellLib/UefiShellLib.inf\r | |
635 | FileHandleLib|MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf\r | |
636 | PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf\r | |
637 | BcfgCommandLib|ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib.inf\r | |
638 | \r | |
639 | <PcdsFixedAtBuild>\r | |
640 | gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0xFF\r | |
641 | gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE\r | |
642 | gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|8000\r | |
643 | }\r |