]> git.proxmox.com Git - mirror_edk2.git/blame - ArmPlatformPkg/ArmPlatformPkg.dsc
ArmPlatformPkg: Introduced 'ArmPlatformSecLib'
[mirror_edk2.git] / ArmPlatformPkg / ArmPlatformPkg.dsc
CommitLineData
12fcdcb8 1#\r
ff4d6bb3 2# Copyright (c) 2011-2012, ARM Limited. All rights reserved.\r
12fcdcb8 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
20 PLATFORM_GUID = 4fe82b83-9315-4ff3-8cc0-ab77ca93cb7f \r
21 PLATFORM_VERSION = 0.1\r
22 DSC_SPECIFICATION = 0x00010005\r
23 OUTPUT_DIRECTORY = Build/$(PLATFORM_NAME)\r
24 SUPPORTED_ARCHITECTURES = ARM\r
25 BUILD_TARGETS = DEBUG|RELEASE\r
26 SKUID_IDENTIFIER = DEFAULT\r
27 FLASH_DEFINITION = ArmPlatformPkg/ArmPlatformPkg.fdf\r
28\r
29[LibraryClasses.common]\r
30 ArmLib|ArmPkg/Library/ArmLib/ArmV7/ArmV7Lib.inf\r
31 ArmCpuLib|ArmPkg/Drivers/ArmCpuLib/ArmCortexA9Lib/ArmCortexA9Lib.inf\r
32 ArmPlatformLib|ArmPlatformPkg/Library/ArmPlatformLibNull/ArmPlatformLibNull.inf\r
33\r
34!if $(TARGET) == RELEASE\r
35 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf\r
36 UncachedMemoryAllocationLib|ArmPkg/Library/UncachedMemoryAllocationLib/UncachedMemoryAllocationLib.inf\r
37!else\r
38 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r
39 UncachedMemoryAllocationLib|ArmPkg/Library/UncachedMemoryAllocationLib/UncachedMemoryAllocationLib.inf\r
40# UncachedMemoryAllocationLib|ArmPkg/Library/DebugUncachedMemoryAllocationLib/DebugUncachedMemoryAllocationLib.inf\r
41!endif\r
42 DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf\r
43 \r
44 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf\r
45 SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf\r
46 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf\r
47 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf\r
48 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf\r
49 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf\r
50 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf\r
51 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf\r
52 CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf\r
53\r
54 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf\r
55 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
56 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf\r
57 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r
58 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf\r
59 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf\r
60 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf\r
61 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf\r
62 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf\r
63 UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf \r
64\r
65 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf\r
66\r
67 #\r
68 # Assume everything is fixed at build\r
69 #\r
70 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
71 \r
72 # 1/123 faster than Stm or Vstm version\r
73 #BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf\r
74 BaseMemoryLib|ArmPkg/Library/BaseMemoryLibStm/BaseMemoryLibStm.inf\r
75\r
76 # ARM Architectural Libraries\r
77 CacheMaintenanceLib|ArmPkg/Library/ArmCacheMaintenanceLib/ArmCacheMaintenanceLib.inf\r
78 DefaultExceptionHandlerLib|ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLib.inf\r
793ae6ee 79 CpuExceptionHandlerLib|MdeModulePkg/Library/CpuExceptionHandlerLibNull/CpuExceptionHandlerLibNull.inf\r
12fcdcb8 80 ArmDisassemblerLib|ArmPkg/Library/ArmDisassemblerLib/ArmDisassemblerLib.inf\r
81 DmaLib|ArmPkg/Library/ArmDmaLib/ArmDmaLib.inf\r
82\r
83 # ARM PL390 General Interrupt Driver in Secure and Non-secure\r
84 ArmGicSecLib|ArmPkg/Drivers/PL390Gic/PL390GicSecLib.inf\r
85 ArmGicLib|ArmPkg/Drivers/PL390Gic/PL390GicLib.inf\r
86\r
87 SerialPortLib|MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf\r
88 TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf\r
89 EfiResetSystemLib|EmbeddedPkg/Library/TemplateResetSystemLib/TemplateResetSystemLib.inf\r
90 RealTimeClockLib|EmbeddedPkg/Library/TemplateRealTimeClockLib/TemplateRealTimeClockLib.inf\r
91\r
92 # EBL Related Libraries \r
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
97 \r
98 #\r
99 # Uncomment (and comment out the next line) For RealView Debugger. The Standard IO window \r
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
107 \r
108 DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf\r
109 DebugAgentTimerLib|EmbeddedPkg/Library/DebugAgentTimerLibNull/DebugAgentTimerLibNull.inf\r
110\r
111 SemihostLib|ArmPkg/Library/SemihostLib/SemihostLib.inf \r
112\r
113 # BDS Libraries\r
114 BdsLib|ArmPkg/Library/BdsLib/BdsLib.inf\r
115\r
116[LibraryClasses.common.SEC]\r
117 ArmLib|ArmPkg/Library/ArmLib/ArmV7/ArmV7LibSec.inf\r
e314d564 118 ArmPlatformSecLib|ArmPlatformPkg/Library/ArmPlatformSecLibNull/ArmPlatformLibNullSec.inf\r
12fcdcb8 119 ArmPlatformLib|ArmPlatformPkg/Library/ArmPlatformLibNull/ArmPlatformLibNullSec.inf\r
8cc852f7 120 ArmTrustedMonitorLib|ArmPlatformPkg/Library/ArmTrustedMonitorLibNull/ArmTrustedMonitorLibNull.inf\r
12fcdcb8 121\r
c7b7c445 122 ArmPlatformSecExtraActionLib|ArmPlatformPkg/Library/DebugSecExtraActionLib/DebugSecExtraActionLib.inf\r
12fcdcb8 123 ArmPlatformGlobalVariableLib|ArmPlatformPkg/Library/ArmPlatformGlobalVariableLib/Sec/SecArmPlatformGlobalVariableLib.inf\r
124 \r
125 DebugAgentLib|ArmPkg/Library/DebugAgentSymbolsOnlyLib/DebugAgentSymbolsOnlyLib.inf\r
126\r
127[LibraryClasses.common.PEI_CORE]\r
128 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf\r
129 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf\r
130 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r
131 PeiCoreEntryPoint|MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf\r
132 PerformanceLib|MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.inf\r
133 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf\r
134 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf\r
135 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf\r
136 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf\r
137 ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf\r
138 \r
139 ArmPlatformGlobalVariableLib|ArmPlatformPkg/Library/ArmPlatformGlobalVariableLib/Pei/PeiArmPlatformGlobalVariableLib.inf\r
140 PeiServicesTablePointerLib|ArmPlatformPkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf\r
141 \r
142[LibraryClasses.common.PEIM]\r
143 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf\r
144 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf\r
145 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r
146 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf\r
147 PerformanceLib|MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.inf\r
148 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf\r
149 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf\r
150 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf\r
151 PeiResourcePublicationLib|MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib.inf\r
152 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf\r
153 ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf\r
154\r
155 ArmPlatformGlobalVariableLib|ArmPlatformPkg/Library/ArmPlatformGlobalVariableLib/Pei/PeiArmPlatformGlobalVariableLib.inf\r
156 PeiServicesTablePointerLib|ArmPlatformPkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf\r
157\r
158[LibraryClasses.common.DXE_CORE]\r
159 HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf\r
160 MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf\r
161 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf\r
162 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf\r
163 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf\r
164 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf\r
165 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf\r
166 PerformanceLib|MdeModulePkg/Library/DxeCorePerformanceLib/DxeCorePerformanceLib.inf\r
167\r
168[LibraryClasses.common.DXE_DRIVER]\r
169 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf\r
170 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf\r
171 SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf\r
172 PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf\r
173 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
174 ArmPlatformGlobalVariableLib|ArmPlatformPkg/Library/ArmPlatformGlobalVariableLib/Dxe/DxeArmPlatformGlobalVariableLib.inf\r
175\r
176[LibraryClasses.common.UEFI_APPLICATION]\r
177 UefiDecompressLib|IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf\r
178 PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf\r
179 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
180 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf\r
181\r
182[LibraryClasses.common.UEFI_DRIVER]\r
183 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf\r
184 UefiDecompressLib|IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf\r
185 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf\r
186 PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf\r
187 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
188\r
189[LibraryClasses.common.DXE_RUNTIME_DRIVER]\r
190 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
191 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
192 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf\r
193 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf\r
194\r
195[LibraryClasses.ARM]\r
196 #\r
197 # It is not possible to prevent the ARM compiler for generic intrinsic functions.\r
198 # This library provides the instrinsic functions generate by a given compiler.\r
199 # [LibraryClasses.ARM] and NULL mean link this library into all ARM images.\r
200 #\r
201 NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf\r
202\r
203[BuildOptions]\r
204 XCODE:*_*_ARM_PLATFORM_FLAGS == -arch armv7\r
205\r
206 GCC:*_*_ARM_PLATFORM_FLAGS == -march=armv7-a\r
207\r
208 RVCT:*_*_ARM_PLATFORM_FLAGS == --cpu Cortex-A8\r
209\r
210################################################################################\r
211#\r
212# Pcd Section - list of all EDK II PCD Entries defined by this Platform\r
213#\r
214################################################################################\r
215\r
216[PcdsFeatureFlag.common]\r
217 gEfiMdePkgTokenSpaceGuid.PcdComponentNameDisable|TRUE\r
218 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnosticsDisable|TRUE\r
219 gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|TRUE\r
220 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|TRUE\r
221 \r
222 #\r
223 # Control what commands are supported from the UI\r
224 # Turn these on and off to add features or save size\r
225 # \r
226 gEmbeddedTokenSpaceGuid.PcdEmbeddedMacBoot|TRUE\r
227 gEmbeddedTokenSpaceGuid.PcdEmbeddedDirCmd|TRUE\r
228 gEmbeddedTokenSpaceGuid.PcdEmbeddedHobCmd|TRUE\r
229 gEmbeddedTokenSpaceGuid.PcdEmbeddedHwDebugCmd|TRUE\r
230 gEmbeddedTokenSpaceGuid.PcdEmbeddedPciDebugCmd|TRUE\r
12fcdcb8 231 gEmbeddedTokenSpaceGuid.PcdEmbeddedIoEnable|FALSE\r
232 gEmbeddedTokenSpaceGuid.PcdEmbeddedScriptCmd|FALSE\r
233\r
234 gEmbeddedTokenSpaceGuid.PcdCacheEnable|TRUE\r
235 \r
236 # Use the Vector Table location in CpuDxe. We will not copy the Vector Table at PcdCpuVectorBaseAddress\r
237 gArmTokenSpaceGuid.PcdRelocateVectorTable|FALSE\r
238 \r
239 gEmbeddedTokenSpaceGuid.PcdPrePiProduceMemoryTypeInformationHob|TRUE\r
240 \r
241 gEfiMdeModulePkgTokenSpaceGuid.PcdTurnOffUsbLegacySupport|TRUE\r
242\r
243[PcdsFixedAtBuild.common]\r
244 gArmPlatformTokenSpaceGuid.PcdFirmwareVendor|"ARM Platform"\r
245 \r
246 gEmbeddedTokenSpaceGuid.PcdEmbeddedPrompt|"ArmPlatform"\r
247 gEmbeddedTokenSpaceGuid.PcdPrePiCpuMemorySize|32\r
248 gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize|0\r
249 gEfiMdePkgTokenSpaceGuid.PcdMaximumUnicodeStringLength|1000000\r
250 gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength|1000000\r
251 gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|1000000\r
252 gEfiMdePkgTokenSpaceGuid.PcdSpinLockTimeout|10000000\r
253 gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue|0xAF\r
254 gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask|1\r
255 gEfiMdePkgTokenSpaceGuid.PcdPostCodePropertyMask|0\r
256 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|320\r
257\r
258 # DEBUG_ASSERT_ENABLED 0x01\r
259 # DEBUG_PRINT_ENABLED 0x02\r
260 # DEBUG_CODE_ENABLED 0x04\r
261 # CLEAR_MEMORY_ENABLED 0x08\r
262 # ASSERT_BREAKPOINT_ENABLED 0x10\r
263 # ASSERT_DEADLOOP_ENABLED 0x20\r
264!if $(TARGET) == RELEASE\r
265 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x21\r
266!else\r
267 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x2f\r
268!endif\r
269\r
270 # DEBUG_INIT 0x00000001 // Initialization\r
271 # DEBUG_WARN 0x00000002 // Warnings\r
272 # DEBUG_LOAD 0x00000004 // Load events\r
273 # DEBUG_FS 0x00000008 // EFI File system\r
274 # DEBUG_POOL 0x00000010 // Alloc & Free's\r
275 # DEBUG_PAGE 0x00000020 // Alloc & Free's\r
276 # DEBUG_INFO 0x00000040 // Verbose\r
277 # DEBUG_DISPATCH 0x00000080 // PEI/DXE Dispatchers\r
278 # DEBUG_VARIABLE 0x00000100 // Variable\r
279 # DEBUG_BM 0x00000400 // Boot Manager\r
280 # DEBUG_BLKIO 0x00001000 // BlkIo Driver\r
281 # DEBUG_NET 0x00004000 // SNI Driver\r
282 # DEBUG_UNDI 0x00010000 // UNDI Driver\r
283 # DEBUG_LOADFILE 0x00020000 // UNDI Driver\r
284 # DEBUG_EVENT 0x00080000 // Event messages\r
285 # DEBUG_ERROR 0x80000000 // Error\r
286 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x8000000F\r
287\r
288 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x07\r
289\r
290 gEmbeddedTokenSpaceGuid.PcdEmbeddedAutomaticBootCommand|""\r
291 gEmbeddedTokenSpaceGuid.PcdEmbeddedDefaultTextColor|0x07\r
292 gEmbeddedTokenSpaceGuid.PcdEmbeddedMemVariableStoreSize|0x10000\r
293 \r
294 #\r
295 # Optional feature to help prevent EFI memory map fragments\r
296 # Turned on and off via: PcdPrePiProduceMemoryTypeInformationHob\r
297 # Values are in EFI Pages (4K). DXE Core will make sure that \r
298 # at least this much of each type of memory can be allocated \r
299 # from a single memory range. This way you only end up with\r
300 # maximum of two fragements for each type in the memory map\r
301 # (the memory used, and the free memory that was prereserved\r
302 # but not used).\r
303 #\r
304 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIReclaimMemory|0\r
305 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIMemoryNVS|0\r
306 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiReservedMemoryType|0\r
307 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesData|50\r
308 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesCode|20\r
309 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesCode|400\r
310 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesData|20000\r
311 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderCode|20\r
312 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderData|0\r
313 \r
314 #\r
315 # ARM Pcds\r
316 #\r
317 gArmTokenSpaceGuid.PcdArmUncachedMemoryMask|0x0000000000000000\r
318 \r
319 # Stacks for MPCores in Secure World\r
320 gArmPlatformTokenSpaceGuid.PcdCPUCoresSecStackBase|0\r
321 # Stacks for MPCores in Monitor Mode\r
322 gArmPlatformTokenSpaceGuid.PcdCPUCoresSecMonStackBase|0\r
323 # Stacks for MPCores in Normal World\r
324 gArmPlatformTokenSpaceGuid.PcdCPUCoresStackBase|0\r
325\r
326 gArmTokenSpaceGuid.PcdSystemMemoryBase|0\r
327 gArmTokenSpaceGuid.PcdSystemMemorySize|0\r
328\r
329################################################################################\r
330#\r
331# Components Section - list of all EDK II Modules needed by this Platform\r
332#\r
333################################################################################\r
334[Components.common]\r
335 \r
336 #\r
337 # SEC\r
338 #\r
339 ArmPlatformPkg/Sec/Sec.inf\r
340 \r
341 #\r
342 # PEI Phase modules\r
343 #\r
344 ArmPlatformPkg/PrePeiCore/PrePeiCoreUniCore.inf {\r
345 <LibraryClasses>\r
346 ArmGicSecLib|ArmPkg/Drivers/PL390Gic/PL390GicLib.inf\r
347\r
348 ArmPlatformGlobalVariableLib|ArmPlatformPkg/Library/ArmPlatformGlobalVariableLib/Pei/PeiArmPlatformGlobalVariableLib.inf\r
349 }\r
350 MdeModulePkg/Core/Pei/PeiMain.inf\r
351 MdeModulePkg/Universal/PCD/Pei/Pcd.inf {\r
352 <LibraryClasses>\r
353 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
354 }\r
355 ArmPlatformPkg/PlatformPei/PlatformPeim.inf\r
356 ArmPlatformPkg/MemoryInitPei/MemoryInitPeim.inf\r
357 ArmPkg/Drivers/CpuPei/CpuPei.inf\r
358 IntelFrameworkModulePkg/Universal/StatusCode/Pei/StatusCodePei.inf\r
359 Nt32Pkg/BootModePei/BootModePei.inf\r
360 MdeModulePkg/Universal/Variable/Pei/VariablePei.inf\r
361 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf {\r
362 <LibraryClasses>\r
363 NULL|IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf\r
364 }\r
365\r
366 #\r
367 # DXE\r
368 #\r
369 MdeModulePkg/Core/Dxe/DxeMain.inf {\r
370 <LibraryClasses>\r
371 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
372 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf\r
373 }\r
374\r
375 #\r
376 # Architectural Protocols\r
377 #\r
378 ArmPkg/Drivers/CpuDxe/CpuDxe.inf \r
379 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf\r
380 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf\r
381 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf\r
382 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf\r
504d1460 383 MdeModulePkg/Universal/Variable/EmuRuntimeDxe/EmuVariableRuntimeDxe.inf\r
12fcdcb8 384 EmbeddedPkg/EmbeddedMonotonicCounter/EmbeddedMonotonicCounter.inf \r
385 \r
386 EmbeddedPkg/ResetRuntimeDxe/ResetRuntimeDxe.inf\r
387 EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf\r
388 EmbeddedPkg/MetronomeDxe/MetronomeDxe.inf\r
389 \r
504d1460 390 # Simple TextIn/TextOut for UEFI Terminal\r
391 EmbeddedPkg/SimpleTextInOutSerial/SimpleTextInOutSerial.inf\r
392 \r
12fcdcb8 393 #\r
394 # Semi-hosting filesystem\r
395 #\r
396 ArmPkg/Filesystem/SemihostFs/SemihostFs.inf\r
397 \r
398 #\r
399 # FAT filesystem + GPT/MBR partitioning\r
400 #\r
401 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf\r
402 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf\r
403 FatPkg/EnhancedFatDxe/Fat.inf\r
404 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf\r
405 \r
406 #\r
407 # Application\r
408 # \r
409 EmbeddedPkg/Ebl/Ebl.inf\r
410\r
411 #\r
412 # Bds\r
413 #\r
414 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf\r
415 ArmPlatformPkg/Bds/Bds.inf\r
416