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