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