]> git.proxmox.com Git - mirror_edk2.git/blame - ArmPlatformPkg/ArmPlatformPkg-2ndstage.dsc
ARM Packages: Removed trailing spaces
[mirror_edk2.git] / ArmPlatformPkg / ArmPlatformPkg-2ndstage.dsc
CommitLineData
1e57a462 1#\r
67fb865c 2# Copyright (c) 2011-2013, ARM Limited. All rights reserved.\r
1e57a462 3# \r
4# This program and the accompanying materials \r
5# are licensed and made available under the terms and conditions of the BSD License \r
6# which accompanies this distribution. The full text of the license may be found at \r
7# http://opensource.org/licenses/bsd-license.php \r
8#\r
9# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
10# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. \r
11#\r
12#\r
13################################################################################\r
14#\r
15# Defines Section - statements that will be processed to create a Makefile.\r
16#\r
17################################################################################\r
18[Defines]\r
19 PLATFORM_NAME = ArmPlatform\r
3402aac7 20 PLATFORM_GUID = 4fe82b83-9315-4ff3-8cc0-ab77ca93cb7f\r
1e57a462 21 PLATFORM_VERSION = 0.1\r
22 DSC_SPECIFICATION = 0x00010005\r
23 OUTPUT_DIRECTORY = Build/$(PLATFORM_NAME)\r
1bc83266 24 SUPPORTED_ARCHITECTURES = ARM|AARCH64\r
1e57a462 25 BUILD_TARGETS = DEBUG|RELEASE\r
26 SKUID_IDENTIFIER = DEFAULT\r
27 FLASH_DEFINITION = ArmPlatformPkg/ArmPlatformPkg-2ndstage.fdf\r
28\r
29[LibraryClasses.common]\r
1e57a462 30 ArmPlatformLib|ArmPlatformPkg/Library/ArmPlatformLibNull/ArmPlatformLibNull.inf\r
31\r
32!if $(TARGET) == RELEASE\r
33 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf\r
34 UncachedMemoryAllocationLib|ArmPkg/Library/UncachedMemoryAllocationLib/UncachedMemoryAllocationLib.inf\r
35!else\r
36 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r
37 UncachedMemoryAllocationLib|ArmPkg/Library/UncachedMemoryAllocationLib/UncachedMemoryAllocationLib.inf\r
38# UncachedMemoryAllocationLib|ArmPkg/Library/DebugUncachedMemoryAllocationLib/DebugUncachedMemoryAllocationLib.inf\r
39!endif\r
40 DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf\r
3402aac7 41\r
1e57a462 42 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf\r
43 SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf\r
44 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf\r
45 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf\r
46 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf\r
47 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf\r
48 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf\r
49 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf\r
50 CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf\r
51\r
52 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf\r
53 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
54 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf\r
55 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r
56 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf\r
57 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf\r
58 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf\r
59 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf\r
60 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf\r
3402aac7 61 UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf\r
1e57a462 62\r
63 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf\r
64\r
65 #\r
66 # Assume everything is fixed at build\r
67 #\r
68 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
3402aac7 69\r
1e57a462 70 # 1/123 faster than Stm or Vstm version\r
71 #BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf\r
72 BaseMemoryLib|ArmPkg/Library/BaseMemoryLibStm/BaseMemoryLibStm.inf\r
73\r
74 # ARM Architectural Libraries\r
75 CacheMaintenanceLib|ArmPkg/Library/ArmCacheMaintenanceLib/ArmCacheMaintenanceLib.inf\r
76 DefaultExceptionHandlerLib|ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLib.inf\r
77 CpuExceptionHandlerLib|MdeModulePkg/Library/CpuExceptionHandlerLibNull/CpuExceptionHandlerLibNull.inf\r
78 ArmDisassemblerLib|ArmPkg/Library/ArmDisassemblerLib/ArmDisassemblerLib.inf\r
79 DmaLib|ArmPkg/Library/ArmDmaLib/ArmDmaLib.inf\r
017baa1c 80 ArmGicLib|ArmPkg/Drivers/ArmGic/ArmGicLib.inf\r
c3adcc97 81 ArmPlatformStackLib|ArmPlatformPkg/Library/ArmPlatformStackLib/ArmPlatformStackLib.inf\r
bc87b507 82 ArmSmcLib|ArmPkg/Library/ArmSmcLib/ArmSmcLib.inf\r
1e57a462 83\r
84 SerialPortLib|MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf\r
85 TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf\r
86 EfiResetSystemLib|EmbeddedPkg/Library/TemplateResetSystemLib/TemplateResetSystemLib.inf\r
87 RealTimeClockLib|EmbeddedPkg/Library/TemplateRealTimeClockLib/TemplateRealTimeClockLib.inf\r
88\r
8bf4ad44
RC
89 # Networking Requirements for ArmPlatformPkg/Bds\r
90 NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf\r
91\r
92 # EBL Related Libraries\r
1e57a462 93 EblCmdLib|ArmPlatformPkg/Library/EblCmdLib/EblCmdLib.inf\r
94 EfiFileLib|EmbeddedPkg/Library/EfiFileLib/EfiFileLib.inf\r
95 EblAddExternalCommandLib|EmbeddedPkg/Library/EblAddExternalCommandLib/EblAddExternalCommandLib.inf\r
96 EblNetworkLib|EmbeddedPkg/Library/EblNetworkLib/EblNetworkLib.inf\r
8bf4ad44 97\r
1e57a462 98 #\r
3402aac7 99 # Uncomment (and comment out the next line) For RealView Debugger. The Standard IO window\r
1e57a462 100 # in the debugger will show load and unload commands for symbols. You can cut and paste this\r
101 # into the command window to load symbols. We should be able to use a script to do this, but\r
102 # the version of RVD I have does not support scripts accessing system memory.\r
103 #\r
104 #PeCoffExtraActionLib|ArmPkg/Library/RvdPeCoffExtraActionLib/RvdPeCoffExtraActionLib.inf\r
105 PeCoffExtraActionLib|ArmPkg/Library/DebugPeCoffExtraActionLib/DebugPeCoffExtraActionLib.inf\r
106 #PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf\r
3402aac7 107\r
1e57a462 108 DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf\r
109 DebugAgentTimerLib|EmbeddedPkg/Library/DebugAgentTimerLibNull/DebugAgentTimerLibNull.inf\r
110\r
3402aac7 111 SemihostLib|ArmPkg/Library/SemihostLib/SemihostLib.inf\r
1e57a462 112\r
113 # BDS Libraries\r
114 BdsLib|ArmPkg/Library/BdsLib/BdsLib.inf\r
115 FdtLib|EmbeddedPkg/Library/FdtLib/FdtLib.inf\r
116\r
1bc83266
HL
117[LibraryClasses.ARM]\r
118 ArmLib|ArmPkg/Library/ArmLib/ArmV7/ArmV7Lib.inf\r
119 ArmCpuLib|ArmPkg/Drivers/ArmCpuLib/ArmCortexA9Lib/ArmCortexA9Lib.inf\r
120\r
121[LibraryClasses.AARCH64]\r
122 ArmLib|ArmPkg/Library/ArmLib/AArch64/AArch64Lib.inf\r
123 ArmCpuLib|ArmPkg/Drivers/ArmCpuLib/ArmCortexAEMv8Lib/ArmCortexAEMv8Lib.inf\r
124\r
1e57a462 125[LibraryClasses.common.SEC]\r
126 ArmPlatformGlobalVariableLib|ArmPlatformPkg/Library/ArmPlatformGlobalVariableLib/PrePi/PrePiArmPlatformGlobalVariableLib.inf\r
127\r
3402aac7 128 ArmPlatformSecExtraActionLib|ArmPlatformPkg/Library/DebugSecExtraActionLib/DebugSecExtraActionLib.inf\r
1e57a462 129 DebugAgentLib|ArmPkg/Library/DebugAgentSymbolsBaseLib/DebugAgentSymbolsBaseLib.inf\r
c3adcc97 130 DefaultExceptionHandlerLib|ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLibBase.inf\r
3402aac7 131\r
1e57a462 132 PrePiLib|EmbeddedPkg/Library/PrePiLib/PrePiLib.inf\r
133 ExtractGuidedSectionLib|EmbeddedPkg/Library/PrePiExtractGuidedSectionLib/PrePiExtractGuidedSectionLib.inf\r
134 LzmaDecompressLib|IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf\r
135 MemoryAllocationLib|EmbeddedPkg/Library/PrePiMemoryAllocationLib/PrePiMemoryAllocationLib.inf\r
136 HobLib|EmbeddedPkg/Library/PrePiHobLib/PrePiHobLib.inf\r
137 PrePiHobListPointerLib|ArmPlatformPkg/Library/PrePiHobListPointerLib/PrePiHobListPointerLib.inf\r
138 PerformanceLib|MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.inf\r
139 PlatformPeiLib|ArmPlatformPkg/PlatformPei/PlatformPeiLib.inf\r
140 MemoryInitPeiLib|ArmPlatformPkg/MemoryInitPei/MemoryInitPeiLib.inf\r
141\r
142[LibraryClasses.common.DXE_CORE]\r
143 HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf\r
144 MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf\r
145 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf\r
146 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf\r
147 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf\r
148 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf\r
149 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf\r
150 PerformanceLib|MdeModulePkg/Library/DxeCorePerformanceLib/DxeCorePerformanceLib.inf\r
151\r
152[LibraryClasses.common.DXE_DRIVER]\r
153 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf\r
154 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf\r
155 SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf\r
156 PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf\r
157 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
158 ArmPlatformGlobalVariableLib|ArmPlatformPkg/Library/ArmPlatformGlobalVariableLib/Dxe/DxeArmPlatformGlobalVariableLib.inf\r
159\r
160[LibraryClasses.common.UEFI_APPLICATION]\r
161 UefiDecompressLib|IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf\r
162 PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf\r
163 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
164 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf\r
165\r
166[LibraryClasses.common.UEFI_DRIVER]\r
167 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf\r
168 UefiDecompressLib|IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf\r
169 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf\r
170 PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf\r
171 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
172\r
173[LibraryClasses.common.DXE_RUNTIME_DRIVER]\r
174 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
175 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
176 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf\r
177 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf\r
178\r
179[LibraryClasses.ARM]\r
180 #\r
181 # It is not possible to prevent the ARM compiler for generic intrinsic functions.\r
182 # This library provides the instrinsic functions generate by a given compiler.\r
183 # [LibraryClasses.ARM] and NULL mean link this library into all ARM images.\r
184 #\r
185 NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf\r
186\r
187[BuildOptions]\r
188 XCODE:*_*_ARM_PLATFORM_FLAGS == -arch armv7\r
189\r
190 GCC:*_*_ARM_PLATFORM_FLAGS == -march=armv7-a\r
191\r
192 RVCT:*_*_ARM_PLATFORM_FLAGS == --cpu Cortex-A8\r
193\r
194################################################################################\r
195#\r
196# Pcd Section - list of all EDK II PCD Entries defined by this Platform\r
197#\r
198################################################################################\r
199\r
200[PcdsFeatureFlag.common]\r
201 gEfiMdePkgTokenSpaceGuid.PcdComponentNameDisable|TRUE\r
202 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnosticsDisable|TRUE\r
203 gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|TRUE\r
204 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|TRUE\r
3402aac7 205\r
1e57a462 206 #\r
207 # Control what commands are supported from the UI\r
208 # Turn these on and off to add features or save size\r
3402aac7 209 #\r
1e57a462 210 gEmbeddedTokenSpaceGuid.PcdEmbeddedMacBoot|TRUE\r
211 gEmbeddedTokenSpaceGuid.PcdEmbeddedDirCmd|TRUE\r
212 gEmbeddedTokenSpaceGuid.PcdEmbeddedHobCmd|TRUE\r
213 gEmbeddedTokenSpaceGuid.PcdEmbeddedHwDebugCmd|TRUE\r
214 gEmbeddedTokenSpaceGuid.PcdEmbeddedPciDebugCmd|TRUE\r
215 gEmbeddedTokenSpaceGuid.PcdEmbeddedIoEnable|FALSE\r
216 gEmbeddedTokenSpaceGuid.PcdEmbeddedScriptCmd|FALSE\r
217\r
218 gEmbeddedTokenSpaceGuid.PcdCacheEnable|TRUE\r
3402aac7 219\r
1e57a462 220 # Use the Vector Table location in CpuDxe. We will not copy the Vector Table at PcdCpuVectorBaseAddress\r
221 gArmTokenSpaceGuid.PcdRelocateVectorTable|FALSE\r
3402aac7 222\r
1e57a462 223 gEmbeddedTokenSpaceGuid.PcdPrePiProduceMemoryTypeInformationHob|TRUE\r
3402aac7 224\r
1e57a462 225 gEfiMdeModulePkgTokenSpaceGuid.PcdTurnOffUsbLegacySupport|TRUE\r
226\r
227[PcdsFixedAtBuild.common]\r
228 gArmPlatformTokenSpaceGuid.PcdFirmwareVendor|"ARM Platform"\r
3402aac7 229\r
1e57a462 230 gEmbeddedTokenSpaceGuid.PcdEmbeddedPrompt|"ArmPlatform"\r
1e57a462 231 gEfiMdePkgTokenSpaceGuid.PcdMaximumUnicodeStringLength|1000000\r
232 gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength|1000000\r
233 gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|1000000\r
234 gEfiMdePkgTokenSpaceGuid.PcdSpinLockTimeout|10000000\r
235 gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue|0xAF\r
236 gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask|1\r
237 gEfiMdePkgTokenSpaceGuid.PcdPostCodePropertyMask|0\r
238 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|320\r
239\r
240 # DEBUG_ASSERT_ENABLED 0x01\r
241 # DEBUG_PRINT_ENABLED 0x02\r
242 # DEBUG_CODE_ENABLED 0x04\r
243 # CLEAR_MEMORY_ENABLED 0x08\r
244 # ASSERT_BREAKPOINT_ENABLED 0x10\r
245 # ASSERT_DEADLOOP_ENABLED 0x20\r
246!if $(TARGET) == RELEASE\r
247 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x21\r
248!else\r
249 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x2f\r
250!endif\r
251\r
252 # DEBUG_INIT 0x00000001 // Initialization\r
253 # DEBUG_WARN 0x00000002 // Warnings\r
254 # DEBUG_LOAD 0x00000004 // Load events\r
255 # DEBUG_FS 0x00000008 // EFI File system\r
256 # DEBUG_POOL 0x00000010 // Alloc & Free's\r
257 # DEBUG_PAGE 0x00000020 // Alloc & Free's\r
258 # DEBUG_INFO 0x00000040 // Verbose\r
259 # DEBUG_DISPATCH 0x00000080 // PEI/DXE Dispatchers\r
260 # DEBUG_VARIABLE 0x00000100 // Variable\r
261 # DEBUG_BM 0x00000400 // Boot Manager\r
262 # DEBUG_BLKIO 0x00001000 // BlkIo Driver\r
263 # DEBUG_NET 0x00004000 // SNI Driver\r
264 # DEBUG_UNDI 0x00010000 // UNDI Driver\r
265 # DEBUG_LOADFILE 0x00020000 // UNDI Driver\r
266 # DEBUG_EVENT 0x00080000 // Event messages\r
267 # DEBUG_ERROR 0x80000000 // Error\r
268 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x8000000F\r
269\r
270 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x07\r
271\r
272 gEmbeddedTokenSpaceGuid.PcdEmbeddedAutomaticBootCommand|""\r
273 gEmbeddedTokenSpaceGuid.PcdEmbeddedDefaultTextColor|0x07\r
274 gEmbeddedTokenSpaceGuid.PcdEmbeddedMemVariableStoreSize|0x10000\r
3402aac7 275\r
1e57a462 276 #\r
277 # Optional feature to help prevent EFI memory map fragments\r
278 # Turned on and off via: PcdPrePiProduceMemoryTypeInformationHob\r
3402aac7
RC
279 # Values are in EFI Pages (4K). DXE Core will make sure that\r
280 # at least this much of each type of memory can be allocated\r
1e57a462 281 # from a single memory range. This way you only end up with\r
282 # maximum of two fragements for each type in the memory map\r
283 # (the memory used, and the free memory that was prereserved\r
284 # but not used).\r
285 #\r
286 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIReclaimMemory|0\r
287 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIMemoryNVS|0\r
288 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiReservedMemoryType|0\r
289 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesData|50\r
290 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesCode|20\r
291 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesCode|400\r
292 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesData|20000\r
293 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderCode|20\r
294 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderData|0\r
3402aac7 295\r
1e57a462 296 #\r
297 # ARM Pcds\r
298 #\r
299 gArmTokenSpaceGuid.PcdArmUncachedMemoryMask|0x0000000000000000\r
3402aac7 300\r
1e57a462 301 gArmTokenSpaceGuid.PcdSystemMemoryBase|0\r
302 gArmTokenSpaceGuid.PcdSystemMemorySize|0\r
303\r
304################################################################################\r
305#\r
306# Components Section - list of all EDK II Modules needed by this Platform\r
307#\r
308################################################################################\r
309[Components.common]\r
3402aac7 310\r
1e57a462 311 #\r
312 # PEI Phase modules\r
313 #\r
314 ArmPlatformPkg/PrePi/PeiUniCore.inf\r
315\r
316 #\r
317 # DXE\r
318 #\r
319 MdeModulePkg/Core/Dxe/DxeMain.inf {\r
320 <LibraryClasses>\r
321 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
322 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf\r
323 }\r
324\r
325 #\r
326 # Architectural Protocols\r
327 #\r
3402aac7 328 ArmPkg/Drivers/CpuDxe/CpuDxe.inf\r
1e57a462 329 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf\r
330 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf\r
331 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf\r
332 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf\r
333 MdeModulePkg/Universal/Variable/EmuRuntimeDxe/EmuVariableRuntimeDxe.inf\r
3402aac7
RC
334 EmbeddedPkg/EmbeddedMonotonicCounter/EmbeddedMonotonicCounter.inf\r
335\r
1e57a462 336 EmbeddedPkg/ResetRuntimeDxe/ResetRuntimeDxe.inf\r
337 EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf\r
338 EmbeddedPkg/MetronomeDxe/MetronomeDxe.inf\r
3402aac7 339\r
1e57a462 340 # Simple TextIn/TextOut for UEFI Terminal\r
341 EmbeddedPkg/SimpleTextInOutSerial/SimpleTextInOutSerial.inf\r
3402aac7 342\r
1e57a462 343 #\r
344 #\r
345 # Semi-hosting filesystem\r
346 #\r
347 ArmPkg/Filesystem/SemihostFs/SemihostFs.inf\r
3402aac7 348\r
1e57a462 349 #\r
350 # FAT filesystem + GPT/MBR partitioning\r
351 #\r
352 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf\r
353 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf\r
1e57a462 354 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf\r
3402aac7 355\r
1e57a462 356 #\r
357 # Application\r
3402aac7 358 #\r
1e57a462 359 EmbeddedPkg/Ebl/Ebl.inf\r
360\r
361 #\r
362 # Bds\r
363 #\r
364 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf\r
365 ArmPlatformPkg/Bds/Bds.inf\r
3402aac7 366\r