]> git.proxmox.com Git - mirror_edk2.git/blob - ArmPlatformPkg/ArmRealViewEbPkg/ArmRealViewEb.dsc.inc
ArmPkg: split off ArmGicArchLib from ArmGicLib
[mirror_edk2.git] / ArmPlatformPkg / ArmRealViewEbPkg / ArmRealViewEb.dsc.inc
1 #
2 # Copyright (c) 2011-2015, ARM Limited. All rights reserved.
3 # Copyright (c) 2015, Intel Corporation. All rights reserved.
4 #
5 # This program and the accompanying materials
6 # are licensed and made available under the terms and conditions of the BSD License
7 # which accompanies this distribution. The full text of the license may be found at
8 # http://opensource.org/licenses/bsd-license.php
9 #
10 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
11 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
12 #
13 #
14
15 [LibraryClasses.common]
16 !if $(TARGET) == RELEASE
17 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
18 UncachedMemoryAllocationLib|ArmPkg/Library/UncachedMemoryAllocationLib/UncachedMemoryAllocationLib.inf
19 !else
20 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
21 UncachedMemoryAllocationLib|ArmPkg/Library/UncachedMemoryAllocationLib/UncachedMemoryAllocationLib.inf
22 # UncachedMemoryAllocationLib|ArmPkg/Library/DebugUncachedMemoryAllocationLib/DebugUncachedMemoryAllocationLib.inf
23 !endif
24 DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf
25
26 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
27 SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf
28 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
29 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
30 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
31 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
32 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
33 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
34 CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf
35
36 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
37 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
38 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
39 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
40 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
41 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
42 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
43 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
44 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
45 UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf
46
47 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
48
49 #
50 # Assume everything is fixed at build
51 #
52 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
53
54 # 1/123 faster than Stm or Vstm version
55 #BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
56 BaseMemoryLib|ArmPkg/Library/BaseMemoryLibStm/BaseMemoryLibStm.inf
57
58 # ARM Architectural Libraries
59 CacheMaintenanceLib|ArmPkg/Library/ArmCacheMaintenanceLib/ArmCacheMaintenanceLib.inf
60 DefaultExceptionHandlerLib|ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLib.inf
61 CpuExceptionHandlerLib|MdeModulePkg/Library/CpuExceptionHandlerLibNull/CpuExceptionHandlerLibNull.inf
62 ArmDisassemblerLib|ArmPkg/Library/ArmDisassemblerLib/ArmDisassemblerLib.inf
63 DmaLib|ArmPkg/Library/ArmDmaLib/ArmDmaLib.inf
64 ArmGicLib|ArmPkg/Drivers/ArmGic/ArmGicLib.inf
65 ArmGicArchLib|ArmPkg/Library/ArmGicArchLib/ArmGicArchLib.inf
66 ArmSmcLib|ArmPkg/Library/ArmSmcLib/ArmSmcLib.inf
67 ArmGenericTimerCounterLib|ArmPkg/Library/ArmGenericTimerPhyCounterLib/ArmGenericTimerPhyCounterLib.inf
68
69 # RealView Emulation Board Specific Libraries
70 PlatformPeiLib|ArmPlatformPkg/PlatformPei/PlatformPeiLib.inf
71 EfiResetSystemLib|ArmPlatformPkg/ArmRealViewEbPkg/Library/ResetSystemLib/ResetSystemLib.inf
72 RealTimeClockLib|ArmPlatformPkg/Library/PL031RealTimeClockLib/PL031RealTimeClockLib.inf
73 SerialPortLib|ArmPlatformPkg/Library/PL011SerialPortLib/PL011SerialPortLib.inf
74 SerialPortExtLib|ArmPlatformPkg/Library/PL011SerialPortLib/PL011SerialPortExtLib.inf
75 TimerLib|ArmPlatformPkg/Library/SP804TimerLib/SP804TimerLib.inf
76 # ARM PL011 UART Driver
77 PL011UartLib|ArmPlatformPkg/Drivers/PL011Uart/PL011Uart.inf
78 NorFlashPlatformLib|ArmPlatformPkg/ArmRealViewEbPkg/Library/NorFlashArmRealViewEbLib/NorFlashArmRealViewEbLib.inf
79 LcdPlatformLib|ArmPlatformPkg/ArmRealViewEbPkg/Library/PL111LcdArmRealViewEbLib/PL111LcdArmRealViewEbLib.inf
80 ArmPlatformSysConfigLib|ArmPlatformPkg/Library/ArmPlatformSysConfigLibNull/ArmPlatformSysConfigLibNull.inf
81
82 # Networking Requirements for ArmPlatformPkg/Bds
83 NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
84
85 # EBL Related Libraries
86 EblCmdLib|ArmPlatformPkg/Library/EblCmdLib/EblCmdLib.inf
87 EfiFileLib|EmbeddedPkg/Library/EfiFileLib/EfiFileLib.inf
88 EblAddExternalCommandLib|EmbeddedPkg/Library/EblAddExternalCommandLib/EblAddExternalCommandLib.inf
89 EblNetworkLib|EmbeddedPkg/Library/EblNetworkLib/EblNetworkLib.inf
90
91 #
92 # Uncomment (and comment out the next line) For RealView Debugger. The Standard IO window
93 # in the debugger will show load and unload commands for symbols. You can cut and paste this
94 # into the command window to load symbols. We should be able to use a script to do this, but
95 # the version of RVD I have does not support scripts accessing system memory.
96 #
97 #PeCoffExtraActionLib|ArmPkg/Library/RvdPeCoffExtraActionLib/RvdPeCoffExtraActionLib.inf
98 PeCoffExtraActionLib|ArmPkg/Library/DebugPeCoffExtraActionLib/DebugPeCoffExtraActionLib.inf
99 #PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf
100
101 DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf
102 DebugAgentTimerLib|EmbeddedPkg/Library/DebugAgentTimerLibNull/DebugAgentTimerLibNull.inf
103 #DebugAgentTimerLib|ArmPlatformPkg/ArmRealViewEbPkg/Library/DebugAgentTimerLib/DebugAgentTimerLib.inf
104
105 SemihostLib|ArmPkg/Library/SemihostLib/SemihostLib.inf
106
107 GdbSerialLib|ArmPlatformPkg/ArmRealViewEbPkg/Library/GdbSerialLib/GdbSerialLib.inf
108
109 # These libraries are used by the dynamic EFI Shell commands
110 ShellLib|ShellPkg/Library/UefiShellLib/UefiShellLib.inf
111 FileHandleLib|MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf
112 SortLib|MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf
113
114 # BDS Libraries
115 BdsLib|ArmPkg/Library/BdsLib/BdsLib.inf
116 FdtLib|EmbeddedPkg/Library/FdtLib/FdtLib.inf
117
118 TpmMeasurementLib|MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurementLibNull.inf
119 AuthVariableLib|MdeModulePkg/Library/AuthVariableLibNull/AuthVariableLibNull.inf
120
121 [LibraryClasses.common.SEC]
122 ArmPlatformSecExtraActionLib|ArmPlatformPkg/Library/DebugSecExtraActionLib/DebugSecExtraActionLib.inf
123 ArmPlatformGlobalVariableLib|ArmPlatformPkg/Library/ArmPlatformGlobalVariableLib/Sec/SecArmPlatformGlobalVariableLib.inf
124 ArmTrustedMonitorLib|ArmPlatformPkg/Library/ArmTrustedMonitorLibNull/ArmTrustedMonitorLibNull.inf
125
126 DebugAgentLib|ArmPkg/Library/DebugAgentSymbolsBaseLib/DebugAgentSymbolsBaseLib.inf
127 DefaultExceptionHandlerLib|ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLibBase.inf
128 # Uncomment to turn on GDB stub in SEC.
129 #DebugAgentLib|EmbeddedPkg/Library/GdbDebugAgent/GdbDebugAgent.inf
130
131 !ifdef $(EDK2_SKIP_PEICORE)
132 PrePiLib|EmbeddedPkg/Library/PrePiLib/PrePiLib.inf
133 ExtractGuidedSectionLib|EmbeddedPkg/Library/PrePiExtractGuidedSectionLib/PrePiExtractGuidedSectionLib.inf
134 LzmaDecompressLib|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
135 MemoryAllocationLib|EmbeddedPkg/Library/PrePiMemoryAllocationLib/PrePiMemoryAllocationLib.inf
136 HobLib|EmbeddedPkg/Library/PrePiHobLib/PrePiHobLib.inf
137 PrePiHobListPointerLib|ArmPlatformPkg/Library/PrePiHobListPointerLib/PrePiHobListPointerLib.inf
138 !endif
139
140 [LibraryClasses.common.SEC, LibraryClasses.common.PEIM]
141 MemoryInitPeiLib|ArmPlatformPkg/MemoryInitPei/MemoryInitPeiLib.inf
142
143 [LibraryClasses.common.PEI_CORE]
144 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
145 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
146 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
147 PeiCoreEntryPoint|MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf
148 PerformanceLib|MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.inf
149 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
150 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
151 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
152 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
153 ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf
154
155 PeiServicesTablePointerLib|ArmPlatformPkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
156 ArmPlatformGlobalVariableLib|ArmPlatformPkg/Library/ArmPlatformGlobalVariableLib/Pei/PeiArmPlatformGlobalVariableLib.inf
157
158 [LibraryClasses.common.PEIM]
159 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
160 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
161 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
162 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
163 PerformanceLib|MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.inf
164 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
165 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
166 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
167 PeiResourcePublicationLib|MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib.inf
168 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
169 ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf
170
171 ArmPlatformGlobalVariableLib|ArmPlatformPkg/Library/ArmPlatformGlobalVariableLib/Pei/PeiArmPlatformGlobalVariableLib.inf
172 PeiServicesTablePointerLib|ArmPlatformPkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
173
174 [LibraryClasses.common.DXE_CORE]
175 HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf
176 MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf
177 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
178 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
179 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
180 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
181 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
182 PerformanceLib|MdeModulePkg/Library/DxeCorePerformanceLib/DxeCorePerformanceLib.inf
183
184 [LibraryClasses.common.DXE_DRIVER]
185 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
186 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
187 SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf
188 PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
189 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
190 ArmPlatformGlobalVariableLib|ArmPlatformPkg/Library/ArmPlatformGlobalVariableLib/Dxe/DxeArmPlatformGlobalVariableLib.inf
191
192 [LibraryClasses.common.UEFI_APPLICATION]
193 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
194 UefiDecompressLib|IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf
195 PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
196 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
197
198 [LibraryClasses.common.UEFI_DRIVER]
199 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
200 UefiDecompressLib|IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf
201 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
202 PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
203 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
204 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
205
206 [LibraryClasses.common.DXE_RUNTIME_DRIVER]
207 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
208 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
209 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
210 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
211
212 [LibraryClasses.ARM]
213 #
214 # It is not possible to prevent the ARM compiler for generic intrinsic functions.
215 # This library provides the instrinsic functions generate by a given compiler.
216 # [LibraryClasses.ARM] and NULL mean link this library into all ARM images.
217 #
218 NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf
219
220 # Add support for GCC stack protector
221 NULL|MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.inf
222
223 [BuildOptions]
224 RVCT:RELEASE_*_*_CC_FLAGS = -DMDEPKG_NDEBUG
225
226 GCC:RELEASE_*_*_CC_FLAGS = -DMDEPKG_NDEBUG
227
228 XCODE:RELEASE_*_*_CC_FLAGS = -DMDEPKG_NDEBUG
229
230
231 ################################################################################
232 #
233 # Pcd Section - list of all EDK II PCD Entries defined by this Platform
234 #
235 ################################################################################
236
237 [PcdsFeatureFlag.common]
238 gEfiMdePkgTokenSpaceGuid.PcdComponentNameDisable|TRUE
239 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnosticsDisable|TRUE
240 gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|TRUE
241 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|TRUE
242
243 gEmbeddedTokenSpaceGuid.PcdCacheEnable|TRUE
244
245 # Use the Vector Table location in CpuDxe. We will not copy the Vector Table at PcdCpuVectorBaseAddress
246 gArmTokenSpaceGuid.PcdRelocateVectorTable|FALSE
247
248 gEfiMdeModulePkgTokenSpaceGuid.PcdTurnOffUsbLegacySupport|TRUE
249
250 [PcdsFixedAtBuild.common]
251 gEfiMdePkgTokenSpaceGuid.PcdMaximumUnicodeStringLength|1000000
252 gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength|1000000
253 gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|1000000
254 gEfiMdePkgTokenSpaceGuid.PcdSpinLockTimeout|10000000
255 gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue|0xAF
256 gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask|1
257 gEfiMdePkgTokenSpaceGuid.PcdPostCodePropertyMask|0
258 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|320
259
260 # DEBUG_ASSERT_ENABLED 0x01
261 # DEBUG_PRINT_ENABLED 0x02
262 # DEBUG_CODE_ENABLED 0x04
263 # CLEAR_MEMORY_ENABLED 0x08
264 # ASSERT_BREAKPOINT_ENABLED 0x10
265 # ASSERT_DEADLOOP_ENABLED 0x20
266 !if $(TARGET) == RELEASE
267 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x21
268 !else
269 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x2f
270 !endif
271
272 # DEBUG_INIT 0x00000001 // Initialization
273 # DEBUG_WARN 0x00000002 // Warnings
274 # DEBUG_LOAD 0x00000004 // Load events
275 # DEBUG_FS 0x00000008 // EFI File system
276 # DEBUG_POOL 0x00000010 // Alloc & Free's
277 # DEBUG_PAGE 0x00000020 // Alloc & Free's
278 # DEBUG_INFO 0x00000040 // Verbose
279 # DEBUG_DISPATCH 0x00000080 // PEI/DXE Dispatchers
280 # DEBUG_VARIABLE 0x00000100 // Variable
281 # DEBUG_BM 0x00000400 // Boot Manager
282 # DEBUG_BLKIO 0x00001000 // BlkIo Driver
283 # DEBUG_NET 0x00004000 // SNI Driver
284 # DEBUG_UNDI 0x00010000 // UNDI Driver
285 # DEBUG_LOADFILE 0x00020000 // UNDI Driver
286 # DEBUG_EVENT 0x00080000 // Event messages
287 # DEBUG_ERROR 0x80000000 // Error
288 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x8000000F
289
290 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x07
291
292 gEmbeddedTokenSpaceGuid.PcdEmbeddedAutomaticBootCommand|""
293 gEmbeddedTokenSpaceGuid.PcdEmbeddedDefaultTextColor|0x07
294 gEmbeddedTokenSpaceGuid.PcdEmbeddedMemVariableStoreSize|0x10000
295
296 #
297 # Optional feature to help prevent EFI memory map fragments
298 # Turned on and off via: PcdPrePiProduceMemoryTypeInformationHob
299 # Values are in EFI Pages (4K). DXE Core will make sure that
300 # at least this much of each type of memory can be allocated
301 # from a single memory range. This way you only end up with
302 # maximum of two fragements for each type in the memory map
303 # (the memory used, and the free memory that was prereserved
304 # but not used).
305 #
306 gArmTokenSpaceGuid.PcdCpuVectorBaseAddress|0x00000000
307
308 ## PL180 MMC/SD card controller
309 gArmPlatformTokenSpaceGuid.PcdPL180SysMciRegAddress|0x10000048
310 gArmPlatformTokenSpaceGuid.PcdPL180MciBaseAddress|0x10005000
311
312 # We want to use the Shell Libraries but don't want it to initialise
313 # automatically. We initialise the libraries when the command is called by the
314 # Shell.
315 gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE
316
317 #
318 # ARM OS Loader
319 #
320 gArmPlatformTokenSpaceGuid.PcdDefaultBootDescription|L"SemiHosting"
321 gArmPlatformTokenSpaceGuid.PcdDefaultBootDevicePath|L"Fv(14801114-DA6A-4113-985B-DC876337A15E)/LinuxLoader.efi"
322 gArmPlatformTokenSpaceGuid.PcdDefaultBootArgument|L"VenHw(C5B9C74A-6D72-4719-99AB-C59F199091EB)/zImage-RTSM -a 827 -c \"console=ttyAMA0,38400n8\""
323
324 # Use the Serial console (ConIn & ConOut) and the Graphic driver (ConOut)
325 gArmPlatformTokenSpaceGuid.PcdDefaultConOutPaths|L"VenHw(D3987D4B-971A-435F-8CAF-4967EB627241)/Uart(115200,8,N,1)/VenPcAnsi();VenHw(407B4008-BF5B-11DF-9547-CF16E0D72085)"
326 gArmPlatformTokenSpaceGuid.PcdDefaultConInPaths|L"VenHw(D3987D4B-971A-435F-8CAF-4967EB627241)/Uart(115200,8,N,1)/VenPcAnsi()"
327 gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|10
328
329 [Components.common]
330 #
331 # Multimedia Card Interface
332 #
333 EmbeddedPkg/Universal/MmcDxe/MmcDxe.inf
334 ArmPlatformPkg/Drivers/PL180MciDxe/PL180MciDxe.inf
335
336 # FV Filesystem
337 MdeModulePkg/Universal/FvSimpleFileSystemDxe/FvSimpleFileSystemDxe.inf
338
339 # Legacy Linux Loader
340 ArmPkg/Application/LinuxLoader/LinuxLoader.inf