]> git.proxmox.com Git - mirror_edk2.git/blob - ArmPlatformPkg/ArmVExpressPkg/ArmVExpress.dsc.inc
ArmPlatformPkg/ArmVExpressPkg: Add the core network components needed for networking...
[mirror_edk2.git] / ArmPlatformPkg / ArmVExpressPkg / ArmVExpress.dsc.inc
1 #
2 # Copyright (c) 2011-2014, 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 [LibraryClasses.common]
15 !if $(TARGET) == RELEASE
16 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
17 UncachedMemoryAllocationLib|ArmPkg/Library/UncachedMemoryAllocationLib/UncachedMemoryAllocationLib.inf
18 !else
19 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
20 UncachedMemoryAllocationLib|ArmPkg/Library/UncachedMemoryAllocationLib/UncachedMemoryAllocationLib.inf
21 # UncachedMemoryAllocationLib|ArmPkg/Library/DebugUncachedMemoryAllocationLib/DebugUncachedMemoryAllocationLib.inf
22 !endif
23 DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf
24
25 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
26 SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf
27 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
28 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
29 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
30 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
31 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
32 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
33 CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf
34
35 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
36 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
37 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
38 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
39 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
40 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
41 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
42 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
43 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
44 UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf
45
46 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
47
48 #
49 # Assume everything is fixed at build
50 #
51 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
52
53 # 1/123 faster than Stm or Vstm version
54 #BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
55 BaseMemoryLib|ArmPkg/Library/BaseMemoryLibStm/BaseMemoryLibStm.inf
56
57 # Networking Requirements
58 NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
59 DpcLib|MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf
60 UdpIoLib|MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf
61 IpIoLib|MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf
62
63 # ARM Architectural Libraries
64 CacheMaintenanceLib|ArmPkg/Library/ArmCacheMaintenanceLib/ArmCacheMaintenanceLib.inf
65 DefaultExceptionHandlerLib|ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLib.inf
66 CpuExceptionHandlerLib|MdeModulePkg/Library/CpuExceptionHandlerLibNull/CpuExceptionHandlerLibNull.inf
67 ArmDisassemblerLib|ArmPkg/Library/ArmDisassemblerLib/ArmDisassemblerLib.inf
68 DmaLib|ArmPkg/Library/ArmDmaLib/ArmDmaLib.inf
69 ArmGicLib|ArmPkg/Drivers/ArmGic/ArmGicLib.inf
70 ArmPlatformStackLib|ArmPlatformPkg/Library/ArmPlatformStackLib/ArmPlatformStackLib.inf
71 ArmSmcLib|ArmPkg/Library/ArmSmcLib/ArmSmcLib.inf
72
73 # Versatile Express Specific Libraries
74 ArmPlatformSysConfigLib|ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressSysConfigLib/ArmVExpressSysConfigLib.inf
75 NorFlashPlatformLib|ArmPlatformPkg/ArmVExpressPkg/Library/NorFlashArmVExpressLib/NorFlashArmVExpressLib.inf
76 EfiResetSystemLib|ArmPlatformPkg/ArmVExpressPkg/Library/ResetSystemLib/ResetSystemLib.inf
77 # ARM PL111 Lcd Driver
78 LcdPlatformLib|ArmPlatformPkg/ArmVExpressPkg/Library/PL111LcdArmVExpressLib/PL111LcdArmVExpressLib.inf
79 # ARM PL031 RTC Driver
80 RealTimeClockLib|ArmPlatformPkg/Library/PL031RealTimeClockLib/PL031RealTimeClockLib.inf
81 # ARM PL354 SMC Driver
82 PL35xSmcLib|ArmPlatformPkg/Drivers/PL35xSmc/PL35xSmc.inf
83 # ARM PL011 UART Driver
84 PL011UartLib|ArmPlatformPkg/Drivers/PL011Uart/PL011Uart.inf
85 SerialPortLib|ArmPlatformPkg/Library/PL011SerialPortLib/PL011SerialPortLib.inf
86 SerialPortExtLib|ArmPlatformPkg/Library/PL011SerialPortLib/PL011SerialPortExtLib.inf
87 # ARM SP804 Dual Timer Driver
88 TimerLib|ArmPlatformPkg/Library/SP804TimerLib/SP804TimerLib.inf
89
90 # EBL Related Libraries
91 EblCmdLib|ArmPlatformPkg/Library/EblCmdLib/EblCmdLib.inf
92 EfiFileLib|EmbeddedPkg/Library/EfiFileLib/EfiFileLib.inf
93 EblAddExternalCommandLib|EmbeddedPkg/Library/EblAddExternalCommandLib/EblAddExternalCommandLib.inf
94 EblNetworkLib|EmbeddedPkg/Library/EblNetworkLib/EblNetworkLib.inf
95
96 #
97 # Uncomment (and comment out the next line) For RealView Debugger. The Standard IO window
98 # in the debugger will show load and unload commands for symbols. You can cut and paste this
99 # into the command window to load symbols. We should be able to use a script to do this, but
100 # the version of RVD I have does not support scripts accessing system memory.
101 #
102 #PeCoffExtraActionLib|ArmPkg/Library/RvdPeCoffExtraActionLib/RvdPeCoffExtraActionLib.inf
103 PeCoffExtraActionLib|ArmPkg/Library/DebugPeCoffExtraActionLib/DebugPeCoffExtraActionLib.inf
104 #PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf
105
106 DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf
107 DebugAgentTimerLib|EmbeddedPkg/Library/DebugAgentTimerLibNull/DebugAgentTimerLibNull.inf
108
109 SemihostLib|ArmPkg/Library/SemihostLib/SemihostLib.inf
110
111 # BDS Libraries
112 BdsLib|ArmPkg/Library/BdsLib/BdsLib.inf
113 FdtLib|EmbeddedPkg/Library/FdtLib/FdtLib.inf
114
115 [LibraryClasses.common.SEC]
116 ArmPlatformSecExtraActionLib|ArmPlatformPkg/Library/DebugSecExtraActionLib/DebugSecExtraActionLib.inf
117 ArmPlatformGlobalVariableLib|ArmPlatformPkg/Library/ArmPlatformGlobalVariableLib/Sec/SecArmPlatformGlobalVariableLib.inf
118
119 DebugAgentLib|ArmPkg/Library/DebugAgentSymbolsBaseLib/DebugAgentSymbolsBaseLib.inf
120 DefaultExceptionHandlerLib|ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLibBase.inf
121
122 !ifdef $(EDK2_SKIP_PEICORE)
123 PrePiLib|EmbeddedPkg/Library/PrePiLib/PrePiLib.inf
124 ExtractGuidedSectionLib|EmbeddedPkg/Library/PrePiExtractGuidedSectionLib/PrePiExtractGuidedSectionLib.inf
125 LzmaDecompressLib|IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
126 MemoryAllocationLib|EmbeddedPkg/Library/PrePiMemoryAllocationLib/PrePiMemoryAllocationLib.inf
127 HobLib|EmbeddedPkg/Library/PrePiHobLib/PrePiHobLib.inf
128 PrePiHobListPointerLib|ArmPlatformPkg/Library/PrePiHobListPointerLib/PrePiHobListPointerLib.inf
129 PerformanceLib|MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.inf
130 PlatformPeiLib|ArmPlatformPkg/PlatformPei/PlatformPeiLib.inf
131 MemoryInitPeiLib|ArmPlatformPkg/MemoryInitPei/MemoryInitPeiLib.inf
132 !endif
133
134 # Trustzone Support
135 ArmTrustedMonitorLib|ArmPlatformPkg/Library/ArmTrustedMonitorLibNull/ArmTrustedMonitorLibNull.inf
136
137 [LibraryClasses.common.PEI_CORE]
138 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
139 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
140 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
141 PeiCoreEntryPoint|MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf
142 PerformanceLib|MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.inf
143 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
144 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
145 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
146 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
147 ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf
148
149 ArmPlatformGlobalVariableLib|ArmPlatformPkg/Library/ArmPlatformGlobalVariableLib/Pei/PeiArmPlatformGlobalVariableLib.inf
150 PeiServicesTablePointerLib|ArmPlatformPkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
151
152 [LibraryClasses.common.PEIM]
153 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
154 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
155 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
156 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
157 PerformanceLib|MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.inf
158 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
159 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
160 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
161 PeiResourcePublicationLib|MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib.inf
162 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
163 ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf
164
165 ArmPlatformGlobalVariableLib|ArmPlatformPkg/Library/ArmPlatformGlobalVariableLib/Pei/PeiArmPlatformGlobalVariableLib.inf
166 PeiServicesTablePointerLib|ArmPlatformPkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.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 PerformanceLib|MdeModulePkg/Library/DxeCorePerformanceLib/DxeCorePerformanceLib.inf
177
178 [LibraryClasses.common.DXE_DRIVER]
179 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
180 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
181 SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf
182 PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
183 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
184 ArmPlatformGlobalVariableLib|ArmPlatformPkg/Library/ArmPlatformGlobalVariableLib/Dxe/DxeArmPlatformGlobalVariableLib.inf
185
186 [LibraryClasses.common.UEFI_APPLICATION]
187 UefiDecompressLib|IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf
188 PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
189 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
190 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
191
192 [LibraryClasses.common.UEFI_DRIVER]
193 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
194 UefiDecompressLib|IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf
195 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
196 PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
197 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
198 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
199
200 [LibraryClasses.common.DXE_RUNTIME_DRIVER]
201 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
202 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
203 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
204 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
205
206 [LibraryClasses.ARM]
207 #
208 # It is not possible to prevent the ARM compiler for generic intrinsic functions.
209 # This library provides the instrinsic functions generate by a given compiler.
210 # [LibraryClasses.ARM] and NULL mean link this library into all ARM images.
211 #
212 NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf
213
214 [LibraryClasses.AARCH64]
215 NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf
216
217
218 [BuildOptions]
219 RVCT:RELEASE_*_*_CC_FLAGS = -DMDEPKG_NDEBUG
220
221 GCC:RELEASE_*_*_CC_FLAGS = -DMDEPKG_NDEBUG
222
223 ################################################################################
224 #
225 # Pcd Section - list of all EDK II PCD Entries defined by this Platform
226 #
227 ################################################################################
228
229 [PcdsFeatureFlag.common]
230 gEfiMdePkgTokenSpaceGuid.PcdComponentNameDisable|TRUE
231 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnosticsDisable|TRUE
232 gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|TRUE
233 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|TRUE
234
235 #
236 # Control what commands are supported from the UI
237 # Turn these on and off to add features or save size
238 #
239 gEmbeddedTokenSpaceGuid.PcdEmbeddedMacBoot|TRUE
240 gEmbeddedTokenSpaceGuid.PcdEmbeddedDirCmd|TRUE
241 gEmbeddedTokenSpaceGuid.PcdEmbeddedHobCmd|TRUE
242 gEmbeddedTokenSpaceGuid.PcdEmbeddedHwDebugCmd|TRUE
243 gEmbeddedTokenSpaceGuid.PcdEmbeddedPciDebugCmd|TRUE
244 gEmbeddedTokenSpaceGuid.PcdEmbeddedIoEnable|FALSE
245 gEmbeddedTokenSpaceGuid.PcdEmbeddedScriptCmd|FALSE
246
247 gEmbeddedTokenSpaceGuid.PcdCacheEnable|TRUE
248
249 # Use the Vector Table location in CpuDxe. We will not copy the Vector Table at PcdCpuVectorBaseAddress
250 gArmTokenSpaceGuid.PcdRelocateVectorTable|FALSE
251
252 gEmbeddedTokenSpaceGuid.PcdPrePiProduceMemoryTypeInformationHob|TRUE
253
254 gEfiMdeModulePkgTokenSpaceGuid.PcdTurnOffUsbLegacySupport|TRUE
255
256 [PcdsFixedAtBuild.common]
257 gArmPlatformTokenSpaceGuid.PcdFirmwareVendor|"ARM Versatile Express"
258
259 gEmbeddedTokenSpaceGuid.PcdEmbeddedPrompt|"VExpress"
260 gEfiMdePkgTokenSpaceGuid.PcdMaximumUnicodeStringLength|1000000
261 gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength|1000000
262 gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|1000000
263 gEfiMdePkgTokenSpaceGuid.PcdSpinLockTimeout|10000000
264 gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue|0xAF
265 gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask|1
266 gEfiMdePkgTokenSpaceGuid.PcdPostCodePropertyMask|0
267 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|320
268
269 # DEBUG_ASSERT_ENABLED 0x01
270 # DEBUG_PRINT_ENABLED 0x02
271 # DEBUG_CODE_ENABLED 0x04
272 # CLEAR_MEMORY_ENABLED 0x08
273 # ASSERT_BREAKPOINT_ENABLED 0x10
274 # ASSERT_DEADLOOP_ENABLED 0x20
275 !if $(TARGET) == RELEASE
276 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x21
277 !else
278 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x2f
279 !endif
280
281 # DEBUG_INIT 0x00000001 // Initialization
282 # DEBUG_WARN 0x00000002 // Warnings
283 # DEBUG_LOAD 0x00000004 // Load events
284 # DEBUG_FS 0x00000008 // EFI File system
285 # DEBUG_POOL 0x00000010 // Alloc & Free's
286 # DEBUG_PAGE 0x00000020 // Alloc & Free's
287 # DEBUG_INFO 0x00000040 // Verbose
288 # DEBUG_DISPATCH 0x00000080 // PEI/DXE Dispatchers
289 # DEBUG_VARIABLE 0x00000100 // Variable
290 # DEBUG_BM 0x00000400 // Boot Manager
291 # DEBUG_BLKIO 0x00001000 // BlkIo Driver
292 # DEBUG_NET 0x00004000 // SNI Driver
293 # DEBUG_UNDI 0x00010000 // UNDI Driver
294 # DEBUG_LOADFILE 0x00020000 // UNDI Driver
295 # DEBUG_EVENT 0x00080000 // Event messages
296 # DEBUG_GCD 0x00100000 // Global Coherency Database changes
297 # DEBUG_CACHE 0x00200000 // Memory range cachability changes
298 # DEBUG_ERROR 0x80000000 // Error
299 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x8000000F
300
301 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x07
302
303 gEmbeddedTokenSpaceGuid.PcdEmbeddedAutomaticBootCommand|""
304 gEmbeddedTokenSpaceGuid.PcdEmbeddedDefaultTextColor|0x07
305 gEmbeddedTokenSpaceGuid.PcdEmbeddedMemVariableStoreSize|0x10000
306
307 #
308 # Optional feature to help prevent EFI memory map fragments
309 # Turned on and off via: PcdPrePiProduceMemoryTypeInformationHob
310 # Values are in EFI Pages (4K). DXE Core will make sure that
311 # at least this much of each type of memory can be allocated
312 # from a single memory range. This way you only end up with
313 # maximum of two fragements for each type in the memory map
314 # (the memory used, and the free memory that was prereserved
315 # but not used).
316 #
317 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIReclaimMemory|0
318 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIMemoryNVS|0
319 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiReservedMemoryType|0
320 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesData|50
321 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesCode|20
322 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesCode|400
323 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesData|20000
324 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderCode|20
325 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderData|0
326
327 #
328 # ARM Pcds
329 #
330 gArmTokenSpaceGuid.PcdArmUncachedMemoryMask|0x0000000000000000
331
332 #
333 # ARM PrimeCell
334 #
335
336 #
337 # FileSystem
338 #
339
340 # List of Device Paths that support BootMonFs
341 gArmPlatformTokenSpaceGuid.PcdBootMonFsSupportedDevicePaths|L"VenHw(1F15DA3C-37FF-4070-B471-BB4AF12A724A)"
342
343 #
344 # ARM OS Loader
345 #
346 # Versatile Express machine type (ARM VERSATILE EXPRESS = 2272) required for ARM Linux:
347 gArmTokenSpaceGuid.PcdArmMachineType|2272
348 gArmPlatformTokenSpaceGuid.PcdDefaultBootDescription|L"Linux from NorFlash"
349 gArmPlatformTokenSpaceGuid.PcdDefaultBootDevicePath|L"VenHw(E7223039-5836-41E1-B542-D7EC736C5E59)/MemoryMapped(0x0,0xED000000,0xED400000)"
350 gArmPlatformTokenSpaceGuid.PcdDefaultBootArgument|""
351 gArmPlatformTokenSpaceGuid.PcdDefaultBootType|1
352
353 # Use the serial console (ConIn & ConOut) and the Graphic driver (ConOut)
354 gArmPlatformTokenSpaceGuid.PcdDefaultConOutPaths|L"VenHw(D3987D4B-971A-435F-8CAF-4967EB627241)/Uart(38400,8,N,1)/VenPcAnsi();VenHw(CE660500-824D-11E0-AC72-0002A5D5C51B)"
355 gArmPlatformTokenSpaceGuid.PcdDefaultConInPaths|L"VenHw(D3987D4B-971A-435F-8CAF-4967EB627241)/Uart(38400,8,N,1)/VenPcAnsi()"
356 gArmPlatformTokenSpaceGuid.PcdPlatformBootTimeOut|10
357
358 [Components.common]
359 # Versatile Express FileSystem
360 ArmPlatformPkg/FileSystem/BootMonFs/BootMonFs.inf
361
362 #
363 # Networking stack
364 #
365 MdeModulePkg/Universal/Network/DpcDxe/DpcDxe.inf
366 MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf
367 MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Dxe.inf
368 MdeModulePkg/Universal/Network/Ip4ConfigDxe/Ip4ConfigDxe.inf
369 MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Dxe.inf
370 MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf
371 MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfigDxe.inf
372 MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Dxe.inf
373 MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Dxe.inf
374 MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Dxe.inf
375 MdeModulePkg/Universal/Network/UefiPxeBcDxe/UefiPxeBcDxe.inf
376 MdeModulePkg/Universal/Network/IScsiDxe/IScsiDxe.inf
377