]> git.proxmox.com Git - mirror_edk2.git/blame - ArmRealViewEbPkg/ArmRealViewEbPkg.dsc
Remove ArmEbPkg and replace with ArmRealViewEbPkg. Ported ArmRealViewEbPkg to have...
[mirror_edk2.git] / ArmRealViewEbPkg / ArmRealViewEbPkg.dsc
CommitLineData
afdfe8f0 1#/** @file\r
2# ARM RealViewEB package.\r
3#\r
4# Copyright (c) 2009 - 2010, Apple Inc. All rights reserved.<BR>\r
5#\r
6# This program and the accompanying materials\r
7# are licensed and made available under the terms and conditions of the BSD License\r
8# which accompanies this distribution. The full text of the license may be found at\r
9# http://opensource.org/licenses/bsd-license.php\r
10#\r
11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13#\r
14#**/\r
15\r
16################################################################################\r
17#\r
18# Defines Section - statements that will be processed to create a Makefile.\r
19#\r
20################################################################################\r
21[Defines]\r
22 PLATFORM_NAME = ArmRealViewEbPkg\r
23 PLATFORM_GUID = F4C1AD3E-9D3E-4F61-8791-B3BB1C43D04C\r
24 PLATFORM_VERSION = 0.1\r
25 DSC_SPECIFICATION = 0x00010005\r
26 OUTPUT_DIRECTORY = Build/ArmRealViewEb\r
27 SUPPORTED_ARCHITECTURES = ARM\r
28 BUILD_TARGETS = DEBUG|RELEASE\r
29 SKUID_IDENTIFIER = DEFAULT\r
30 FLASH_DEFINITION = ArmRealViewEbPkg/ArmRealViewEbPkg.fdf\r
31\r
32\r
33[LibraryClasses.common]\r
34!if $(BUILD_TARGETS) == 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\r
43 ArmLib|ArmPkg/Library/ArmLib/ArmV7/ArmV7Lib.inf\r
44 \r
45 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf\r
46 BaseMemoryLib|ArmPkg/Library/BaseMemoryLibStm/BaseMemoryLibStm.inf\r
47\r
48 EfiResetSystemLib|ArmRealViewEbPkg/Library/ResetSystemLib/ResetSystemLib.inf\r
49 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf\r
50 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf\r
51 \r
52 EblCmdLib|BeagleBoardPkg/Library/EblCmdLib/EblCmdLib.inf\r
53 EfiFileLib|EmbeddedPkg/Library/EfiFileLib/EfiFileLib.inf\r
54 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf\r
55 \r
56 #\r
57 # Uncomment (and comment out the next line) For RealView Debugger. The Standard IO window \r
58 # in the debugger will show load and unload commands for symbols. You can cut and paste this\r
59 # into the command window to load symbols. We should be able to use a script to do this, but\r
60 # the version of RVD I have does not support scipts accessing system memory.\r
61 #\r
62# PeCoffExtraActionLib|ArmPkg/Library/RvdPeCoffExtraActionLib/RvdPeCoffExtraActionLib.inf\r
63 PeCoffExtraActionLib|ArmPkg/Library/DebugPeCoffExtraActionLib/DebugPeCoffExtraActionLib.inf\r
64# PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf\r
65\r
66 \r
67 CacheMaintenanceLib|ArmPkg/Library/ArmCacheMaintenanceLib/ArmCacheMaintenanceLib.inf\r
68 DefaultExceptioHandlerLib|ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLib.inf\r
69 \r
70 SemihostLib|ArmPkg/Library/SemihostLib/SemihostLib.inf\r
71 \r
72 RealTimeClockLib|ArmRealViewEbPkg/Library/RealTimeClockLib/RealTimeClockLib.inf\r
73\r
74 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf\r
75 \r
76 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf\r
77 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf\r
78 \r
79 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf\r
80 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
81 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf\r
82 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r
83 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf\r
84\r
85 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf\r
86 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf\r
87 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf\r
88\r
89#\r
90# Assume everything is fixed at build\r
91#\r
92 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
93\r
94 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf\r
95 \r
96\r
97 EblAddExternalCommandLib|EmbeddedPkg/Library/EblAddExternalCommandLib/EblAddExternalCommandLib.inf\r
98\r
99 CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf\r
100 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf\r
101\r
102 EblNetworkLib|EmbeddedPkg/Library/EblNetworkLib/EblNetworkLib.inf\r
103 \r
104 ArmDisassemblerLib|ArmPkg/Library/ArmDisassemblerLib/ArmDisassemblerLib.inf\r
105 DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf\r
106 DebugAgentTimerLib|ArmRealViewEbPkg/Library/DebugAgentTimerLib/DebugAgentTimerLib.inf\r
107\r
108 SerialPortLib|ArmRealViewEbPkg/Library/SerialPortLib/SerialPortLib.inf\r
109 #TimerLib|ArmRealViewEbPkg/Library/TimerLib/TimerLib.inf \r
110 TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf \r
111 SerialPortLib|ArmRealViewEbPkg/Library/SerialPortLib/SerialPortLib.inf\r
112 GdbSerialLib|ArmRealViewEbPkg/Library/GdbSerialLib/GdbSerialLib.inf\r
113 DmaLib|ArmPkg/Library/ArmDmaLib/ArmDmaLib.inf\r
114\r
115\r
116[LibraryClasses.common.SEC]\r
117 ArmLib|ArmPkg/Library/ArmLib/ArmV7/ArmV7Lib.inf\r
118 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
119 PerformanceLib|MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.inf\r
120 \r
121 # 1/123 faster than Stm or Vstm version\r
122 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf\r
123\r
124 # Uncomment to turn on GDB stub in SEC. \r
125 #DebugAgentLib|EmbeddedPkg/Library/GdbDebugAgent/GdbDebugAgent.inf\r
126\r
127[LibraryClasses.common.PEI_CORE]\r
128 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf\r
129 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf\r
130 # note: this won't actually work since globals in PEI are not writeable\r
131 # need to generate an ARM PEI services table pointer implementation\r
132 PeiServicesTablePointerLib|ArmRealViewEbPkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf\r
133 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf\r
134 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r
135 PeiCoreEntryPoint|MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf\r
136 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf\r
137 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf\r
138 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf\r
139 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r
140 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf\r
141 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf\r
142 ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf\r
143\r
144[LibraryClasses.common.PEIM]\r
145 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf\r
146 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf\r
147 # note: this won't actually work since globals in PEI are not writeable\r
148 # need to generate an ARM PEI services table pointer implementation\r
149 PeiServicesTablePointerLib|ArmRealViewEbPkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf\r
150 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf\r
151 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r
152 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf\r
153 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf\r
154 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf\r
155 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf\r
156 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r
157 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf\r
158 PeiResourcePublicationLib|MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib.inf\r
159 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf\r
160 ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf\r
161\r
162[LibraryClasses.common.DXE_CORE]\r
163 HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf\r
164 MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf\r
165 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf\r
166 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf\r
167 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf\r
168 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf\r
169 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf\r
170# PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf\r
171\r
172 PerformanceLib|MdeModulePkg/Library/DxeCorePerformanceLib/DxeCorePerformanceLib.inf\r
173 \r
174\r
175[LibraryClasses.common.DXE_DRIVER]\r
176 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf\r
177 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf\r
178 SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf\r
179 PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf\r
180 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
181\r
182\r
183[LibraryClasses.common.UEFI_APPLICATION]\r
184 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf\r
185 UefiDecompressLib|IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf\r
186 PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf\r
187 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
188\r
189[LibraryClasses.common.UEFI_DRIVER]\r
190 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf\r
191 UefiDecompressLib|IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf\r
192 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf\r
193 PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf\r
194 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
195\r
196[LibraryClasses.common.DXE_RUNTIME_DRIVER]\r
197 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
198 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
199 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf\r
200 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf\r
201# PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf\r
202 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
203\r
204[LibraryClasses.ARM]\r
205 #\r
206 # It is not possible to prevent the ARM compiler for generic intrinsic functions.\r
207 # This library provides the instrinsic functions generate by a given compiler.\r
208 # [LibraryClasses.ARM] and NULL mean link this library into all ARM images.\r
209 #\r
210 NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf\r
211\r
212\r
213[BuildOptions]\r
214 RVCT:*_*_ARM_ARCHCC_FLAGS == --cpu Cortex-A8 --thumb\r
215 RVCT:*_*_ARM_ARCHASM_FLAGS == --cpu Cortex-A8 \r
216 RVCT:RELEASE_*_*_CC_FLAGS = -DMDEPKG_NDEBUG \r
217\r
364aa45e 218 GCC:*_*_ARM_ARCHCC_FLAGS == -march=armv7-a -mthumb \r
afdfe8f0 219 GCC:*_*_ARM_ARCHASM_FLAGS == -march=armv7-a\r
220 GCC:RELEASE_*_*_CC_FLAGS = -DMDEPKG_NDEBUG \r
221\r
222 XCODE:*_*_ARM_ARCHCC_FLAGS == -arch armv7 -march=armv7\r
223 XCODE:*_*_ARM_ARCHASM_FLAGS == -arch armv7\r
224 XCODE:*_*_ARM_ARCHDLINK_FLAGS == -arch armv7\r
225 XCODE:RELEASE_*_*_CC_FLAGS = -DMDEPKG_NDEBUG \r
226\r
227\r
228################################################################################\r
229#\r
230# Pcd Section - list of all EDK II PCD Entries defined by this Platform\r
231#\r
232################################################################################\r
233\r
234[PcdsFeatureFlag.common]\r
235 gEfiMdePkgTokenSpaceGuid.PcdComponentNameDisable|TRUE\r
236 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnosticsDisable|TRUE\r
237 gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|TRUE\r
238 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|TRUE\r
239 \r
240 gArmTokenSpaceGuid.PcdCpuDxeProduceDebugSupport|FALSE\r
241\r
242 gEfiMdeModulePkgTokenSpaceGuid.PcdTurnOffUsbLegacySupport|TRUE\r
243 \r
244[PcdsFixedAtBuild.common]\r
245 gEmbeddedTokenSpaceGuid.PcdEmbeddedPrompt|"ArmEb %a"\r
246 gEmbeddedTokenSpaceGuid.PcdPrePiCpuMemorySize|32\r
247 gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize|0\r
248 gEfiMdePkgTokenSpaceGuid.PcdMaximumUnicodeStringLength|1000000\r
249 gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength|1000000\r
250 gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|1000000\r
251 gEfiMdePkgTokenSpaceGuid.PcdSpinLockTimeout|10000000\r
252 gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue|0xAF\r
253 gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask|1\r
254 gEfiMdePkgTokenSpaceGuid.PcdPostCodePropertyMask|0\r
255 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|320\r
256\r
257# DEBUG_ASSERT_ENABLED 0x01\r
258# DEBUG_PRINT_ENABLED 0x02\r
259# DEBUG_CODE_ENABLED 0x04\r
260# CLEAR_MEMORY_ENABLED 0x08\r
261# ASSERT_BREAKPOINT_ENABLED 0x10\r
262# ASSERT_DEADLOOP_ENABLED 0x20\r
263 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x2f\r
264\r
265# DEBUG_INIT 0x00000001 // Initialization\r
266# DEBUG_WARN 0x00000002 // Warnings\r
267# DEBUG_LOAD 0x00000004 // Load events\r
268# DEBUG_FS 0x00000008 // EFI File system\r
269# DEBUG_POOL 0x00000010 // Alloc & Free's\r
270# DEBUG_PAGE 0x00000020 // Alloc & Free's\r
271# DEBUG_INFO 0x00000040 // Verbose\r
272# DEBUG_DISPATCH 0x00000080 // PEI/DXE Dispatchers\r
273# DEBUG_VARIABLE 0x00000100 // Variable\r
274# DEBUG_BM 0x00000400 // Boot Manager\r
275# DEBUG_BLKIO 0x00001000 // BlkIo Driver\r
276# DEBUG_NET 0x00004000 // SNI Driver\r
277# DEBUG_UNDI 0x00010000 // UNDI Driver\r
278# DEBUG_LOADFILE 0x00020000 // UNDI Driver\r
279# DEBUG_EVENT 0x00080000 // Event messages\r
280# DEBUG_ERROR 0x80000000 // Error\r
281 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0xffffffcf\r
282\r
283 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x07\r
284\r
285 gEmbeddedTokenSpaceGuid.PcdEmbeddedAutomaticBootCommand|""\r
286 gEmbeddedTokenSpaceGuid.PcdEmbeddedDefaultTextColor|0x07\r
287 gEmbeddedTokenSpaceGuid.PcdEmbeddedMemVariableStoreSize|0x10000\r
288#\r
289# Optional feature to help prevent EFI memory map fragments\r
290# Turned on and off via: PcdPrePiProduceMemoryTypeInformationHob\r
291# Values are in EFI Pages (4K). DXE Core will make sure that \r
292# at least this much of each type of memory can be allocated \r
293# from a single memory range. This way you only end up with\r
294# maximum of two fragements for each type in the memory map\r
295# (the memory used, and the free memory that was prereserved\r
296# but not used).\r
297#\r
298 gArmTokenSpaceGuid.PcdCpuVectorBaseAddress|0x00000000\r
299 #gArmTokenSpaceGuid.PcdCpuResetAddress|0x40000000 # set to start of NOR\r
300 gEmbeddedTokenSpaceGuid.PcdTimerPeriod|100000\r
301 gEmbeddedTokenSpaceGuid.PcdEmbeddedPerformanceCounterPeriodInNanoseconds|77\r
302 gEmbeddedTokenSpaceGuid.PcdEmbeddedPerformanceCounterFrequencyInHz|13000000\r
303 \r
304 #\r
305 # ARM Pcds\r
306 #\r
307 gArmTokenSpaceGuid.PcdArmUncachedMemoryMask|0x0000000040000000\r
308\r
309 #\r
310 # ARM EB PCDS\r
311 #\r
312 gArmRealViewEbPkgTokenSpaceGuid.PcdConsoleUartBase|0x10009000\r
313 gArmRealViewEbPkgTokenSpaceGuid.PcdGdbUartBase|0x1000a000\r
314 \r
315 # change these together\r
316 gArmRealViewEbPkgTokenSpaceGuid.PcdPeiServicePtrAddr|0x48020004 # pei services ptr just above stack\r
317 gEmbeddedTokenSpaceGuid.PcdPrePiStackBase|0x48000000 # stack at top of SRAM\r
318 gEmbeddedTokenSpaceGuid.PcdPrePiStackSize|0x00020000 # 128K stack\r
319 \r
320 \r
321\r
322\r
323################################################################################\r
324#\r
325# Components Section - list of all EDK II Modules needed by this Platform\r
326#\r
327################################################################################\r
328[Components.common]\r
329 \r
330#\r
331# SEC\r
332#\r
333 ArmRealViewEbPkg/SecForPei/Sec.inf\r
334\r
335#\r
336# PEI Phase modules\r
337#\r
338MdeModulePkg/Core/Pei/PeiMain.inf\r
339MdeModulePkg/Universal/PCD/Pei/Pcd.inf {\r
340 <LibraryClasses>\r
341 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
342}\r
343ArmPkg/Drivers/CpuPei/CpuPei.inf\r
344ArmRealViewEbPkg/PlatformPei/PlatformPei.inf\r
345ArmRealViewEbPkg/MemoryInitPei/MemoryInitPei.inf\r
346IntelFrameworkModulePkg/Universal/StatusCode/Pei/StatusCodePei.inf\r
347Nt32Pkg/BootModePei/BootModePei.inf\r
348#Nt32Pkg/StallPei/StallPei.inf\r
349#Nt32Pkg/WinNtFlashMapPei/WinNtFlashMapPei.inf\r
350MdeModulePkg/Universal/Variable/Pei/VariablePei.inf\r
351#Nt32Pkg/WinNtFirmwareVolumePei/WinNtFirmwareVolumePei.inf\r
352MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf\r
353\r
354#\r
355# DXE\r
356#\r
357 MdeModulePkg/Core/Dxe/DxeMain.inf {\r
358 <LibraryClasses>\r
359 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
360 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf\r
361 NULL|IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf\r
362 }\r
363\r
364 ArmPkg/Drivers/CpuDxe/CpuDxe.inf\r
365 \r
366 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf\r
367 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf\r
368 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf\r
369 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf\r
370 MdeModulePkg/Universal/Variable/EmuRuntimeDxe/EmuVariableRuntimeDxe.inf\r
371 \r
372 EmbeddedPkg/EmbeddedMonotonicCounter/EmbeddedMonotonicCounter.inf\r
373 EmbeddedPkg/SimpleTextInOutSerial/SimpleTextInOutSerial.inf\r
374 \r
375 EmbeddedPkg/ResetRuntimeDxe/ResetRuntimeDxe.inf\r
376 EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf\r
377 EmbeddedPkg/MetronomeDxe/MetronomeDxe.inf\r
378\r
379 ArmRealViewEbPkg/InterruptDxe/InterruptDxe.inf\r
380 ArmRealViewEbPkg/TimerDxe/TimerDxe.inf\r
381\r
382 #\r
383 # Semi-hosting filesystem\r
384 #\r
385 ArmPkg/Filesystem/SemihostFs/SemihostFs.inf\r
386 \r
387 #\r
388 # FAT filesystem + GPT/MBR partitioning\r
389 #\r
390 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf\r
391 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf\r
392 FatPkg/EnhancedFatDxe/Fat.inf\r
393 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf\r
394 \r
395 \r
396 #\r
397 # Application\r
398 # \r
399 EmbeddedPkg/Ebl/Ebl.inf\r
400\r
401 #\r
402 # Bds\r
403 #\r
404 ArmRealViewEbPkg/Bds/Bds.inf \r
405\r
406 #\r
407 # Example Application\r
408 # \r
409 MdeModulePkg/Application/HelloWorld/HelloWorld.inf\r
410\r