]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - BeagleBoardPkg/BeagleBoardPkg.dsc
MdeModulePkg: Update comments in SimpleTextInEx according to UEFI 2.7
[mirror_edk2.git] / BeagleBoardPkg / BeagleBoardPkg.dsc
... / ...
CommitLineData
1#/** @file\r
2# Beagle board package.\r
3#\r
4# Copyright (c) 2009 - 2010, Apple Inc. All rights reserved.<BR>\r
5# Copyright (c) 2015 - 2016, Intel Corporation. All rights reserved.<BR>\r
6# Copyright (c) 2016, Linaro Ltd. All rights reserved.<BR>\r
7#\r
8# This program and the accompanying materials\r
9# are licensed and made available under the terms and conditions of the BSD License\r
10# which accompanies this distribution. The full text of the license may be found at\r
11# http://opensource.org/licenses/bsd-license.php\r
12#\r
13# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
14# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
15#\r
16#**/\r
17\r
18################################################################################\r
19#\r
20# Defines Section - statements that will be processed to create a Makefile.\r
21#\r
22################################################################################\r
23[Defines]\r
24 PLATFORM_NAME = BeagleBoardPkg\r
25 PLATFORM_GUID = 91fa6c28-33df-46ac-aee6-292d6811ea31\r
26 PLATFORM_VERSION = 0.1\r
27 DSC_SPECIFICATION = 0x00010005\r
28 OUTPUT_DIRECTORY = Build/BeagleBoard\r
29 SUPPORTED_ARCHITECTURES = ARM\r
30 BUILD_TARGETS = DEBUG|RELEASE\r
31 SKUID_IDENTIFIER = DEFAULT\r
32 FLASH_DEFINITION = BeagleBoardPkg/BeagleBoardPkg.fdf\r
33\r
34\r
35[LibraryClasses.common]\r
36 ArmLib|ArmPkg/Library/ArmLib/ArmBaseLib.inf\r
37 ArmMmuLib|ArmPkg/Library/ArmMmuLib/ArmMmuBaseLib.inf\r
38 ArmPlatformLib|BeagleBoardPkg/Library/BeagleBoardLib/BeagleBoardLib.inf\r
39 ArmPlatformStackLib|ArmPlatformPkg/Library/ArmPlatformStackLib/ArmPlatformStackLib.inf\r
40 ArmSmcLib|ArmPkg/Library/ArmSmcLib/ArmSmcLib.inf\r
41\r
42 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf\r
43 UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf\r
44\r
45!if $(TARGET) == RELEASE\r
46 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf\r
47 UncachedMemoryAllocationLib|ArmPkg/Library/UncachedMemoryAllocationLib/UncachedMemoryAllocationLib.inf\r
48!else\r
49 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r
50 UncachedMemoryAllocationLib|ArmPkg/Library/UncachedMemoryAllocationLib/UncachedMemoryAllocationLib.inf\r
51!endif\r
52 DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf\r
53\r
54 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
55\r
56 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf\r
57 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf\r
58\r
59 EfiResetSystemLib|BeagleBoardPkg/Library/ResetSystemLib/ResetSystemLib.inf\r
60\r
61 PciLib|MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf\r
62 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf\r
63 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf\r
64\r
65 EfiFileLib|EmbeddedPkg/Library/EfiFileLib/EfiFileLib.inf\r
66\r
67 # These libraries are used by the dynamic EFI Shell commands\r
68 ShellLib|ShellPkg/Library/UefiShellLib/UefiShellLib.inf\r
69 FileHandleLib|MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf\r
70 SortLib|MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf\r
71\r
72 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf\r
73\r
74 #\r
75 # Uncomment (and comment out the next line) For RealView Debugger. The Standard IO window\r
76 # in the debugger will show load and unload commands for symbols. You can cut and paste this\r
77 # into the command window to load symbols. We should be able to use a script to do this, but\r
78 # the version of RVD I have does not support scipts accessing system memory.\r
79 #\r
80# PeCoffExtraActionLib|ArmPkg/Library/RvdPeCoffExtraActionLib/RvdPeCoffExtraActionLib.inf\r
81 PeCoffExtraActionLib|ArmPkg/Library/DebugPeCoffExtraActionLib/DebugPeCoffExtraActionLib.inf\r
82# PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf\r
83\r
84\r
85 CacheMaintenanceLib|ArmPkg/Library/ArmCacheMaintenanceLib/ArmCacheMaintenanceLib.inf\r
86 DefaultExceptionHandlerLib|ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLib.inf\r
87 CpuExceptionHandlerLib|ArmPkg/Library/ArmExceptionLib/ArmExceptionLib.inf\r
88 PrePiLib|EmbeddedPkg/Library/PrePiLib/PrePiLib.inf\r
89\r
90 SerialPortLib|Omap35xxPkg/Library/SerialPortLib/SerialPortLib.inf\r
91 SemihostLib|ArmPkg/Library/SemihostLib/SemihostLib.inf\r
92\r
93 RealTimeClockLib|Omap35xxPkg/Library/RealTimeClockLib/RealTimeClockLib.inf\r
94\r
95 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf\r
96\r
97 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
98 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf\r
99 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
100 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf\r
101 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r
102 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf\r
103\r
104 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf\r
105 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf\r
106 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf\r
107\r
108#\r
109# Assume everything is fixed at build\r
110#\r
111 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
112\r
113 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf\r
114\r
115 UefiUsbLib|MdePkg/Library/UefiUsbLib/UefiUsbLib.inf\r
116\r
117 CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf\r
118\r
119 TimerLib|Omap35xxPkg/Library/Omap35xxTimerLib/Omap35xxTimerLib.inf\r
120 OmapLib|Omap35xxPkg/Library/OmapLib/OmapLib.inf\r
121 OmapDmaLib|Omap35xxPkg/Library/OmapDmaLib/OmapDmaLib.inf\r
122 DebugAgentTimerLib|Omap35xxPkg/Library/DebugAgentTimerLib/DebugAgentTimerLib.inf\r
123\r
124 GdbSerialLib|Omap35xxPkg/Library/GdbSerialLib/GdbSerialLib.inf\r
125 ArmDisassemblerLib|ArmPkg/Library/ArmDisassemblerLib/ArmDisassemblerLib.inf\r
126 DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf\r
127 DmaLib|ArmPkg/Library/ArmDmaLib/ArmDmaLib.inf\r
128\r
129 NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf\r
130 FdtLib|EmbeddedPkg/Library/FdtLib/FdtLib.inf\r
131\r
132 UefiBootManagerLib|MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf\r
133 PlatformBootManagerLib|ArmPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf\r
134 BootLogoLib|MdeModulePkg/Library/BootLogoLib/BootLogoLib.inf\r
135 CustomizedDisplayLib|MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib.inf\r
136\r
137 # UiApp dependencies\r
138 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf\r
139 FileExplorerLib|MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf\r
140 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf\r
141\r
142[LibraryClasses.common.SEC]\r
143 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
144 ReportStatusCodeLib|MdeModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf\r
145 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf\r
146 ExtractGuidedSectionLib|EmbeddedPkg/Library/PrePiExtractGuidedSectionLib/PrePiExtractGuidedSectionLib.inf\r
147 LzmaDecompressLib|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf\r
148\r
149 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf\r
150\r
151 HobLib|EmbeddedPkg/Library/PrePiHobLib/PrePiHobLib.inf\r
152 PrePiHobListPointerLib|ArmPlatformPkg/Library/PrePiHobListPointerLib/PrePiHobListPointerLib.inf\r
153 MemoryAllocationLib|EmbeddedPkg/Library/PrePiMemoryAllocationLib/PrePiMemoryAllocationLib.inf\r
154 PerformanceLib|MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.inf\r
155 PlatformPeiLib|ArmPlatformPkg/PlatformPei/PlatformPeiLib.inf\r
156 MemoryInitPeiLib|ArmPlatformPkg/MemoryInitPei/MemoryInitPeiLib.inf\r
157\r
158 # 1/123 faster than Stm or Vstm version\r
159 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf\r
160\r
161 # Uncomment to turn on GDB stub in SEC.\r
162 #DebugAgentLib|EmbeddedPkg/Library/GdbDebugAgent/GdbDebugAgent.inf\r
163\r
164[LibraryClasses.common.PEI_CORE]\r
165 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
166 ReportStatusCodeLib|MdeModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf\r
167\r
168[LibraryClasses.common.DXE_CORE]\r
169 HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf\r
170 MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf\r
171 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf\r
172 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf\r
173 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf\r
174 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf\r
175 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf\r
176# PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf\r
177 PeCoffLib|EmbeddedPkg/Library/DxeHobPeCoffLib/DxeHobPeCoffLib.inf\r
178\r
179 PerformanceLib|MdeModulePkg/Library/DxeCorePerformanceLib/DxeCorePerformanceLib.inf\r
180\r
181\r
182[LibraryClasses.common.DXE_DRIVER]\r
183 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf\r
184 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf\r
185 SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf\r
186 PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf\r
187 NonDiscoverableDeviceRegistrationLib|MdeModulePkg/Library/NonDiscoverableDeviceRegistrationLib/NonDiscoverableDeviceRegistrationLib.inf\r
188\r
189[LibraryClasses.common.UEFI_APPLICATION]\r
190 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf\r
191 UefiDecompressLib|IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf\r
192 PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf\r
193 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf\r
194\r
195[LibraryClasses.common.UEFI_DRIVER]\r
196 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf\r
197 UefiDecompressLib|IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf\r
198 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf\r
199 PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf\r
200 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf\r
201\r
202[LibraryClasses.common.DXE_RUNTIME_DRIVER]\r
203 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
204 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
205 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf\r
206 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf\r
207# PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf\r
208 PeCoffLib|EmbeddedPkg/Library/DxeHobPeCoffLib/DxeHobPeCoffLib.inf\r
209\r
210\r
211[LibraryClasses.ARM]\r
212 #\r
213 # It is not possible to prevent the ARM compiler for generic intrinsic functions.\r
214 # This library provides the instrinsic functions generate by a given compiler.\r
215 # [LibraryClasses.ARM] and NULL mean link this library into all ARM images.\r
216 #\r
217 NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf\r
218\r
219 # Add support for GCC stack protector\r
220 NULL|MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.inf\r
221\r
222[BuildOptions]\r
223 XCODE:*_*_ARM_PLATFORM_FLAGS == -arch armv7\r
224 GCC:*_*_ARM_PLATFORM_FLAGS == -march=armv7-a\r
225 RVCT:*_*_ARM_PLATFORM_FLAGS == --cpu Cortex-A8\r
226\r
227 *_*_*_CC_FLAGS = -DDISABLE_NEW_DEPRECATED_INTERFACES\r
228\r
229################################################################################\r
230#\r
231# Pcd Section - list of all EDK II PCD Entries defined by this Platform\r
232#\r
233################################################################################\r
234\r
235[PcdsFeatureFlag.common]\r
236 gEfiMdePkgTokenSpaceGuid.PcdComponentNameDisable|TRUE\r
237 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnosticsDisable|TRUE\r
238 gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|TRUE\r
239 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|TRUE\r
240\r
241 #\r
242 # Control what commands are supported from the UI\r
243 # Turn these on and off to add features or save size\r
244 #\r
245 gEmbeddedTokenSpaceGuid.PcdEmbeddedMacBoot|TRUE\r
246 gEmbeddedTokenSpaceGuid.PcdEmbeddedDirCmd|TRUE\r
247 gEmbeddedTokenSpaceGuid.PcdEmbeddedHobCmd|TRUE\r
248 gEmbeddedTokenSpaceGuid.PcdEmbeddedHwDebugCmd|TRUE\r
249 gEmbeddedTokenSpaceGuid.PcdEmbeddedPciDebugCmd|TRUE\r
250 gEmbeddedTokenSpaceGuid.PcdEmbeddedIoEnable|FALSE\r
251 gEmbeddedTokenSpaceGuid.PcdEmbeddedScriptCmd|FALSE\r
252\r
253 gEmbeddedTokenSpaceGuid.PcdCacheEnable|TRUE\r
254\r
255 # Use the Vector Table location in CpuDxe. We will not copy the Vector Table at PcdCpuVectorBaseAddress\r
256 gArmTokenSpaceGuid.PcdRelocateVectorTable|FALSE\r
257\r
258 gEmbeddedTokenSpaceGuid.PcdPrePiProduceMemoryTypeInformationHob|TRUE\r
259 gArmTokenSpaceGuid.PcdCpuDxeProduceDebugSupport|FALSE\r
260\r
261 gEfiMdeModulePkgTokenSpaceGuid.PcdTurnOffUsbLegacySupport|TRUE\r
262\r
263 ## If TRUE, Graphics Output Protocol will be installed on virtual handle created by ConsplitterDxe.\r
264 # It could be set FALSE to save size.\r
265 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|TRUE\r
266\r
267[PcdsFixedAtBuild.common]\r
268 gArmPlatformTokenSpaceGuid.PcdFirmwareVendor|"Beagle Board"\r
269\r
270 gEmbeddedTokenSpaceGuid.PcdEmbeddedPrompt|"BeagleEdk2"\r
271 gEfiMdePkgTokenSpaceGuid.PcdMaximumUnicodeStringLength|1000000\r
272 gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength|1000000\r
273 gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|1000000\r
274 gEfiMdePkgTokenSpaceGuid.PcdSpinLockTimeout|10000000\r
275 gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue|0xAF\r
276 gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask|1\r
277 gEfiMdePkgTokenSpaceGuid.PcdPostCodePropertyMask|0\r
278 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|320\r
279\r
280# DEBUG_ASSERT_ENABLED 0x01\r
281# DEBUG_PRINT_ENABLED 0x02\r
282# DEBUG_CODE_ENABLED 0x04\r
283# CLEAR_MEMORY_ENABLED 0x08\r
284# ASSERT_BREAKPOINT_ENABLED 0x10\r
285# ASSERT_DEADLOOP_ENABLED 0x20\r
286!if $(TARGET) == RELEASE\r
287 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x21\r
288!else\r
289 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x2f\r
290!endif\r
291\r
292# DEBUG_INIT 0x00000001 // Initialization\r
293# DEBUG_WARN 0x00000002 // Warnings\r
294# DEBUG_LOAD 0x00000004 // Load events\r
295# DEBUG_FS 0x00000008 // EFI File system\r
296# DEBUG_POOL 0x00000010 // Alloc & Free (pool)\r
297# DEBUG_PAGE 0x00000020 // Alloc & Free (page)\r
298# DEBUG_INFO 0x00000040 // Informational debug messages\r
299# DEBUG_DISPATCH 0x00000080 // PEI/DXE/SMM Dispatchers\r
300# DEBUG_VARIABLE 0x00000100 // Variable\r
301# DEBUG_BM 0x00000400 // Boot Manager\r
302# DEBUG_BLKIO 0x00001000 // BlkIo Driver\r
303# DEBUG_NET 0x00004000 // SNP Driver\r
304# DEBUG_UNDI 0x00010000 // UNDI Driver\r
305# DEBUG_LOADFILE 0x00020000 // LoadFile\r
306# DEBUG_EVENT 0x00080000 // Event messages\r
307# DEBUG_GCD 0x00100000 // Global Coherency Database changes\r
308# DEBUG_CACHE 0x00200000 // Memory range cachability changes\r
309# DEBUG_VERBOSE 0x00400000 // Detailed debug messages that may\r
310# // significantly impact boot performance\r
311# DEBUG_ERROR 0x80000000 // Error\r
312 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x8000000F\r
313\r
314 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x07\r
315\r
316 gEmbeddedTokenSpaceGuid.PcdEmbeddedAutomaticBootCommand|""\r
317 gEmbeddedTokenSpaceGuid.PcdEmbeddedDefaultTextColor|0x07\r
318 gEmbeddedTokenSpaceGuid.PcdEmbeddedMemVariableStoreSize|0x10000\r
319\r
320#\r
321# Optional feature to help prevent EFI memory map fragments\r
322# Turned on and off via: PcdPrePiProduceMemoryTypeInformationHob\r
323# Values are in EFI Pages (4K). DXE Core will make sure that\r
324# at least this much of each type of memory can be allocated\r
325# from a single memory range. This way you only end up with\r
326# maximum of two fragements for each type in the memory map\r
327# (the memory used, and the free memory that was prereserved\r
328# but not used).\r
329#\r
330 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIReclaimMemory|0\r
331 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIMemoryNVS|0\r
332 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiReservedMemoryType|0\r
333 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesData|80\r
334 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesCode|40\r
335 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesCode|400\r
336 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesData|3000\r
337 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderCode|10\r
338 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderData|0\r
339\r
340 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|4\r
341\r
342#\r
343# Beagle board Specific PCDs\r
344#\r
345 gArmTokenSpaceGuid.PcdVFPEnabled|1\r
346\r
347 gArmTokenSpaceGuid.PcdSystemMemoryBase|0x80000000\r
348 gArmTokenSpaceGuid.PcdSystemMemorySize|0x08000000\r
349\r
350 # Size of the region used by UEFI in permanent memory (Reserved 16MB)\r
351 gArmPlatformTokenSpaceGuid.PcdSystemMemoryUefiRegionSize|0x01000000\r
352\r
353 # Size of the region reserved for fixed address allocations (Reserved 32MB)\r
354 gArmTokenSpaceGuid.PcdArmLinuxKernelMaxOffset|0x02000000\r
355\r
356 gArmTokenSpaceGuid.PcdCpuVectorBaseAddress|0x80008000\r
357 gArmTokenSpaceGuid.PcdCpuResetAddress|0x80008000\r
358\r
359 gEmbeddedTokenSpaceGuid.PcdTimerPeriod|100000\r
360 gEmbeddedTokenSpaceGuid.PcdEmbeddedPerformanceCounterPeriodInNanoseconds|77\r
361 gEmbeddedTokenSpaceGuid.PcdEmbeddedPerformanceCounterFrequencyInHz|13000000\r
362\r
363 # OMAP Interrupt Controller\r
364 gEmbeddedTokenSpaceGuid.PcdInterruptBaseAddress|0x48200000\r
365\r
366 # We want to use the Shell Libraries but don't want it to initialise\r
367 # automatically. We initialise the libraries when the command is called by the\r
368 # Shell.\r
369 gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE\r
370\r
371 gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|10\r
372\r
373 # GUID of the UEFI Shell\r
374 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdShellFile|{ 0x83, 0xA5, 0x04, 0x7C, 0x3E, 0x9E, 0x1C, 0x4F, 0xAD, 0x65, 0xE0, 0x52, 0x68, 0xD0, 0xB4, 0xD1 }\r
375\r
376 # GUID of the UI app\r
377 gEfiMdeModulePkgTokenSpaceGuid.PcdBootManagerMenuFile|{ 0x21, 0xaa, 0x2c, 0x46, 0x14, 0x76, 0x03, 0x45, 0x83, 0x6e, 0x8a, 0xb6, 0xf4, 0x66, 0x23, 0x31 }\r
378\r
379 gEfiMdeModulePkgTokenSpaceGuid.PcdResetOnMemoryTypeInformationChange|FALSE\r
380\r
381################################################################################\r
382#\r
383# Components Section - list of all EDK II Modules needed by this Platform\r
384#\r
385################################################################################\r
386[Components.common]\r
387\r
388 #\r
389 # SEC\r
390 #\r
391 ArmPlatformPkg/PrePi/PeiUniCore.inf\r
392\r
393 #\r
394 # DXE\r
395 #\r
396 MdeModulePkg/Core/Dxe/DxeMain.inf {\r
397 <LibraryClasses>\r
398 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
399 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf\r
400 NULL|EmbeddedPkg/Library/LzmaHobCustomDecompressLib/LzmaHobCustomDecompressLib.inf\r
401 }\r
402\r
403 ArmPkg/Drivers/CpuDxe/CpuDxe.inf\r
404\r
405 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf\r
406 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf\r
407 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf\r
408 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf\r
409 MdeModulePkg/Universal/Variable/EmuRuntimeDxe/EmuVariableRuntimeDxe.inf\r
410 EmbeddedPkg/EmbeddedMonotonicCounter/EmbeddedMonotonicCounter.inf\r
411\r
412 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf\r
413 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf\r
414 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf\r
415 MdeModulePkg/Universal/SerialDxe/SerialDxe.inf\r
416 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf\r
417#\r
418# This version uses semi-hosting console\r
419# EmbeddedPkg/SimpleTextInOutSerial/SimpleTextInOutSerial.inf {\r
420# <LibraryClasses>\r
421# SerialPortLib|ArmPkg/Library/SemiHostingSerialPortLib/SemiHostingSerialPortLib.inf\r
422# }\r
423\r
424 EmbeddedPkg/ResetRuntimeDxe/ResetRuntimeDxe.inf\r
425 EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf\r
426 EmbeddedPkg/MetronomeDxe/MetronomeDxe.inf\r
427\r
428 #\r
429 # Semi-hosting filesystem\r
430 #\r
431 ArmPkg/Filesystem/SemihostFs/SemihostFs.inf\r
432\r
433 #\r
434 # FAT filesystem + GPT/MBR partitioning\r
435 #\r
436 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf\r
437 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf\r
438 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf\r
439 FatPkg/EnhancedFatDxe/Fat.inf\r
440\r
441 #\r
442 # USB\r
443 #\r
444 Omap35xxPkg/PciEmulation/PciEmulation.inf\r
445 MdeModulePkg/Bus/Pci/NonDiscoverablePciDeviceDxe/NonDiscoverablePciDeviceDxe.inf\r
446\r
447 MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf {\r
448 <PcdsFixedAtBuild>\r
449 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x800fffff\r
450 }\r
451\r
452 MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf\r
453 MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf\r
454\r
455 #\r
456 # Nand Flash\r
457 #\r
458 Omap35xxPkg/Flash/Flash.inf\r
459\r
460 #\r
461 # MMC/SD\r
462 #\r
463 EmbeddedPkg/Universal/MmcDxe/MmcDxe.inf\r
464 Omap35xxPkg/MmcHostDxe/MmcHostDxe.inf\r
465\r
466 #\r
467 # I2C\r
468 #\r
469 Omap35xxPkg/SmbusDxe/Smbus.inf\r
470\r
471 #\r
472 # SoC Drivers\r
473 #\r
474 Omap35xxPkg/Gpio/Gpio.inf\r
475 Omap35xxPkg/InterruptDxe/InterruptDxe.inf\r
476 Omap35xxPkg/TimerDxe/TimerDxe.inf\r
477 Omap35xxPkg/LcdGraphicsOutputDxe/LcdGraphicsOutputDxe.inf\r
478\r
479 #\r
480 # Power IC\r
481 #\r
482 Omap35xxPkg/TPS65950Dxe/TPS65950.inf\r
483\r
484 #\r
485 # Bds\r
486 #\r
487 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf\r
488 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf\r
489 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf\r
490 MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf\r
491 MdeModulePkg/Universal/BdsDxe/BdsDxe.inf\r
492 MdeModulePkg/Application/UiApp/UiApp.inf {\r
493 <LibraryClasses>\r
494 NULL|MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib.inf\r
495 NULL|MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib.inf\r
496 NULL|MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib.inf\r
497 }\r
498 ShellPkg/Application/Shell/Shell.inf {\r
499 <LibraryClasses>\r
500 ShellCommandLib|ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.inf\r
501 NULL|ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.inf\r
502 NULL|ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib.inf\r
503 NULL|ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib.inf\r
504 NULL|ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.inf\r
505 NULL|ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.inf\r
506 NULL|ShellPkg/Library/UefiShellInstall1CommandsLib/UefiShellInstall1CommandsLib.inf\r
507 NULL|ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib.inf\r
508 NULL|ShellPkg/Library/UefiShellTftpCommandLib/UefiShellTftpCommandLib.inf\r
509 HandleParsingLib|ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.inf\r
510 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf\r
511 BcfgCommandLib|ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib.inf\r
512\r
513 <PcdsFixedAtBuild>\r
514 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0xFF\r
515 gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE\r
516 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|8000\r
517 }\r