]> git.proxmox.com Git - mirror_edk2.git/blame - QuarkPlatformPkg/Quark.dsc
UefiCpuPkg/PiSmmCpu: Check for untested memory in GCD
[mirror_edk2.git] / QuarkPlatformPkg / Quark.dsc
CommitLineData
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
568556cf 5# Copyright (c) 2013 - 2018 Intel Corporation.\r
b303605e
MK
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 = Quark\r
25 PLATFORM_GUID = F6E7730E-0C7A-4741-9DFC-6BC8B86CD865\r
26 PLATFORM_VERSION = 0.1\r
27 FLASH_DEFINITION = QuarkPlatformPkg/Quark.fdf\r
28 OUTPUT_DIRECTORY = Build/Quark\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
6ceeb1e2
MK
37 DEFINE SECURE_BOOT_ENABLE = FALSE\r
38 DEFINE MEASURED_BOOT_ENABLE = FALSE\r
39 DEFINE SOURCE_DEBUG_ENABLE = FALSE\r
40 DEFINE PERFORMANCE_ENABLE = FALSE\r
41 DEFINE LOGGING = FALSE\r
8affbb62
JY
42 DEFINE CAPSULE_ENABLE = FALSE\r
43 DEFINE RECOVERY_ENABLE = FALSE\r
6ceeb1e2
MK
44\r
45 #\r
46 # Galileo board. Options are [GEN1, GEN2]\r
47 #\r
48 DEFINE GALILEO = GEN2\r
49\r
50 #\r
51 # TPM 1.2 Hardware. Options are [NONE, LPC, ATMEL_I2C, INFINEON_I2C]\r
52 #\r
53 DEFINE TPM_12_HARDWARE = NONE\r
b303605e
MK
54\r
55 !if $(TARGET) == "DEBUG"\r
56 DEFINE LOGGING = TRUE\r
57 !endif\r
58\r
59 !if $(PERFORMANCE_ENABLE)\r
60 DEFINE SOURCE_DEBUG_ENABLE = FALSE\r
61 DEFINE LOGGING = FALSE\r
62 !endif\r
63\r
64################################################################################\r
65#\r
66# SKU Identification section - list of all SKU IDs supported by this\r
67# Platform.\r
68#\r
69################################################################################\r
70[SkuIds]\r
71 0|DEFAULT # The entry: 0|DEFAULT is reserved and always required.\r
72\r
73################################################################################\r
74#\r
75# Library Class section - list of all Library Classes needed by this Platform.\r
76#\r
77################################################################################\r
78[LibraryClasses]\r
79 #\r
80 # Entry point\r
81 #\r
82 PeiCoreEntryPoint|MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf\r
83 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf\r
84 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf\r
85 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf\r
86 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf\r
87\r
88 #\r
89 # Basic\r
90 #\r
91 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf\r
92 BaseMemoryLib|MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr.inf\r
93 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf\r
94 CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf\r
95 CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib.inf\r
96 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf\r
97 PciLib|MdePkg/Library/BasePciLibPciExpress/BasePciLibPciExpress.inf\r
627dea2a 98 PciSegmentLib|MdePkg/Library/BasePciSegmentLibPci/BasePciSegmentLibPci.inf\r
b303605e
MK
99 PciCf8Lib|MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf\r
100 PciExpressLib|MdePkg/Library/BasePciExpressLib/BasePciExpressLib.inf\r
101 CacheMaintenanceLib|MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf\r
102 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf\r
103!if $(SOURCE_DEBUG_ENABLE)\r
104 PeCoffExtraActionLib|SourceLevelDebugPkg/Library/PeCoffExtraActionLibDebug/PeCoffExtraActionLibDebug.inf\r
105 DebugCommunicationLib|SourceLevelDebugPkg/Library/DebugCommunicationLibSerialPort/DebugCommunicationLibSerialPort.inf\r
106!else\r
107 PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf\r
108!endif\r
109 DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf\r
110 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf\r
111\r
112 #\r
113 # UEFI & PI\r
114 #\r
115 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf\r
116 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf\r
117 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf\r
118 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf\r
119 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf\r
120 UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf\r
121 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r
122 UefiDecompressLib|IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf\r
123 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf\r
124 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf\r
125 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf\r
126 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf\r
127 UefiCpuLib|UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.inf\r
128 SortLib|MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf\r
bbac7a1b 129 UefiBootManagerLib|MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf\r
b303605e
MK
130\r
131 #\r
132 # Generic Modules\r
133 #\r
134 S3BootScriptLib|MdeModulePkg/Library/PiDxeS3BootScriptLib/DxeS3BootScriptLib.inf\r
135 S3IoLib|MdePkg/Library/BaseS3IoLib/BaseS3IoLib.inf\r
136 S3PciLib|MdePkg/Library/BaseS3PciLib/BaseS3PciLib.inf\r
137 UefiUsbLib|MdePkg/Library/UefiUsbLib/UefiUsbLib.inf\r
138 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf\r
139 NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf\r
140 IpIoLib|MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf\r
141 UdpIoLib|MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf\r
142 DpcLib|MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf\r
143 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf\r
144 SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf\r
145 SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf\r
146 SmmCorePlatformHookLib|MdeModulePkg/Library/SmmCorePlatformHookLibNull/SmmCorePlatformHookLibNull.inf\r
147 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
148 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
149 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
150 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf\r
151 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf\r
152 LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxDxeLib.inf\r
153 VarCheckLib|MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf\r
154 DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf\r
155!if $(LOGGING)\r
156 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r
157!else\r
158 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf\r
159!endif\r
160!if $(PERFORMANCE_ENABLE)\r
161 PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf\r
162!else\r
163 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf\r
164!endif\r
6ceeb1e2 165\r
fd55a5be
RN
166 ShellLib|ShellPkg/Library/UefiShellLib/UefiShellLib.inf\r
167 FileHandleLib|MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf\r
168\r
6ceeb1e2
MK
169 OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLib.inf\r
170 IntrinsicLib|CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf\r
b303605e 171 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf\r
6ceeb1e2
MK
172\r
173!if $(SECURE_BOOT_ENABLE)\r
b303605e 174 PlatformSecureLib|QuarkPlatformPkg/Library/PlatformSecureLib/PlatformSecureLib.inf\r
b303605e
MK
175 AuthVariableLib|SecurityPkg/Library/AuthVariableLib/AuthVariableLib.inf\r
176!else\r
b303605e
MK
177 AuthVariableLib|MdeModulePkg/Library/AuthVariableLibNull/AuthVariableLibNull.inf\r
178!endif\r
6ceeb1e2
MK
179\r
180!if $(MEASURED_BOOT_ENABLE)\r
181 TpmMeasurementLib|SecurityPkg/Library/DxeTpmMeasurementLib/DxeTpmMeasurementLib.inf\r
182 Tpm12CommandLib|SecurityPkg/Library/Tpm12CommandLib/Tpm12CommandLib.inf\r
183!if $(TPM_12_HARDWARE) == LPC\r
184 Tpm12DeviceLib|SecurityPkg/Library/Tpm12DeviceLibDTpm/Tpm12DeviceLibDTpm.inf\r
185!endif\r
186!if $(TPM_12_HARDWARE) == ATMEL_I2C\r
187 Tpm12DeviceLib|QuarkPlatformPkg/Library/Tpm12DeviceLibAtmelI2c/Tpm12DeviceLibAtmelI2c.inf\r
188!endif\r
189!if $(TPM_12_HARDWARE) == INFINEON_I2C\r
190 Tpm12DeviceLib|QuarkPlatformPkg/Library/Tpm12DeviceLibInfineonI2c/Tpm12DeviceLibInfineonI2c.inf\r
191!endif\r
62c9131a 192 TcgPpVendorLib|SecurityPkg/Library/TcgPpVendorLibNull/TcgPpVendorLibNull.inf\r
6ceeb1e2
MK
193!else\r
194 TpmMeasurementLib|MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurementLibNull.inf\r
195!endif\r
196\r
b303605e
MK
197 FileExplorerLib|MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf\r
198\r
199 #\r
200 # CPU\r
201 #\r
202 MtrrLib|QuarkSocPkg/QuarkNorthCluster/Library/MtrrLib/MtrrLib.inf\r
203 LocalApicLib|UefiCpuPkg/Library/BaseXApicLib/BaseXApicLib.inf\r
ee78341e 204 MpInitLib|UefiCpuPkg/Library/MpInitLib/DxeMpInitLib.inf\r
b303605e
MK
205\r
206 #\r
207 # Quark North Cluster\r
208 #\r
209 SmmLib|QuarkSocPkg/QuarkNorthCluster/Library/QNCSmmLib/QNCSmmLib.inf\r
210 SmbusLib|QuarkSocPkg/QuarkNorthCluster/Library/SmbusLib/SmbusLib.inf\r
211 TimerLib|PcAtChipsetPkg/Library/AcpiTimerLib/DxeAcpiTimerLib.inf\r
212 ResetSystemLib|QuarkSocPkg/QuarkNorthCluster/Library/ResetSystemLib/ResetSystemLib.inf\r
213 IntelQNCLib|QuarkSocPkg/QuarkNorthCluster/Library/IntelQNCLib/IntelQNCLib.inf\r
214 QNCAccessLib|QuarkSocPkg/QuarkNorthCluster/Library/QNCAccessLib/QNCAccessLib.inf\r
215 IoApicLib|PcAtChipsetPkg/Library/BaseIoApicLib/BaseIoApicLib.inf\r
216\r
217 #\r
218 # Quark South Cluster\r
219 #\r
220 IohLib|QuarkSocPkg/QuarkSouthCluster/Library/IohLib/IohLib.inf\r
221 I2cLib|QuarkSocPkg/QuarkSouthCluster/Library/I2cLib/I2cLib.inf\r
222 SerialPortLib|MdeModulePkg/Library/BaseSerialPortLib16550/BaseSerialPortLib16550.inf\r
223 PlatformHookLib|MdeModulePkg/Library/BasePlatformHookLibNull/BasePlatformHookLibNull.inf\r
224\r
225 #\r
226 # Quark Platform\r
227 #\r
b303605e
MK
228 PlatformSecLib|QuarkPlatformPkg/Library/PlatformSecLib/PlatformSecLib.inf\r
229 PlatformPcieHelperLib|QuarkPlatformPkg/Library/PlatformPcieHelperLib/PlatformPcieHelperLib.inf\r
230 PlatformHelperLib|QuarkPlatformPkg/Library/PlatformHelperLib/DxePlatformHelperLib.inf\r
231\r
8affbb62
JY
232!if $(CAPSULE_ENABLE)\r
233 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibFmp/DxeCapsuleLib.inf\r
3a24b397
MK
234 BmpSupportLib|MdeModulePkg/Library/BaseBmpSupportLib/BaseBmpSupportLib.inf\r
235 SafeIntLib|MdePkg/Library/BaseSafeIntLib/BaseSafeIntLib.inf\r
8affbb62
JY
236!else\r
237 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf\r
238!endif\r
239\r
240 EdkiiSystemCapsuleLib|SignedCapsulePkg/Library/EdkiiSystemCapsuleLib/EdkiiSystemCapsuleLib.inf\r
241 FmpAuthenticationLib|MdeModulePkg/Library/FmpAuthenticationLibNull/FmpAuthenticationLibNull.inf\r
242 IniParsingLib|SignedCapsulePkg/Library/IniParsingLib/IniParsingLib.inf\r
243 PlatformFlashAccessLib|QuarkPlatformPkg/Feature/Capsule/Library/PlatformFlashAccessLib/PlatformFlashAccessLibDxe.inf\r
5274d681 244 DisplayUpdateProgressLib|MdeModulePkg/Library/DisplayUpdateProgressLibText/DisplayUpdateProgressLibText.inf\r
8affbb62 245\r
b303605e
MK
246[LibraryClasses.common.SEC]\r
247 #\r
248 # SEC specific phase\r
249 #\r
250 ReportStatusCodeLib|MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.inf\r
251 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
252 TimerLib|PcAtChipsetPkg/Library/AcpiTimerLib/BaseAcpiTimerLib.inf\r
253 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf\r
254 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r
255 CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/SecPeiCpuExceptionHandlerLib.inf\r
256\r
257[LibraryClasses.IA32.PEIM,LibraryClasses.IA32.PEI_CORE]\r
258 #\r
259 # PEI phase common\r
260 #\r
261 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf\r
262 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf\r
263 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r
264 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf\r
265 ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf\r
266 LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxPeiLib.inf\r
267 TimerLib|PcAtChipsetPkg/Library/AcpiTimerLib/BaseAcpiTimerLib.inf\r
268 PlatformHelperLib|QuarkPlatformPkg/Library/PlatformHelperLib/PeiPlatformHelperLib.inf\r
269 CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/SecPeiCpuExceptionHandlerLib.inf\r
ee78341e 270 MpInitLib|UefiCpuPkg/Library/MpInitLib/PeiMpInitLib.inf\r
b303605e 271 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/PeiCryptLib.inf\r
b303605e
MK
272!if $(PERFORMANCE_ENABLE)\r
273 PerformanceLib|MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.inf\r
274!endif\r
275\r
276[LibraryClasses.IA32.DXE_CORE]\r
277 HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf\r
278 MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf\r
279 CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib.inf\r
280!if $(PERFORMANCE_ENABLE)\r
281 PerformanceLib|MdeModulePkg/Library/DxeCorePerformanceLib/DxeCorePerformanceLib.inf\r
282!endif\r
283\r
284[LibraryClasses.IA32.DXE_SMM_DRIVER]\r
285 SmmServicesTableLib|MdePkg/Library/SmmServicesTableLib/SmmServicesTableLib.inf\r
286 ReportStatusCodeLib|MdeModulePkg/Library/SmmReportStatusCodeLib/SmmReportStatusCodeLib.inf\r
287 MemoryAllocationLib|MdePkg/Library/SmmMemoryAllocationLib/SmmMemoryAllocationLib.inf\r
288 LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxSmmLib.inf\r
289 PciLib|MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf\r
290 CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/SmmCpuExceptionHandlerLib.inf\r
291 SmmMemLib|MdePkg/Library/SmmMemLib/SmmMemLib.inf\r
b303605e 292 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf\r
b303605e
MK
293!if $(PERFORMANCE_ENABLE)\r
294 PerformanceLib|MdeModulePkg/Library/SmmPerformanceLib/SmmPerformanceLib.inf\r
295!endif\r
296\r
297[LibraryClasses.IA32.SMM_CORE]\r
298 SmmServicesTableLib|MdeModulePkg/Library/PiSmmCoreSmmServicesTableLib/PiSmmCoreSmmServicesTableLib.inf\r
299 ReportStatusCodeLib|MdeModulePkg/Library/SmmReportStatusCodeLib/SmmReportStatusCodeLib.inf\r
300 MemoryAllocationLib|MdeModulePkg/Library/PiSmmCoreMemoryAllocationLib/PiSmmCoreMemoryAllocationLib.inf\r
301 PciLib|MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf\r
302 SmmMemLib|MdePkg/Library/SmmMemLib/SmmMemLib.inf\r
6ceeb1e2 303!if $(SECURE_BOOT_ENABLE) || $(MEASURED_BOOT_ENABLE)\r
b303605e
MK
304 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf\r
305!endif\r
306!if $(PERFORMANCE_ENABLE)\r
307 PerformanceLib|MdeModulePkg/Library/SmmCorePerformanceLib/SmmCorePerformanceLib.inf\r
308!endif\r
309\r
310[LibraryClasses.IA32.DXE_RUNTIME_DRIVER]\r
311 ReportStatusCodeLib|MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib/RuntimeDxeReportStatusCodeLib.inf\r
312 QNCAccessLib|QuarkSocPkg/QuarkNorthCluster/Library/QNCAccessLib/RuntimeQNCAccessLib.inf\r
313 PciLib|MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf\r
6ceeb1e2 314!if $(SECURE_BOOT_ENABLE) || $(MEASURED_BOOT_ENABLE)\r
b303605e
MK
315 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/RuntimeCryptLib.inf\r
316!endif\r
317\r
8affbb62
JY
318!if $(CAPSULE_ENABLE)\r
319 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibFmp/DxeRuntimeCapsuleLib.inf\r
320!endif\r
321\r
b303605e
MK
322[LibraryClasses.IA32.UEFI_DRIVER,LibraryClasses.IA32.UEFI_APPLICATION]\r
323 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
324\r
325################################################################################\r
326#\r
327# Pcd Section - list of all EDK II PCD Entries defined by this Platform\r
328#\r
329################################################################################\r
330[PcdsFeatureFlag]\r
331 gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathToText|TRUE\r
332 gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathFromText|TRUE\r
333 gEfiMdeModulePkgTokenSpaceGuid.PcdSupportUpdateCapsuleReset|TRUE\r
334 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode|FALSE\r
335 gEfiMdeModulePkgTokenSpaceGuid.PcdPciBusHotplugDeviceSupport|FALSE\r
336 gEfiMdeModulePkgTokenSpaceGuid.PcdInstallAcpiSdtProtocol|TRUE\r
337!if $(SOURCE_DEBUG_ENABLE)\r
338 gUefiCpuPkgTokenSpaceGuid.PcdCpuSmmDebug|TRUE\r
339!endif\r
340\r
341!if $(TARGET) == "RELEASE"\r
342 gQuarkPlatformTokenSpaceGuid.WaitIfResetDueToError|FALSE\r
343!else\r
344 gQuarkPlatformTokenSpaceGuid.WaitIfResetDueToError|TRUE\r
345!endif\r
346\r
347[PcdsFixedAtBuild]\r
348 gUefiCpuPkgTokenSpaceGuid.PcdCpuMaxLogicalProcessorNumber|1\r
349 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdS3AcpiReservedMemorySize|0x20000\r
350 gEfiMdeModulePkgTokenSpaceGuid.PcdResetOnMemoryTypeInformationChange|TRUE\r
351!if $(LOGGING)\r
352 !if $(SOURCE_DEBUG_ENABLE)\r
353 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x17\r
354 !else\r
355 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x27\r
356 !endif\r
357 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x07\r
358!else\r
359 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x0\r
360 gEfiMdePkgTokenSpaceGuid.PcdPostCodePropertyMask|0x0\r
361 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x3\r
362!endif\r
363 gEfiMdePkgTokenSpaceGuid.PcdPostCodePropertyMask|0x18\r
364 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|0xE0000000\r
365!if $(GALILEO) == GEN1\r
366 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate|460800\r
367!endif\r
368!if $(GALILEO) == GEN2\r
369 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate|921600\r
370!endif\r
371 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultDataBits|8\r
372 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultParity|1\r
373 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultStopBits|1\r
374 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|0\r
375!if $(PERFORMANCE_ENABLE)\r
376 gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask|0x1\r
377 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxPeiPerformanceLogEntries|80\r
378!else\r
379 gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask|0x00\r
380!endif\r
381 gEfiMdeModulePkgTokenSpaceGuid.PcdLoadModuleAtFixAddressEnable|0\r
382!if $(SECURE_BOOT_ENABLE)\r
383 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize|0x2000\r
384!endif\r
385 gEfiMdeModulePkgTokenSpaceGuid.PcdHwErrStorageSize|0x00002000\r
386 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxHardwareErrorVariableSize|0x1000\r
387 ## RTC Update Timeout Value, need to increase timeout since also\r
388 # waiting for RTC to be busy.\r
389 gEfiMdeModulePkgTokenSpaceGuid.PcdRealTimeClockUpdateTimeout|500000\r
390\r
391!if $(SECURE_BOOT_ENABLE)\r
392 # override the default values from SecurityPkg to ensure images from all sources are verified in secure boot\r
393 gEfiSecurityPkgTokenSpaceGuid.PcdOptionRomImageVerificationPolicy|0x04\r
394 gEfiSecurityPkgTokenSpaceGuid.PcdFixedMediaImageVerificationPolicy|0x04\r
395 gEfiSecurityPkgTokenSpaceGuid.PcdRemovableMediaImageVerificationPolicy|0x04\r
396!endif\r
397 gQuarkPlatformTokenSpaceGuid.PcdEsramStage1Base|0x80000000\r
398\r
399!if $(SOURCE_DEBUG_ENABLE)\r
400 gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdDebugLoadImageMethod|0x2\r
401!endif\r
402\r
403 gEfiMdeModulePkgTokenSpaceGuid.PcdSerialUseMmio|TRUE\r
404 gEfiMdeModulePkgTokenSpaceGuid.PcdSerialRegisterBase|0x9000B000\r
405!if $(GALILEO) == GEN1\r
406 gEfiMdeModulePkgTokenSpaceGuid.PcdSerialBaudRate|460800\r
407 gEfiMdeModulePkgTokenSpaceGuid.PcdSerialUseHardwareFlowControl|FALSE\r
408!endif\r
409!if $(GALILEO) == GEN2\r
410 gEfiMdeModulePkgTokenSpaceGuid.PcdSerialBaudRate|921600\r
411 gEfiMdeModulePkgTokenSpaceGuid.PcdSerialUseHardwareFlowControl|FALSE\r
412!endif\r
413 gEfiMdeModulePkgTokenSpaceGuid.PcdSerialLineControl|0x03\r
414 gEfiMdeModulePkgTokenSpaceGuid.PcdSerialFifoControl|0x07\r
415 gEfiMdeModulePkgTokenSpaceGuid.PcdSerialDetectCable|FALSE\r
416 gEfiMdeModulePkgTokenSpaceGuid.PcdSerialClockRate|44236800\r
417 gEfiMdeModulePkgTokenSpaceGuid.PcdSerialPciDeviceInfo|{0x14, 0x05, 0x84, 0x00, 0xFF}\r
418 gEfiMdeModulePkgTokenSpaceGuid.PcdSerialRegisterStride|4\r
419\r
420 #\r
421 # typedef struct {\r
422 # UINT16 VendorId; ///< Vendor ID to match the PCI device. The value 0xFFFF terminates the list of entries.\r
423 # UINT16 DeviceId; ///< Device ID to match the PCI device\r
424 # UINT32 ClockRate; ///< UART clock rate. Set to 0 for default clock rate of 1843200 Hz\r
425 # UINT64 Offset; ///< The byte offset into to the BAR\r
426 # UINT8 BarIndex; ///< Which BAR to get the UART base address\r
427 # UINT8 RegisterStride; ///< UART register stride in bytes. Set to 0 for default register stride of 1 byte.\r
428 # UINT16 ReceiveFifoDepth; ///< UART receive FIFO depth in bytes. Set to 0 for a default FIFO depth of 16 bytes.\r
429 # UINT16 TransmitFifoDepth; ///< UART transmit FIFO depth in bytes. Set to 0 for a default FIFO depth of 16 bytes.\r
430 # UINT8 Reserved[2];\r
431 # } PCI_SERIAL_PARAMETER;\r
432 #\r
433 # Vendor 8086 Device 0936 Prog Interface 2, BAR #0, Offset 0, Stride = 4, Clock 44236800 (0x2a300000)\r
434 # Vendor 8086 Device 0936 Prog Interface 2, BAR #0, Offset 0, Stride = 4, Clock 44236800 (0x2a300000)\r
435 #\r
436 # [Vendor] [Device] [---ClockRate---] [------------Offset-----------] [Bar] [Stride] [RxFifo] [TxFifo] [Rsvd] [Vendor]\r
437 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
438\r
439 gPcAtChipsetPkgTokenSpaceGuid.PcdAcpiIoPciBusNumber |0\r
440 gPcAtChipsetPkgTokenSpaceGuid.PcdAcpiIoPciDeviceNumber |31\r
441 gPcAtChipsetPkgTokenSpaceGuid.PcdAcpiIoPciFunctionNumber |0\r
442 gPcAtChipsetPkgTokenSpaceGuid.PcdAcpiIoPciEnableRegisterOffset|0x4b\r
443 gPcAtChipsetPkgTokenSpaceGuid.PcdAcpiIoBarEnableMask |0x80\r
444 gPcAtChipsetPkgTokenSpaceGuid.PcdAcpiIoPciBarRegisterOffset |0x48\r
445 gPcAtChipsetPkgTokenSpaceGuid.PcdAcpiIoPortBaseAddress |0x1000\r
446 gPcAtChipsetPkgTokenSpaceGuid.PcdAcpiPm1TmrOffset |0x0008\r
447\r
448 gEfiMdeModulePkgTokenSpaceGuid.PcdBootManagerMenuFile|{ 0x21, 0xaa, 0x2c, 0x46, 0x14, 0x76, 0x03, 0x45, 0x83, 0x6e, 0x8a, 0xb6, 0xf4, 0x66, 0x23, 0x31 }\r
449\r
450 gEfiMdeModulePkgTokenSpaceGuid.PcdConInConnectOnDemand|FALSE\r
451\r
8affbb62
JY
452!if $(RECOVERY_ENABLE)\r
453 gEfiMdeModulePkgTokenSpaceGuid.PcdRecoveryFileName|L"QUARKREC.Cap"\r
454!endif\r
455\r
b303605e
MK
456[PcdsPatchableInModule]\r
457 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x803000C7\r
458 gEfiMdeModulePkgTokenSpaceGuid.PcdVpdBaseAddress|0x0\r
459\r
460[PcdsDynamicExHii.common.DEFAULT]\r
461!if $(PERFORMANCE_ENABLE)\r
462 gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|L"Timeout"|gEfiGlobalVariableGuid|0x0|0\r
463!else\r
464 gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|L"Timeout"|gEfiGlobalVariableGuid|0x0|5\r
465!endif\r
466 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdBootState|L"BootState"|gQuarkPlatformTokenSpaceGuid|0x0|TRUE\r
467\r
468[PcdsDynamicExDefault.common.DEFAULT]\r
469 gEfiMdeModulePkgTokenSpaceGuid.PcdS3BootScriptTablePrivateDataPtr|0x0\r
470 gQuarkPlatformTokenSpaceGuid.PcdEnableFastBoot|TRUE\r
471 gQuarkPlatformTokenSpaceGuid.PcdUserIsPhysicallyPresent|FALSE\r
472 gQuarkPlatformTokenSpaceGuid.PcdSpiFlashDeviceSize|0\r
473\r
8affbb62
JY
474!if $(CAPSULE_ENABLE) || $(RECOVERY_ENABLE)\r
475 gEfiSignedCapsulePkgTokenSpaceGuid.PcdEdkiiSystemFirmwareImageDescriptor|{0x0}|VOID*|0x100\r
476 gEfiMdeModulePkgTokenSpaceGuid.PcdSystemFmpCapsuleImageTypeIdGuid|{0xc0, 0x20, 0xaf, 0x62, 0x16, 0x70, 0x4a, 0x42, 0x9b, 0xf8, 0x9c, 0xcc, 0x86, 0x58, 0x40, 0x90}\r
477 gEfiSignedCapsulePkgTokenSpaceGuid.PcdEdkiiSystemFirmwareFileGuid|{0x59, 0x3A, 0xD8, 0x14, 0x10, 0xA8, 0x56, 0x45, 0x81, 0x92, 0x1C, 0x0A, 0x59, 0x3C, 0x06, 0x5C}\r
478!endif\r
479\r
6ceeb1e2
MK
480!if $(MEASURED_BOOT_ENABLE)\r
481 #\r
482 # TPM1.2 { 0x8b01e5b6, 0x4f19, 0x46e8, { 0xab, 0x93, 0x1c, 0x53, 0x67, 0x1b, 0x90, 0xcc } }\r
483 # TPM2.0 DTPM { 0x286bf25a, 0xc2c3, 0x408c, { 0xb3, 0xb4, 0x25, 0xe6, 0x75, 0x8b, 0x73, 0x17 } }\r
484 #\r
485 gEfiSecurityPkgTokenSpaceGuid.PcdTpmInstanceGuid|{0xb6, 0xe5, 0x01, 0x8b, 0x19, 0x4f, 0xe8, 0x46, 0xab, 0x93, 0x1c, 0x53, 0x67, 0x1b, 0x90, 0xcc}\r
486 gEfiSecurityPkgTokenSpaceGuid.PcdTpmInitializationPolicy|1\r
487 gEfiSecurityPkgTokenSpaceGuid.PcdTpmScrtmPolicy|1\r
488!endif\r
489\r
b303605e
MK
490[PcdsDynamicExVpd]\r
491 gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVendor|*|32|L"EDK II"\r
492 gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareRevision|*|0x01000400\r
493 gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVersionString|*|64|L"Galileo 1.0.4"\r
494\r
495#\r
496# ClantonPeakSVP\r
497# gQuarkPlatformTokenSpaceGuid.PcdPlatformType|*|0x0002\r
498# gQuarkPlatformTokenSpaceGuid.PcdPlatformTypeName|*|64|L"ClantonPeakSVP"\r
499# 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
500#\r
501# KipsBay\r
502# gQuarkPlatformTokenSpaceGuid.PcdPlatformType|*|0x0003\r
503# gQuarkPlatformTokenSpaceGuid.PcdPlatformTypeName|*|64|L"KipsBay"\r
504# 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
505#\r
506# CrossHill\r
507# gQuarkPlatformTokenSpaceGuid.PcdPlatformType|*|0x0004\r
508# gQuarkPlatformTokenSpaceGuid.PcdPlatformTypeName|*|64|L"CrossHill"\r
509# 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
510#\r
511# ClantonHill\r
512# gQuarkPlatformTokenSpaceGuid.PcdPlatformType|*|0x0005\r
513# gQuarkPlatformTokenSpaceGuid.PcdPlatformTypeName|*|64|L"ClantonHill"\r
514# 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
515#\r
516# Galileo\r
517# gQuarkPlatformTokenSpaceGuid.PcdPlatformType|*|0x0006\r
518# gQuarkPlatformTokenSpaceGuid.PcdPlatformTypeName|*|64|L"Galileo"\r
519# 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
520#\r
521# GalileoGen2\r
522# gQuarkPlatformTokenSpaceGuid.PcdPlatformType|*|0x0008\r
523# gQuarkPlatformTokenSpaceGuid.PcdPlatformTypeName|*|64|L"GalileoGen2"\r
524# 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
525#\r
526!if $(GALILEO) == GEN1\r
527 gQuarkPlatformTokenSpaceGuid.PcdPlatformType|*|0x0006\r
528 gQuarkPlatformTokenSpaceGuid.PcdPlatformTypeName|*|64|L"Galileo"\r
529 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
530!endif\r
531!if $(GALILEO) == GEN2\r
532 gQuarkPlatformTokenSpaceGuid.PcdPlatformType|*|0x0008\r
533 gQuarkPlatformTokenSpaceGuid.PcdPlatformTypeName|*|64|L"GalileoGen2"\r
534 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
535!endif\r
536 gEfiQuarkSCSocIdTokenSpaceGuid.PcdIohEthernetMac0|*|8|{0xff, 0xff, 0xff, 0xff, 0xff, 0xff}\r
537 gEfiQuarkSCSocIdTokenSpaceGuid.PcdIohEthernetMac1|*|8|{0xff, 0xff, 0xff, 0xff, 0xff, 0xff}\r
538\r
539###################################################################################################\r
540#\r
541# Components Section - list of the modules and components that will be processed by compilation\r
542# tools and the EDK II tools to generate PE32/PE32+/Coff image files.\r
543#\r
544# Note: The EDK II DSC file is not used to specify how compiled binary images get placed\r
545# into firmware volume images. This section is just a list of modules to compile from\r
546# source into UEFI-compliant binaries.\r
547# It is the FDF file that contains information on combining binary files into firmware\r
548# volume images, whose concept is beyond UEFI and is described in PI specification.\r
549# Binary modules do not need to be listed in this section, as they should be\r
550# specified in the FDF file. For example: Shell binary, FAT binary (Fat.efi),\r
551# Logo (Logo.bmp), and etc.\r
552# There may also be modules listed in this section that are not required in the FDF file,\r
553# When a module listed here is excluded from FDF file, then UEFI-compliant binary will be\r
554# generated for it, but the binary will not be put into any firmware volume.\r
555#\r
556###################################################################################################\r
557\r
558[Components.IA32]\r
559 #\r
560 # SEC Core\r
561 #\r
562 UefiCpuPkg/SecCore/SecCore.inf {\r
563 !if $(SOURCE_DEBUG_ENABLE)\r
564 <LibraryClasses>\r
565 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
566 DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/SecPeiDebugAgentLib.inf\r
567 ResetSystemLib|QuarkSocPkg/QuarkNorthCluster/Library/ResetSystemLib/ResetSystemLib.inf\r
568 !endif\r
569 }\r
570\r
8affbb62
JY
571!if $(CAPSULE_ENABLE) || $(RECOVERY_ENABLE)\r
572 # FMP image decriptor\r
573 QuarkPlatformPkg/Feature/Capsule/SystemFirmwareDescriptor/SystemFirmwareDescriptor.inf\r
574!endif\r
575\r
b303605e
MK
576 #\r
577 # PEI Core\r
578 #\r
579 MdeModulePkg/Core/Pei/PeiMain.inf\r
580\r
581 #\r
582 # PEIM\r
583 #\r
584 MdeModulePkg/Universal/PCD/Pei/Pcd.inf {\r
585 <LibraryClasses>\r
586 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
587 }\r
588 MdeModulePkg/Universal/ReportStatusCodeRouter/Pei/ReportStatusCodeRouterPei.inf\r
589 MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei.inf {\r
590 <LibraryClasses>\r
591 !if $(LOGGING)\r
592 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r
593 !else\r
594 SerialPortLib|MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf\r
595 !endif\r
596 }\r
597\r
598 MdeModulePkg/Universal/FaultTolerantWritePei/FaultTolerantWritePei.inf\r
599 MdeModulePkg/Universal/Variable/Pei/VariablePei.inf\r
600 MdeModulePkg/Universal/PcatSingleSegmentPciCfg2Pei/PcatSingleSegmentPciCfg2Pei.inf\r
601 UefiCpuPkg/CpuMpPei/CpuMpPei.inf\r
602 MdeModulePkg/Universal/CapsulePei/CapsulePei.inf\r
603\r
604 QuarkSocPkg/QuarkNorthCluster/MemoryInit/Pei/MemoryInitPei.inf\r
605 QuarkPlatformPkg/Platform/Pei/PlatformInit/PlatformEarlyInit.inf\r
606 QuarkPlatformPkg/Platform/Pei/PlatformConfig/PlatformConfigPei.inf\r
607\r
608 UefiCpuPkg/PiSmmCommunication/PiSmmCommunicationPei.inf\r
609\r
610 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf\r
611\r
612 #\r
613 # S3\r
614 #\r
615 QuarkSocPkg/QuarkNorthCluster/Smm/Pei/SmmAccessPei/SmmAccessPei.inf\r
616 QuarkSocPkg/QuarkNorthCluster/Smm/Pei/SmmControlPei/SmmControlPei.inf\r
617 UefiCpuPkg/Universal/Acpi/S3Resume2Pei/S3Resume2Pei.inf\r
618\r
6ceeb1e2
MK
619 #\r
620 # Trusted Platform Module\r
621 #\r
622!if $(MEASURED_BOOT_ENABLE)\r
b1d95b19 623 SecurityPkg/Tcg/Tcg2Config/Tcg2ConfigPei.inf\r
6ceeb1e2
MK
624 SecurityPkg/Tcg/TcgPei/TcgPei.inf\r
625!endif\r
626\r
b303605e
MK
627 #\r
628 # Recovery\r
629 #\r
8affbb62 630!if $(RECOVERY_ENABLE)\r
b303605e
MK
631 QuarkSocPkg/QuarkSouthCluster/Usb/Common/Pei/UsbPei.inf\r
632 MdeModulePkg/Bus/Pci/EhciPei/EhciPei.inf\r
633 QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Pei/OhciPei.inf\r
634 MdeModulePkg/Bus/Usb/UsbBotPei/UsbBotPei.inf\r
635 MdeModulePkg/Bus/Usb/UsbBusPei/UsbBusPei.inf\r
636 FatPkg/FatPei/FatPei.inf\r
637 MdeModulePkg/Universal/Disk/CdExpressPei/CdExpressPei.inf\r
8affbb62
JY
638 SignedCapsulePkg/Universal/RecoveryModuleLoadPei/RecoveryModuleLoadPei.inf {\r
639 <LibraryClasses>\r
640 FmpAuthenticationLib|SecurityPkg/Library/FmpAuthenticationLibRsa2048Sha256/FmpAuthenticationLibRsa2048Sha256.inf\r
641 }\r
642!endif\r
b303605e
MK
643\r
644[Components.IA32]\r
645 #\r
646 # DXE Core\r
647 #\r
648 MdeModulePkg/Core/Dxe/DxeMain.inf\r
649\r
650!if $(SOURCE_DEBUG_ENABLE)\r
651 SourceLevelDebugPkg/DebugAgentDxe/DebugAgentDxe.inf {\r
652 <LibraryClasses>\r
653 DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgentLib.inf\r
654 ResetSystemLib|QuarkSocPkg/QuarkNorthCluster/Library/ResetSystemLib/ResetSystemLib.inf\r
655 }\r
656!endif\r
657\r
658\r
659 QuarkPlatformPkg/Platform/Dxe/PlatformInit/PlatformInitDxe.inf\r
660\r
661 #\r
662 # Components that produce the architectural protocols\r
663 #\r
664 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf {\r
665 <LibraryClasses>\r
666!if $(SECURE_BOOT_ENABLE)\r
667 NULL|SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.inf\r
668!endif\r
669 NULL|SecurityPkg/Library/DxeImageAuthenticationStatusLib/DxeImageAuthenticationStatusLib.inf\r
670 }\r
671 UefiCpuPkg/CpuDxe/CpuDxe.inf\r
672 MdeModulePkg/Universal/Metronome/Metronome.inf\r
673 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf\r
674 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf\r
675 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteSmm.inf\r
676!if $(SECURE_BOOT_ENABLE)\r
677 SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigDxe.inf\r
678!endif\r
679 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableSmmRuntimeDxe.inf\r
680 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableSmm.inf {\r
681 <LibraryClasses>\r
682 NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf\r
683 NULL|MdeModulePkg/Library/VarCheckHiiLib/VarCheckHiiLib.inf\r
684 NULL|MdeModulePkg/Library/VarCheckPcdLib/VarCheckPcdLib.inf\r
685 }\r
686\r
8affbb62 687 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf\r
b303605e
MK
688 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf\r
689 MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe.inf\r
690 PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.inf\r
691\r
692 #\r
693 # Following are the DXE drivers (alphabetical order)\r
694 #\r
695 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf\r
696 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {\r
697 <LibraryClasses>\r
698 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
699 }\r
700\r
701 QuarkPlatformPkg/Pci/Dxe/PciHostBridge/PciHostBridge.inf\r
702 QuarkPlatformPkg/Platform/SpiFvbServices/PlatformSpi.inf\r
703 QuarkPlatformPkg/Platform/SpiFvbServices/PlatformSmmSpi.inf\r
704 UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe.inf\r
705\r
706 #\r
707 # Platform\r
708 #\r
709 MdeModulePkg/Universal/BdsDxe/BdsDxe.inf {\r
710 <LibraryClasses>\r
b303605e 711 PlatformBootManagerLib|QuarkPlatformPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf\r
8affbb62
JY
712!if $(CAPSULE_ENABLE)\r
713 FmpAuthenticationLib|SecurityPkg/Library/FmpAuthenticationLibPkcs7/FmpAuthenticationLibPkcs7.inf\r
714!else\r
715 FmpAuthenticationLib|MdeModulePkg/Library/FmpAuthenticationLibNull/FmpAuthenticationLibNull.inf\r
716!endif\r
b303605e
MK
717 }\r
718 MdeModulePkg/Application/UiApp/UiApp.inf {\r
719 <LibraryClasses>\r
8ab970f2
MK
720 NULL|MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib.inf\r
721 NULL|MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib.inf\r
722 NULL|MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib.inf\r
b303605e 723\r
b303605e
MK
724 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
725 }\r
726\r
727 QuarkSocPkg/QuarkNorthCluster/QNCInit/Dxe/QNCInitDxe.inf\r
728 PcAtChipsetPkg/HpetTimerDxe/HpetTimerDxe.inf\r
729 QuarkSocPkg/QuarkNorthCluster/Smm/Dxe/SmmAccessDxe/SmmAccess.inf\r
730 QuarkPlatformPkg/Platform/Dxe/Setup/DxePlatform.inf\r
731 QuarkSocPkg/QuarkNorthCluster/Spi/PchSpiRuntime.inf {\r
732 <LibraryClasses>\r
733 PciExpressLib|MdePkg/Library/DxeRuntimePciExpressLib/DxeRuntimePciExpressLib.inf\r
734 }\r
735 QuarkSocPkg/QuarkNorthCluster/Spi/PchSpiSmm.inf\r
736 QuarkSocPkg/QuarkNorthCluster/S3Support/Dxe/QncS3Support.inf\r
737 MdeModulePkg/Universal/SectionExtractionDxe/SectionExtractionDxe.inf\r
738 MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf\r
739 MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe.inf\r
740 MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe.inf {\r
741 <LibraryClasses>\r
742 !if $(LOGGING)\r
743 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r
744 !else\r
745 SerialPortLib|MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf\r
746 !endif\r
747 }\r
748 MdeModulePkg/Universal/ReportStatusCodeRouter/Smm/ReportStatusCodeRouterSmm.inf\r
749 MdeModulePkg/Universal/StatusCodeHandler/Smm/StatusCodeHandlerSmm.inf {\r
750 <LibraryClasses>\r
751 !if $(LOGGING)\r
752 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r
753 !else\r
754 SerialPortLib|MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf\r
755 !endif\r
756 }\r
757 #\r
758 # ACPI\r
759 #\r
760 QuarkPlatformPkg/Platform/Dxe/SaveMemoryConfig/SaveMemoryConfig.inf\r
761 MdeModulePkg/Universal/Acpi/S3SaveStateDxe/S3SaveStateDxe.inf\r
762# MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/BootScriptExecutorDxe.inf {\r
763 QuarkPlatformPkg/Acpi/Dxe/BootScriptExecutorDxe/BootScriptExecutorDxe.inf {\r
764 <LibraryClasses>\r
765 !if $(LOGGING)\r
766 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r
767 !else\r
768 SerialPortLib|MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf\r
769 !endif\r
770 !if $(SOURCE_DEBUG_ENABLE)\r
771 DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgentLib.inf\r
772 ResetSystemLib|QuarkSocPkg/QuarkNorthCluster/Library/ResetSystemLib/ResetSystemLib.inf\r
773 !endif\r
774 }\r
775 MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe.inf\r
776 IntelFrameworkModulePkg/Universal/Acpi/AcpiS3SaveDxe/AcpiS3SaveDxe.inf\r
777 QuarkPlatformPkg/Acpi/AcpiTables/AcpiTables.inf\r
778 QuarkPlatformPkg/Acpi/Dxe/AcpiPlatform/AcpiPlatform.inf\r
779\r
780 #\r
781 # SMM\r
782 #\r
783 MdeModulePkg/Core/PiSmmCore/PiSmmIpl.inf\r
784 MdeModulePkg/Core/PiSmmCore/PiSmmCore.inf\r
785 UefiCpuPkg/PiSmmCpuDxeSmm/PiSmmCpuDxeSmm.inf {\r
786 <LibraryClasses>\r
787 SmmCpuFeaturesLib|QuarkSocPkg/QuarkNorthCluster/Library/SmmCpuFeaturesLib/SmmCpuFeaturesLib.inf\r
788 SmmCpuPlatformHookLib|UefiCpuPkg/Library/SmmCpuPlatformHookLibNull/SmmCpuPlatformHookLibNull.inf\r
789\r
790 !if $(LOGGING)\r
791 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r
792 !else\r
793 SerialPortLib|MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf\r
794 !endif\r
795 !if $(SOURCE_DEBUG_ENABLE)\r
796 DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/SmmDebugAgentLib.inf\r
797 ResetSystemLib|QuarkSocPkg/QuarkNorthCluster/Library/ResetSystemLib/ResetSystemLib.inf\r
798 !endif\r
799 <PcdsPatchableInModule>\r
800 #\r
801 # Disable DEBUG_CACHE because SMI entry/exit may change MTRRs\r
802 #\r
803 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x801000C7\r
804 }\r
805\r
806 UefiCpuPkg/CpuIo2Smm/CpuIo2Smm.inf\r
807 QuarkSocPkg/QuarkNorthCluster/Smm/Dxe/SmmControlDxe/SmmControlDxe.inf\r
808 QuarkSocPkg/QuarkNorthCluster/Smm/DxeSmm/QncSmmDispatcher/QNCSmmDispatcher.inf\r
809 QuarkPlatformPkg/Acpi/DxeSmm/AcpiSmm/AcpiSmmPlatform.inf\r
810 QuarkPlatformPkg/Acpi/DxeSmm/SmmPowerManagement/SmmPowerManagement.inf\r
811 MdeModulePkg/Universal/LockBox/SmmLockBox/SmmLockBox.inf\r
812 UefiCpuPkg/PiSmmCommunication/PiSmmCommunicationSmm.inf\r
813\r
814 #\r
815 # SMBIOS\r
816 #\r
817 MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf\r
818 QuarkPlatformPkg/Platform/Dxe/SmbiosMiscDxe/SmbiosMiscDxe.inf\r
819 QuarkPlatformPkg/Platform/Dxe/MemorySubClass/MemorySubClass.inf\r
820 #\r
821 # PCI\r
822 #\r
823 QuarkPlatformPkg/Pci/Dxe/PciPlatform/PciPlatform.inf\r
824 MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf\r
825 QuarkSocPkg/QuarkSouthCluster/IohInit/Dxe/IohInitDxe.inf\r
826 MdeModulePkg/Bus/Pci/PciSioSerialDxe/PciSioSerialDxe.inf\r
827\r
828 #\r
829 # USB\r
830 #\r
831 MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf\r
832 QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/OhciDxe.inf\r
833 MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf\r
834 MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf\r
835 MdeModulePkg/Bus/Usb/UsbMouseDxe/UsbMouseDxe.inf\r
836 MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf\r
837\r
838 #\r
839 # SDIO\r
840 #\r
841 QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDControllerDxe/SDControllerDxe.inf {\r
842 <PcdsPatchableInModule>\r
843 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80300087\r
844 }\r
845 QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDMediaDeviceDxe/SDMediaDeviceDxe.inf {\r
846 <PcdsPatchableInModule>\r
847 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80300087\r
848 }\r
849\r
850 #\r
851 # Console\r
852 #\r
853 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf\r
854 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf {\r
855 <LibraryClasses>\r
856 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
857 }\r
858 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf\r
859 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf\r
860 MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf {\r
861 <LibraryClasses>\r
862 CustomizedDisplayLib|MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib.inf\r
863 }\r
864 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf\r
865 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf\r
866\r
867 #\r
868 # File System Modules\r
869 #\r
870 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf\r
871 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf\r
872 FatPkg/EnhancedFatDxe/Fat.inf\r
b303605e
MK
873\r
874 #\r
875 # Capsule update\r
876 #\r
877 IntelFrameworkModulePkg/Universal/FirmwareVolume/FwVolDxe/FwVolDxe.inf\r
878 IntelFrameworkModulePkg/Universal/FirmwareVolume/UpdateDriverDxe/UpdateDriverDxe.inf\r
879\r
6ceeb1e2
MK
880 #\r
881 # Trusted Platform Module\r
882 #\r
883!if $(MEASURED_BOOT_ENABLE)\r
62c9131a 884 SecurityPkg/Tcg/MemoryOverwriteControl/TcgMor.inf\r
6ceeb1e2 885 SecurityPkg/Tcg/TcgDxe/TcgDxe.inf\r
62c9131a 886 SecurityPkg/Tcg/TcgSmm/TcgSmm.inf\r
6ceeb1e2
MK
887!endif\r
888\r
b303605e
MK
889 #\r
890 # Performance Application\r
891 #\r
892!if $(PERFORMANCE_ENABLE)\r
fd55a5be
RN
893 ShellPkg/DynamicCommand/DpDynamicCommand/DpDynamicCommand.inf {\r
894 <PcdsFixedAtBuild>\r
895 gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE\r
b303605e 896 <LibraryClasses>\r
fd55a5be 897 PerformanceLib|MdeModulePkg/Library/DxeSmmPerformanceLib/DxeSmmPerformanceLib.inf\r
b303605e
MK
898 }\r
899!endif\r
900\r
96323609
MK
901 #\r
902 # Force Recovery Application\r
903 #\r
904 QuarkPlatformPkg/Application/ForceRecovery/ForceRecovery.inf\r
905\r
b303605e
MK
906 ShellPkg/Application/Shell/Shell.inf {\r
907 <LibraryClasses>\r
908 ShellCommandLib|ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.inf\r
909 NULL|ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.inf\r
910 NULL|ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib.inf\r
911 NULL|ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib.inf\r
912 NULL|ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.inf\r
913 NULL|ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.inf\r
914 NULL|ShellPkg/Library/UefiShellInstall1CommandsLib/UefiShellInstall1CommandsLib.inf\r
915 NULL|ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib.inf\r
916 HandleParsingLib|ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.inf\r
b303605e
MK
917 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf\r
918 BcfgCommandLib|ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib.inf\r
919\r
920 <PcdsFixedAtBuild>\r
921 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0xFF\r
922 gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE\r
923 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|8000\r
924 }\r
925\r
8affbb62 926!if $(CAPSULE_ENABLE)\r
568556cf 927 MdeModulePkg/Universal/EsrtFmpDxe/EsrtFmpDxe.inf\r
8affbb62
JY
928\r
929 SignedCapsulePkg/Universal/SystemFirmwareUpdate/SystemFirmwareReportDxe.inf {\r
930 <LibraryClasses>\r
931 FmpAuthenticationLib|SecurityPkg/Library/FmpAuthenticationLibPkcs7/FmpAuthenticationLibPkcs7.inf\r
932 }\r
933 SignedCapsulePkg/Universal/SystemFirmwareUpdate/SystemFirmwareUpdateDxe.inf {\r
934 <LibraryClasses>\r
935 FmpAuthenticationLib|SecurityPkg/Library/FmpAuthenticationLibPkcs7/FmpAuthenticationLibPkcs7.inf\r
936 }\r
937\r
938 MdeModulePkg/Application/CapsuleApp/CapsuleApp.inf {\r
939 <LibraryClasses>\r
940 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
941 }\r
942!endif\r
943\r
b303605e
MK
944[BuildOptions.common.EDKII.DXE_RUNTIME_DRIVER]\r
945 MSFT:*_*_*_DLINK_FLAGS = /ALIGN:4096\r
17abe976
JY
946\r
947# Force PE/COFF sections to be aligned at 4KB boundaries to support page level protection of DXE_SMM_DRIVER/SMM_CORE modules\r
948[BuildOptions.common.EDKII.DXE_SMM_DRIVER, BuildOptions.common.EDKII.SMM_CORE]\r
949 MSFT:*_*_*_DLINK_FLAGS = /ALIGN:4096\r
950 GCC:*_*_*_DLINK_FLAGS = -z common-page-size=0x1000\r
951\r