]> git.proxmox.com Git - mirror_edk2.git/blob - ArmPlatformPkg/ArmRealViewEbPkg/ArmRealViewEb-RTSM-A8.dsc
ArmPlatformPkg/PL011Uart: Create PL011 UART driver
[mirror_edk2.git] / ArmPlatformPkg / ArmRealViewEbPkg / ArmRealViewEb-RTSM-A8.dsc
1 #
2 # Copyright (c) 2011, ARM Limited. All rights reserved.
3 #
4 # This program and the accompanying materials
5 # are licensed and made available under the terms and conditions of the BSD License
6 # which accompanies this distribution. The full text of the license may be found at
7 # http://opensource.org/licenses/bsd-license.php
8 #
9 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
10 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
11 #
12 #
13
14 ################################################################################
15 #
16 # Defines Section - statements that will be processed to create a Makefile.
17 #
18 ################################################################################
19 [Defines]
20 PLATFORM_NAME = ArmRealViewEbPkg
21 PLATFORM_GUID = F4C1AD3E-9D3E-4F61-8791-B3BB1C43D04C
22 PLATFORM_VERSION = 0.1
23 DSC_SPECIFICATION = 0x00010005
24 OUTPUT_DIRECTORY = Build/ArmRealViewEb-RTSM-A8
25 SUPPORTED_ARCHITECTURES = ARM
26 BUILD_TARGETS = DEBUG|RELEASE
27 SKUID_IDENTIFIER = DEFAULT
28 FLASH_DEFINITION = ArmPlatformPkg/ArmRealViewEbPkg/ArmRealViewEb-RTSM-UniCore.fdf
29
30 [LibraryClasses.common]
31 !if $(BUILD_TARGETS) == RELEASE
32 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
33 UncachedMemoryAllocationLib|ArmPkg/Library/UncachedMemoryAllocationLib/UncachedMemoryAllocationLib.inf
34 !else
35 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
36 UncachedMemoryAllocationLib|ArmPkg/Library/UncachedMemoryAllocationLib/UncachedMemoryAllocationLib.inf
37 # UncachedMemoryAllocationLib|ArmPkg/Library/DebugUncachedMemoryAllocationLib/DebugUncachedMemoryAllocationLib.inf
38 !endif
39 DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf
40
41 ArmLib|ArmPkg/Library/ArmLib/ArmV7/ArmV7Lib.inf
42 ArmPlatformLib|ArmPlatformPkg/ArmRealViewEbPkg/Library/ArmRealViewEbLibRTSM/ArmRealViewEbLib.inf
43
44 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
45 BaseMemoryLib|ArmPkg/Library/BaseMemoryLibStm/BaseMemoryLibStm.inf
46
47 EfiResetSystemLib|ArmPlatformPkg/ArmRealViewEbPkg/Library/ResetSystemLib/ResetSystemLib.inf
48 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
49 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
50
51 EblCmdLib|ArmPlatformPkg/Library/EblCmdLib/EblCmdLib.inf
52 EfiFileLib|EmbeddedPkg/Library/EfiFileLib/EfiFileLib.inf
53 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
54
55 #
56 # Uncomment (and comment out the next line) For RealView Debugger. The Standard IO window
57 # in the debugger will show load and unload commands for symbols. You can cut and paste this
58 # into the command window to load symbols. We should be able to use a script to do this, but
59 # the version of RVD I have does not support scripts accessing system memory.
60 #
61 # PeCoffExtraActionLib|ArmPkg/Library/RvdPeCoffExtraActionLib/RvdPeCoffExtraActionLib.inf
62 PeCoffExtraActionLib|ArmPkg/Library/DebugPeCoffExtraActionLib/DebugPeCoffExtraActionLib.inf
63 # PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf
64
65 CacheMaintenanceLib|ArmPkg/Library/ArmCacheMaintenanceLib/ArmCacheMaintenanceLib.inf
66 DefaultExceptioHandlerLib|ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLib.inf
67
68 SemihostLib|ArmPkg/Library/SemihostLib/SemihostLib.inf
69
70 RealTimeClockLib|ArmPlatformPkg/Library/PL031RealTimeClockLib/PL031RealTimeClockLib.inf
71
72 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
73
74 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
75 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
76
77 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
78 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
79 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
80 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
81 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
82
83 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
84 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
85 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
86
87 #
88 # Assume everything is fixed at build
89 #
90 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
91
92 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
93
94 EblAddExternalCommandLib|EmbeddedPkg/Library/EblAddExternalCommandLib/EblAddExternalCommandLib.inf
95
96 CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf
97 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
98
99 EblNetworkLib|EmbeddedPkg/Library/EblNetworkLib/EblNetworkLib.inf
100
101 ArmDisassemblerLib|ArmPkg/Library/ArmDisassemblerLib/ArmDisassemblerLib.inf
102 DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf
103 DebugAgentTimerLib|ArmPlatformPkg/ArmRealViewEbPkg/Library/DebugAgentTimerLib/DebugAgentTimerLib.inf
104
105 SerialPortLib|ArmPlatformPkg/Library/PL011SerialPortLib/PL011SerialPortLib.inf
106 TimerLib|ArmPlatformPkg/Library/SP804TimerLib/SP804TimerLib.inf
107 GdbSerialLib|ArmPlatformPkg/ArmRealViewEbPkg/Library/GdbSerialLib/GdbSerialLib.inf
108 DmaLib|ArmPkg/Library/ArmDmaLib/ArmDmaLib.inf
109
110 # ARM PL011 UART Driver
111 PL011UartLib|ArmPlatformPkg/Drivers/PL011Uart/PL011Uart.inf
112
113 BdsLib|ArmPkg/Library/BdsLib/BdsLib.inf
114
115 [LibraryClasses.common.SEC]
116 ArmLib|ArmPkg/Library/ArmLib/ArmV7/ArmV7LibSec.inf
117 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
118 ArmPlatformLib|ArmPlatformPkg/ArmRealViewEbPkg/Library/ArmRealViewEbLibRTSM/ArmRealViewEbSecLib.inf
119
120 # 1/123 faster than Stm or Vstm version
121 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
122
123 # Uncomment to turn on GDB stub in SEC.
124 #DebugAgentLib|EmbeddedPkg/Library/GdbDebugAgent/GdbDebugAgent.inf
125
126 # L2 Cache Driver
127 L2X0CacheLib|ArmPkg/Library/L2X0CacheLibNull/L2X0CacheLibNull.inf
128 # ARM PL390 General Interrupt Driver in Secure and Non-secure
129 PL390GicSecLib|ArmPkg/Drivers/PL390Gic/PL390GicSec.inf
130
131 [LibraryClasses.common.PEI_CORE]
132 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
133 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
134 # note: this won't actually work since globals in PEI are not writeable
135 # need to generate an ARM PEI services table pointer implementation
136 PeiServicesTablePointerLib|ArmPlatformPkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
137 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
138 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
139 PeiCoreEntryPoint|MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf
140 PerformanceLib|MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.inf
141 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
142 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
143 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
144 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
145 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
146 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
147 ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf
148
149 [LibraryClasses.common.PEIM]
150 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
151 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
152 # note: this won't actually work since globals in PEI are not writeable
153 # need to generate an ARM PEI services table pointer implementation
154 PeiServicesTablePointerLib|ArmPlatformPkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
155 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
156 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
157 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
158 PerformanceLib|MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.inf
159 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
160 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
161 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
162 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
163 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
164 PeiResourcePublicationLib|MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib.inf
165 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
166 ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf
167
168 [LibraryClasses.common.DXE_CORE]
169 HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf
170 MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf
171 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
172 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
173 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
174 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
175 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
176
177 PerformanceLib|MdeModulePkg/Library/DxeCorePerformanceLib/DxeCorePerformanceLib.inf
178
179
180 [LibraryClasses.common.DXE_DRIVER]
181 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
182 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
183 SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf
184 PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
185 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
186
187
188 [LibraryClasses.common.UEFI_APPLICATION]
189 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
190 UefiDecompressLib|IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf
191 PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
192 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
193
194 [LibraryClasses.common.UEFI_DRIVER]
195 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
196 UefiDecompressLib|IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf
197 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
198 PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
199 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
200
201 [LibraryClasses.common.DXE_RUNTIME_DRIVER]
202 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
203 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
204 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
205 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
206 # PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
207 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
208
209 [LibraryClasses.ARM]
210 #
211 # It is not possible to prevent the ARM compiler for generic intrinsic functions.
212 # This library provides the instrinsic functions generate by a given compiler.
213 # [LibraryClasses.ARM] and NULL mean link this library into all ARM images.
214 #
215 NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf
216
217 [BuildOptions]
218 RVCT:*_*_ARM_ARCHCC_FLAGS == --cpu Cortex-A8 --thumb --fpu=softvfp -I$(WORKSPACE)/ArmPlatformPkg/ArmRealViewEbPkg/Include/Platform
219 RVCT:*_*_ARM_ARCHASM_FLAGS == --cpu Cortex-A8 -I$(WORKSPACE)/ArmPlatformPkg/ArmRealViewEbPkg/Include/Platform
220 RVCT:RELEASE_*_*_CC_FLAGS = -DMDEPKG_NDEBUG -I$(WORKSPACE)/ArmPlatformPkg/ArmRealViewEbPkg/Include/Platform
221
222 GCC:*_*_ARM_ARCHCC_FLAGS == -march=armv7-a -mthumb -I$(WORKSPACE)/ArmPlatformPkg/ArmRealViewEbPkg/Include/Platform
223 GCC:*_*_ARM_ARCHASM_FLAGS == -march=armv7-a -I$(WORKSPACE)/ArmPlatformPkg/ArmRealViewEbPkg/Include/Platform
224 GCC:RELEASE_*_*_CC_FLAGS = -DMDEPKG_NDEBUG -I$(WORKSPACE)/ArmPlatformPkg/ArmRealViewEbPkg/Include/Platform
225
226 XCODE:*_*_ARM_ARCHCC_FLAGS == -arch armv7 -march=armv7 -I$(WORKSPACE)/ArmPlatformPkg/ArmRealViewEbPkg/Include/Platform
227 XCODE:*_*_ARM_ARCHASM_FLAGS == -arch armv7 -I$(WORKSPACE)/ArmPlatformPkg/ArmRealViewEbPkg/Include/Platform
228 XCODE:*_*_ARM_ARCHDLINK_FLAGS == -arch armv7 -I$(WORKSPACE)/ArmPlatformPkg/ArmRealViewEbPkg/Include/Platform
229 XCODE:RELEASE_*_*_CC_FLAGS = -DMDEPKG_NDEBUG -I$(WORKSPACE)/ArmPlatformPkg/ArmRealViewEbPkg/Include/Platform
230
231
232 ################################################################################
233 #
234 # Pcd Section - list of all EDK II PCD Entries defined by this Platform
235 #
236 ################################################################################
237
238 [PcdsFeatureFlag.common]
239 gEfiMdePkgTokenSpaceGuid.PcdComponentNameDisable|TRUE
240 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnosticsDisable|TRUE
241 gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|TRUE
242 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|TRUE
243
244 gEmbeddedTokenSpaceGuid.PcdCacheEnable|TRUE
245
246 # Use the Vector Table location in CpuDxe. We will not copy the Vector Table at PcdCpuVectorBaseAddress
247 gArmTokenSpaceGuid.PcdRelocateVectorTable|FALSE
248
249 gArmTokenSpaceGuid.PcdCpuDxeProduceDebugSupport|FALSE
250
251 gEfiMdeModulePkgTokenSpaceGuid.PcdTurnOffUsbLegacySupport|TRUE
252
253 gArmPlatformTokenSpaceGuid.PcdStandalone|TRUE
254
255 !if $(EDK2_SKIP_PEICORE) == 1
256 gArmTokenSpaceGuid.PcdSkipPeiCore|TRUE
257 !endif
258
259 [PcdsFixedAtBuild.common]
260 gEmbeddedTokenSpaceGuid.PcdEmbeddedPrompt|"ArmRealViewEb %a"
261 gEmbeddedTokenSpaceGuid.PcdPrePiCpuMemorySize|32
262 gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize|0
263 gEfiMdePkgTokenSpaceGuid.PcdMaximumUnicodeStringLength|1000000
264 gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength|1000000
265 gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|1000000
266 gEfiMdePkgTokenSpaceGuid.PcdSpinLockTimeout|10000000
267 gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue|0xAF
268 gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask|1
269 gEfiMdePkgTokenSpaceGuid.PcdPostCodePropertyMask|0
270 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|320
271
272 # DEBUG_ASSERT_ENABLED 0x01
273 # DEBUG_PRINT_ENABLED 0x02
274 # DEBUG_CODE_ENABLED 0x04
275 # CLEAR_MEMORY_ENABLED 0x08
276 # ASSERT_BREAKPOINT_ENABLED 0x10
277 # ASSERT_DEADLOOP_ENABLED 0x20
278 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x2f
279
280 # DEBUG_INIT 0x00000001 // Initialization
281 # DEBUG_WARN 0x00000002 // Warnings
282 # DEBUG_LOAD 0x00000004 // Load events
283 # DEBUG_FS 0x00000008 // EFI File system
284 # DEBUG_POOL 0x00000010 // Alloc & Free's
285 # DEBUG_PAGE 0x00000020 // Alloc & Free's
286 # DEBUG_INFO 0x00000040 // Verbose
287 # DEBUG_DISPATCH 0x00000080 // PEI/DXE Dispatchers
288 # DEBUG_VARIABLE 0x00000100 // Variable
289 # DEBUG_BM 0x00000400 // Boot Manager
290 # DEBUG_BLKIO 0x00001000 // BlkIo Driver
291 # DEBUG_NET 0x00004000 // SNI Driver
292 # DEBUG_UNDI 0x00010000 // UNDI Driver
293 # DEBUG_LOADFILE 0x00020000 // UNDI Driver
294 # DEBUG_EVENT 0x00080000 // Event messages
295 # DEBUG_ERROR 0x80000000 // Error
296 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x8000000F
297
298 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x07
299
300 gEmbeddedTokenSpaceGuid.PcdEmbeddedAutomaticBootCommand|""
301 gEmbeddedTokenSpaceGuid.PcdEmbeddedDefaultTextColor|0x07
302 gEmbeddedTokenSpaceGuid.PcdEmbeddedMemVariableStoreSize|0x10000
303
304 #
305 # Optional feature to help prevent EFI memory map fragments
306 # Turned on and off via: PcdPrePiProduceMemoryTypeInformationHob
307 # Values are in EFI Pages (4K). DXE Core will make sure that
308 # at least this much of each type of memory can be allocated
309 # from a single memory range. This way you only end up with
310 # maximum of two fragements for each type in the memory map
311 # (the memory used, and the free memory that was prereserved
312 # but not used).
313 #
314 gArmTokenSpaceGuid.PcdCpuVectorBaseAddress|0x00000000
315
316 # Stack for CPU Cores in Secure Mode
317 gArmPlatformTokenSpaceGuid.PcdCPUCoresSecStackBase|0x4B000000 # Top of SEC Stack for Secure World
318 gArmPlatformTokenSpaceGuid.PcdCPUCoreSecStackSize|0x2000 # Size of SEC Stack for Secure World
319
320 # Stack for CPU Cores in Secure Monitor Mode
321 gArmPlatformTokenSpaceGuid.PcdCPUCoresSecMonStackBase|0x4A000000 # Top of SEC Stack for Monitor World
322 gArmPlatformTokenSpaceGuid.PcdCPUCoreSecMonStackSize|0x2000 # Size of SEC Stack for Monitor World
323
324 # Stack for CPU Cores in Non Secure Mode
325 gArmPlatformTokenSpaceGuid.PcdCPUCoresNonSecStackBase|0x48000000 # Top of SEC Stack for Normal World
326 gArmPlatformTokenSpaceGuid.PcdCPUCoresNonSecStackSize|0x20000 # Size of SEC Stack for Normal World
327 gArmPlatformTokenSpaceGuid.PcdPeiServicePtrAddr|0x48020004 # Pei Services Ptr just above stack
328
329 # Non Sec UEFI Firmware: These two PCDs must match PcdFlashFvMainBase/PcdFlashFvMainSize
330 gArmTokenSpaceGuid.PcdNormalFdBaseAddress|0x40050000 # Must be equal to gEmbeddedTokenSpaceGuid.PcdFlashFvMainBase
331 gArmTokenSpaceGuid.PcdNormalFdSize|0x00100000 # Must be equal to gEmbeddedTokenSpaceGuid.PcdFlashFvMainSize
332
333 # System Memory (256MB)
334 gArmTokenSpaceGuid.PcdSystemMemoryBase|0x70000000
335 gArmTokenSpaceGuid.PcdSystemMemorySize|0x10000000
336
337 # Size of the region used by UEFI in permanent memory (Reserved 64MB)
338 gArmPlatformTokenSpaceGuid.PcdSystemMemoryUefiRegionSize|0x04000000
339
340 gEmbeddedTokenSpaceGuid.PcdTimerPeriod|100000 # expressed in 100ns units, 100,000 x 100 ns = 10,000,000 ns = 10 ms
341
342 #
343 # ARM Pcds
344 #
345 gArmTokenSpaceGuid.PcdArmUncachedMemoryMask|0x0000000040000000
346
347 #
348 # ARM EB PCDS
349 #
350 gArmRealViewEbPkgTokenSpaceGuid.PcdGdbUartBase|0x1000a000
351
352 #
353 # ARM PL390 General Interrupt Controller
354 #
355 gArmTokenSpaceGuid.PcdGicDistributorBase|0x10041000
356 gArmTokenSpaceGuid.PcdGicInterruptInterfaceBase|0x10040000
357 gArmTokenSpaceGuid.PcdGicNumInterrupts|96
358
359 #
360 # ARM OS Loader
361 #
362 # Versatile Express machine type (ARM VERSATILE EXPRESS = 2272) required for ARM Linux:
363 gArmTokenSpaceGuid.PcdArmMachineType|2272
364 gArmTokenSpaceGuid.PcdLinuxKernelDP|L"VenHw(02118005-9DA7-443a-92D5-781F022AEDBB)/MemoryMapped(0,0x46000000,0x46400000)"
365 gArmTokenSpaceGuid.PcdLinuxAtag|"rdinit=/bin/ash debug earlyprintk console=ttyAMA0,38400 mem=1G"
366 gArmTokenSpaceGuid.PcdFdtDP|L""
367
368 #
369 # ARM L2x0 PCDs
370 #
371 gArmTokenSpaceGuid.PcdL2x0ControllerBase|0x1F002000
372
373
374
375 ################################################################################
376 #
377 # Components Section - list of all EDK II Modules needed by this Platform
378 #
379 ################################################################################
380 [Components.common]
381
382 #
383 # SEC
384 #
385 ArmPlatformPkg/Sec/Sec.inf
386 ArmPlatformPkg/PrePeiCore/PrePeiCoreUniCore.inf
387
388 #
389 # PEI Phase modules
390 #
391 MdeModulePkg/Core/Pei/PeiMain.inf
392 MdeModulePkg/Universal/PCD/Pei/Pcd.inf {
393 <LibraryClasses>
394 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
395 }
396 ArmPlatformPkg/PlatformPei/PlatformPei.inf
397 ArmPlatformPkg/MemoryInitPei/MemoryInitPei.inf
398 IntelFrameworkModulePkg/Universal/StatusCode/Pei/StatusCodePei.inf
399 Nt32Pkg/BootModePei/BootModePei.inf
400 MdeModulePkg/Universal/Variable/Pei/VariablePei.inf
401 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf {
402 <LibraryClasses>
403 NULL|IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
404 }
405
406 #
407 # DXE
408 #
409 MdeModulePkg/Core/Dxe/DxeMain.inf {
410 <LibraryClasses>
411 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
412 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
413 }
414
415 #
416 # Architectural Protocols
417 #
418 ArmPkg/Drivers/CpuDxe/CpuDxe.inf
419 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
420 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
421 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
422 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
423 MdeModulePkg/Universal/Variable/EmuRuntimeDxe/EmuVariableRuntimeDxe.inf
424 EmbeddedPkg/EmbeddedMonotonicCounter/EmbeddedMonotonicCounter.inf
425
426 EmbeddedPkg/ResetRuntimeDxe/ResetRuntimeDxe.inf
427 EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf
428 EmbeddedPkg/MetronomeDxe/MetronomeDxe.inf
429
430 EmbeddedPkg/SimpleTextInOutSerial/SimpleTextInOutSerial.inf
431
432 ArmPlatformPkg/ArmRealViewEbPkg/FvbDxe/FvbDxe.inf
433 ArmPkg/Drivers/PL390Gic/PL390GicDxe.inf
434 ArmPlatformPkg/Drivers/SP804TimerDxe/SP804TimerDxe.inf
435
436 #
437 # Semi-hosting filesystem
438 #
439 ArmPkg/Filesystem/SemihostFs/SemihostFs.inf
440
441 #
442 # FAT filesystem + GPT/MBR partitioning
443 #
444 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
445 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
446 FatPkg/EnhancedFatDxe/Fat.inf
447 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
448
449
450 #
451 # Application
452 #
453 EmbeddedPkg/Ebl/Ebl.inf
454
455 #
456 # Bds
457 #
458 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
459 ArmPlatformPkg/Bds/Bds.inf