1d5d0ae9 |
1 | #\r |
2 | # Copyright (c) 2011, ARM Limited. All rights reserved.\r |
3 | # \r |
4 | # This program and the accompanying materials \r |
5 | # are licensed and made available under the terms and conditions of the BSD License \r |
6 | # which accompanies this distribution. The full text of the license may be found at \r |
7 | # http://opensource.org/licenses/bsd-license.php \r |
8 | #\r |
9 | # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r |
10 | # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. \r |
11 | #\r |
12 | #\r |
13 | \r |
14 | ################################################################################\r |
15 | #\r |
16 | # Defines Section - statements that will be processed to create a Makefile.\r |
17 | #\r |
18 | ################################################################################\r |
19 | [Defines]\r |
20 | PLATFORM_NAME = ArmRealViewEbPkg\r |
21 | PLATFORM_GUID = F4C1AD3E-9D3E-4F61-8791-B3BB1C43D04C\r |
22 | PLATFORM_VERSION = 0.1\r |
23 | DSC_SPECIFICATION = 0x00010005\r |
24 | OUTPUT_DIRECTORY = Build/ArmRealViewEb-RTSM-A8\r |
25 | SUPPORTED_ARCHITECTURES = ARM\r |
26 | BUILD_TARGETS = DEBUG|RELEASE\r |
27 | SKUID_IDENTIFIER = DEFAULT\r |
28 | FLASH_DEFINITION = ArmPlatformPkg/ArmRealViewEbPkg/ArmRealViewEb-RTSM-UniCore.fdf\r |
29 | \r |
30 | [LibraryClasses.common]\r |
31 | !if $(BUILD_TARGETS) == RELEASE\r |
32 | DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf\r |
33 | UncachedMemoryAllocationLib|ArmPkg/Library/UncachedMemoryAllocationLib/UncachedMemoryAllocationLib.inf\r |
34 | !else\r |
35 | DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r |
36 | UncachedMemoryAllocationLib|ArmPkg/Library/UncachedMemoryAllocationLib/UncachedMemoryAllocationLib.inf\r |
37 | # UncachedMemoryAllocationLib|ArmPkg/Library/DebugUncachedMemoryAllocationLib/DebugUncachedMemoryAllocationLib.inf\r |
38 | !endif\r |
a54d2109 |
39 | DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf\r |
1d5d0ae9 |
40 | \r |
41 | ArmLib|ArmPkg/Library/ArmLib/ArmV7/ArmV7Lib.inf\r |
42 | ArmPlatformLib|ArmPlatformPkg/ArmRealViewEbPkg/Library/ArmRealViewEbLibRTSM/ArmRealViewEbLib.inf\r |
43 | \r |
44 | BaseLib|MdePkg/Library/BaseLib/BaseLib.inf\r |
45 | BaseMemoryLib|ArmPkg/Library/BaseMemoryLibStm/BaseMemoryLibStm.inf\r |
a89cb4b7 |
46 | SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf\r |
1d5d0ae9 |
47 | \r |
48 | EfiResetSystemLib|ArmPlatformPkg/ArmRealViewEbPkg/Library/ResetSystemLib/ResetSystemLib.inf\r |
49 | PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf\r |
50 | PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf\r |
51 | \r |
52 | EblCmdLib|ArmPlatformPkg/Library/EblCmdLib/EblCmdLib.inf\r |
53 | EfiFileLib|EmbeddedPkg/Library/EfiFileLib/EfiFileLib.inf\r |
54 | PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf\r |
55 | \r |
56 | #\r |
57 | # Uncomment (and comment out the next line) For RealView Debugger. The Standard IO window \r |
58 | # in the debugger will show load and unload commands for symbols. You can cut and paste this\r |
59 | # into the command window to load symbols. We should be able to use a script to do this, but\r |
60 | # the version of RVD I have does not support scripts accessing system memory.\r |
61 | #\r |
62 | # PeCoffExtraActionLib|ArmPkg/Library/RvdPeCoffExtraActionLib/RvdPeCoffExtraActionLib.inf\r |
63 | PeCoffExtraActionLib|ArmPkg/Library/DebugPeCoffExtraActionLib/DebugPeCoffExtraActionLib.inf\r |
64 | # PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf\r |
65 | \r |
66 | CacheMaintenanceLib|ArmPkg/Library/ArmCacheMaintenanceLib/ArmCacheMaintenanceLib.inf\r |
67 | DefaultExceptioHandlerLib|ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLib.inf\r |
68 | \r |
69 | SemihostLib|ArmPkg/Library/SemihostLib/SemihostLib.inf\r |
70 | \r |
71 | RealTimeClockLib|ArmPlatformPkg/Library/PL031RealTimeClockLib/PL031RealTimeClockLib.inf\r |
72 | \r |
73 | IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf\r |
74 | \r |
75 | UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf\r |
76 | PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf\r |
77 | \r |
78 | UefiLib|MdePkg/Library/UefiLib/UefiLib.inf\r |
79 | HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r |
80 | UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf\r |
81 | DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r |
82 | UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf\r |
83 | \r |
84 | DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf\r |
85 | UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf\r |
86 | UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf\r |
87 | \r |
88 | #\r |
89 | # Assume everything is fixed at build\r |
90 | #\r |
91 | PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r |
92 | \r |
93 | UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf\r |
94 | \r |
95 | EblAddExternalCommandLib|EmbeddedPkg/Library/EblAddExternalCommandLib/EblAddExternalCommandLib.inf\r |
96 | \r |
97 | CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf\r |
98 | PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf\r |
99 | \r |
100 | EblNetworkLib|EmbeddedPkg/Library/EblNetworkLib/EblNetworkLib.inf\r |
101 | \r |
102 | ArmDisassemblerLib|ArmPkg/Library/ArmDisassemblerLib/ArmDisassemblerLib.inf\r |
103 | DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf\r |
104 | DebugAgentTimerLib|ArmPlatformPkg/ArmRealViewEbPkg/Library/DebugAgentTimerLib/DebugAgentTimerLib.inf\r |
105 | \r |
106 | SerialPortLib|ArmPlatformPkg/Library/PL011SerialPortLib/PL011SerialPortLib.inf\r |
107 | TimerLib|ArmPlatformPkg/Library/SP804TimerLib/SP804TimerLib.inf \r |
108 | GdbSerialLib|ArmPlatformPkg/ArmRealViewEbPkg/Library/GdbSerialLib/GdbSerialLib.inf\r |
109 | DmaLib|ArmPkg/Library/ArmDmaLib/ArmDmaLib.inf\r |
110 | \r |
9dcfb8e5 |
111 | # ARM PL011 UART Driver\r |
112 | PL011UartLib|ArmPlatformPkg/Drivers/PL011Uart/PL011Uart.inf\r |
113 | \r |
1d5d0ae9 |
114 | BdsLib|ArmPkg/Library/BdsLib/BdsLib.inf\r |
a89cb4b7 |
115 | \r |
116 | NorFlashPlatformLib|ArmPlatformPkg/ArmRealViewEbPkg/Library/NorFlashArmRealViewEbLib/NorFlashArmRealViewEbLib.inf\r |
1d5d0ae9 |
117 | \r |
118 | [LibraryClasses.common.SEC]\r |
119 | ArmLib|ArmPkg/Library/ArmLib/ArmV7/ArmV7LibSec.inf\r |
120 | PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r |
121 | ArmPlatformLib|ArmPlatformPkg/ArmRealViewEbPkg/Library/ArmRealViewEbLibRTSM/ArmRealViewEbSecLib.inf\r |
122 | \r |
123 | # 1/123 faster than Stm or Vstm version\r |
124 | BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf\r |
125 | \r |
126 | # Uncomment to turn on GDB stub in SEC. \r |
127 | #DebugAgentLib|EmbeddedPkg/Library/GdbDebugAgent/GdbDebugAgent.inf\r |
128 | \r |
129 | # L2 Cache Driver\r |
130 | L2X0CacheLib|ArmPkg/Library/L2X0CacheLibNull/L2X0CacheLibNull.inf\r |
131 | # ARM PL390 General Interrupt Driver in Secure and Non-secure\r |
132 | PL390GicSecLib|ArmPkg/Drivers/PL390Gic/PL390GicSec.inf\r |
133 | \r |
134 | [LibraryClasses.common.PEI_CORE]\r |
135 | BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf\r |
136 | HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf\r |
137 | # note: this won't actually work since globals in PEI are not writeable\r |
138 | # need to generate an ARM PEI services table pointer implementation\r |
139 | PeiServicesTablePointerLib|ArmPlatformPkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf\r |
140 | PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf\r |
141 | MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r |
142 | PeiCoreEntryPoint|MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf\r |
143 | PerformanceLib|MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.inf\r |
144 | ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf\r |
145 | OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf\r |
146 | PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf\r |
147 | DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r |
148 | PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf\r |
149 | UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf\r |
150 | ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf\r |
151 | \r |
152 | [LibraryClasses.common.PEIM]\r |
153 | BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf\r |
154 | HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf\r |
155 | # note: this won't actually work since globals in PEI are not writeable\r |
156 | # need to generate an ARM PEI services table pointer implementation\r |
157 | PeiServicesTablePointerLib|ArmPlatformPkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf\r |
158 | PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf\r |
159 | MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r |
160 | PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf\r |
161 | PerformanceLib|MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.inf\r |
162 | ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf\r |
163 | OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf\r |
164 | PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf\r |
165 | DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r |
166 | PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf\r |
167 | PeiResourcePublicationLib|MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib.inf\r |
168 | UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf\r |
169 | ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf\r |
170 | \r |
171 | [LibraryClasses.common.DXE_CORE]\r |
172 | HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf\r |
173 | MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf\r |
174 | DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf\r |
175 | ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf\r |
176 | ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf\r |
177 | UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf\r |
178 | DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf\r |
179 | \r |
180 | PerformanceLib|MdeModulePkg/Library/DxeCorePerformanceLib/DxeCorePerformanceLib.inf\r |
181 | \r |
182 | \r |
183 | [LibraryClasses.common.DXE_DRIVER]\r |
184 | ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf\r |
185 | DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf\r |
186 | SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf\r |
187 | PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf\r |
188 | MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r |
189 | \r |
190 | \r |
191 | [LibraryClasses.common.UEFI_APPLICATION]\r |
192 | ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf\r |
193 | UefiDecompressLib|IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf\r |
194 | PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf\r |
195 | MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r |
196 | \r |
197 | [LibraryClasses.common.UEFI_DRIVER]\r |
198 | ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf\r |
199 | UefiDecompressLib|IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf\r |
200 | ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf\r |
201 | PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf\r |
202 | MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r |
203 | \r |
204 | [LibraryClasses.common.DXE_RUNTIME_DRIVER]\r |
205 | HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r |
206 | MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r |
207 | ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf\r |
208 | CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf\r |
209 | # PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf\r |
210 | MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r |
211 | \r |
212 | [LibraryClasses.ARM]\r |
213 | #\r |
214 | # It is not possible to prevent the ARM compiler for generic intrinsic functions.\r |
215 | # This library provides the instrinsic functions generate by a given compiler.\r |
216 | # [LibraryClasses.ARM] and NULL mean link this library into all ARM images.\r |
217 | #\r |
218 | NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf\r |
219 | \r |
220 | [BuildOptions]\r |
221 | RVCT:*_*_ARM_ARCHCC_FLAGS == --cpu Cortex-A8 --thumb --fpu=softvfp -I$(WORKSPACE)/ArmPlatformPkg/ArmRealViewEbPkg/Include/Platform\r |
222 | RVCT:*_*_ARM_ARCHASM_FLAGS == --cpu Cortex-A8 -I$(WORKSPACE)/ArmPlatformPkg/ArmRealViewEbPkg/Include/Platform\r |
223 | RVCT:RELEASE_*_*_CC_FLAGS = -DMDEPKG_NDEBUG -I$(WORKSPACE)/ArmPlatformPkg/ArmRealViewEbPkg/Include/Platform\r |
224 | \r |
225 | GCC:*_*_ARM_ARCHCC_FLAGS == -march=armv7-a -mthumb -I$(WORKSPACE)/ArmPlatformPkg/ArmRealViewEbPkg/Include/Platform \r |
226 | GCC:*_*_ARM_ARCHASM_FLAGS == -march=armv7-a -I$(WORKSPACE)/ArmPlatformPkg/ArmRealViewEbPkg/Include/Platform\r |
227 | GCC:RELEASE_*_*_CC_FLAGS = -DMDEPKG_NDEBUG -I$(WORKSPACE)/ArmPlatformPkg/ArmRealViewEbPkg/Include/Platform\r |
228 | \r |
229 | XCODE:*_*_ARM_ARCHCC_FLAGS == -arch armv7 -march=armv7 -I$(WORKSPACE)/ArmPlatformPkg/ArmRealViewEbPkg/Include/Platform\r |
230 | XCODE:*_*_ARM_ARCHASM_FLAGS == -arch armv7 -I$(WORKSPACE)/ArmPlatformPkg/ArmRealViewEbPkg/Include/Platform\r |
231 | XCODE:*_*_ARM_ARCHDLINK_FLAGS == -arch armv7 -I$(WORKSPACE)/ArmPlatformPkg/ArmRealViewEbPkg/Include/Platform\r |
232 | XCODE:RELEASE_*_*_CC_FLAGS = -DMDEPKG_NDEBUG -I$(WORKSPACE)/ArmPlatformPkg/ArmRealViewEbPkg/Include/Platform\r |
233 | \r |
234 | \r |
235 | ################################################################################\r |
236 | #\r |
237 | # Pcd Section - list of all EDK II PCD Entries defined by this Platform\r |
238 | #\r |
239 | ################################################################################\r |
240 | \r |
241 | [PcdsFeatureFlag.common]\r |
242 | gEfiMdePkgTokenSpaceGuid.PcdComponentNameDisable|TRUE\r |
243 | gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnosticsDisable|TRUE\r |
244 | gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|TRUE\r |
245 | gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|TRUE\r |
246 | \r |
247 | gEmbeddedTokenSpaceGuid.PcdCacheEnable|TRUE\r |
248 | \r |
249 | # Use the Vector Table location in CpuDxe. We will not copy the Vector Table at PcdCpuVectorBaseAddress\r |
250 | gArmTokenSpaceGuid.PcdRelocateVectorTable|FALSE\r |
251 | \r |
252 | gArmTokenSpaceGuid.PcdCpuDxeProduceDebugSupport|FALSE\r |
253 | \r |
254 | gEfiMdeModulePkgTokenSpaceGuid.PcdTurnOffUsbLegacySupport|TRUE\r |
255 | \r |
256 | gArmPlatformTokenSpaceGuid.PcdStandalone|TRUE\r |
257 | \r |
258 | !if $(EDK2_SKIP_PEICORE) == 1\r |
259 | gArmTokenSpaceGuid.PcdSkipPeiCore|TRUE\r |
260 | !endif\r |
261 | \r |
262 | [PcdsFixedAtBuild.common]\r |
263 | gEmbeddedTokenSpaceGuid.PcdEmbeddedPrompt|"ArmRealViewEb %a"\r |
264 | gEmbeddedTokenSpaceGuid.PcdPrePiCpuMemorySize|32\r |
265 | gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize|0\r |
266 | gEfiMdePkgTokenSpaceGuid.PcdMaximumUnicodeStringLength|1000000\r |
267 | gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength|1000000\r |
268 | gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|1000000\r |
269 | gEfiMdePkgTokenSpaceGuid.PcdSpinLockTimeout|10000000\r |
270 | gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue|0xAF\r |
271 | gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask|1\r |
272 | gEfiMdePkgTokenSpaceGuid.PcdPostCodePropertyMask|0\r |
273 | gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|320\r |
274 | \r |
275 | # DEBUG_ASSERT_ENABLED 0x01\r |
276 | # DEBUG_PRINT_ENABLED 0x02\r |
277 | # DEBUG_CODE_ENABLED 0x04\r |
278 | # CLEAR_MEMORY_ENABLED 0x08\r |
279 | # ASSERT_BREAKPOINT_ENABLED 0x10\r |
280 | # ASSERT_DEADLOOP_ENABLED 0x20\r |
281 | gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x2f\r |
282 | \r |
283 | # DEBUG_INIT 0x00000001 // Initialization\r |
284 | # DEBUG_WARN 0x00000002 // Warnings\r |
285 | # DEBUG_LOAD 0x00000004 // Load events\r |
286 | # DEBUG_FS 0x00000008 // EFI File system\r |
287 | # DEBUG_POOL 0x00000010 // Alloc & Free's\r |
288 | # DEBUG_PAGE 0x00000020 // Alloc & Free's\r |
289 | # DEBUG_INFO 0x00000040 // Verbose\r |
290 | # DEBUG_DISPATCH 0x00000080 // PEI/DXE Dispatchers\r |
291 | # DEBUG_VARIABLE 0x00000100 // Variable\r |
292 | # DEBUG_BM 0x00000400 // Boot Manager\r |
293 | # DEBUG_BLKIO 0x00001000 // BlkIo Driver\r |
294 | # DEBUG_NET 0x00004000 // SNI Driver\r |
295 | # DEBUG_UNDI 0x00010000 // UNDI Driver\r |
296 | # DEBUG_LOADFILE 0x00020000 // UNDI Driver\r |
297 | # DEBUG_EVENT 0x00080000 // Event messages\r |
298 | # DEBUG_ERROR 0x80000000 // Error\r |
299 | gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x8000000F\r |
300 | \r |
301 | gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x07\r |
a89cb4b7 |
302 | \r |
303 | #\r |
304 | # NV Storage PCDs. Use base of 0x43F00000 for NOR0\r |
305 | #\r |
306 | gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase|0x43F00000\r |
307 | gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize|0x000C0000\r |
308 | gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase|0x43FC0000\r |
309 | gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize|0x00020000\r |
310 | gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase|0x43FE0000\r |
311 | gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize|0x00020000\r |
1d5d0ae9 |
312 | \r |
313 | gEmbeddedTokenSpaceGuid.PcdEmbeddedAutomaticBootCommand|""\r |
314 | gEmbeddedTokenSpaceGuid.PcdEmbeddedDefaultTextColor|0x07\r |
315 | gEmbeddedTokenSpaceGuid.PcdEmbeddedMemVariableStoreSize|0x10000\r |
316 | \r |
317 | #\r |
318 | # Optional feature to help prevent EFI memory map fragments\r |
319 | # Turned on and off via: PcdPrePiProduceMemoryTypeInformationHob\r |
320 | # Values are in EFI Pages (4K). DXE Core will make sure that \r |
321 | # at least this much of each type of memory can be allocated \r |
322 | # from a single memory range. This way you only end up with\r |
323 | # maximum of two fragements for each type in the memory map\r |
324 | # (the memory used, and the free memory that was prereserved\r |
325 | # but not used).\r |
326 | #\r |
327 | gArmTokenSpaceGuid.PcdCpuVectorBaseAddress|0x00000000\r |
328 | \r |
329 | # Stack for CPU Cores in Secure Mode\r |
330 | gArmPlatformTokenSpaceGuid.PcdCPUCoresSecStackBase|0x4B000000 # Top of SEC Stack for Secure World\r |
331 | gArmPlatformTokenSpaceGuid.PcdCPUCoreSecStackSize|0x2000 # Size of SEC Stack for Secure World\r |
332 | \r |
333 | # Stack for CPU Cores in Secure Monitor Mode\r |
334 | gArmPlatformTokenSpaceGuid.PcdCPUCoresSecMonStackBase|0x4A000000 # Top of SEC Stack for Monitor World\r |
335 | gArmPlatformTokenSpaceGuid.PcdCPUCoreSecMonStackSize|0x2000 # Size of SEC Stack for Monitor World\r |
336 | \r |
337 | # Stack for CPU Cores in Non Secure Mode\r |
338 | gArmPlatformTokenSpaceGuid.PcdCPUCoresNonSecStackBase|0x48000000 # Top of SEC Stack for Normal World\r |
339 | gArmPlatformTokenSpaceGuid.PcdCPUCoresNonSecStackSize|0x20000 # Size of SEC Stack for Normal World\r |
340 | gArmPlatformTokenSpaceGuid.PcdPeiServicePtrAddr|0x48020004 # Pei Services Ptr just above stack\r |
341 | \r |
342 | # Non Sec UEFI Firmware: These two PCDs must match PcdFlashFvMainBase/PcdFlashFvMainSize\r |
262a9b04 |
343 | gArmTokenSpaceGuid.PcdNormalFdBaseAddress|0x40050000 # Must be equal to gEmbeddedTokenSpaceGuid.PcdFlashFvMainBase\r |
344 | gArmTokenSpaceGuid.PcdNormalFdSize|0x00100000 # Must be equal to gEmbeddedTokenSpaceGuid.PcdFlashFvMainSize\r |
1d5d0ae9 |
345 | \r |
964680c1 |
346 | # System Memory (256MB) \r |
347 | gArmTokenSpaceGuid.PcdSystemMemoryBase|0x70000000\r |
348 | gArmTokenSpaceGuid.PcdSystemMemorySize|0x10000000\r |
349 | \r |
350 | # Size of the region used by UEFI in permanent memory (Reserved 64MB)\r |
351 | gArmPlatformTokenSpaceGuid.PcdSystemMemoryUefiRegionSize|0x04000000\r |
352 | \r |
1d5d0ae9 |
353 | gEmbeddedTokenSpaceGuid.PcdTimerPeriod|100000 # expressed in 100ns units, 100,000 x 100 ns = 10,000,000 ns = 10 ms\r |
354 | \r |
355 | #\r |
356 | # ARM Pcds\r |
357 | #\r |
358 | gArmTokenSpaceGuid.PcdArmUncachedMemoryMask|0x0000000040000000\r |
359 | \r |
360 | #\r |
361 | # ARM EB PCDS\r |
362 | #\r |
363 | gArmRealViewEbPkgTokenSpaceGuid.PcdGdbUartBase|0x1000a000\r |
364 | \r |
365 | #\r |
366 | # ARM PL390 General Interrupt Controller\r |
367 | #\r |
368 | gArmTokenSpaceGuid.PcdGicDistributorBase|0x10041000\r |
369 | gArmTokenSpaceGuid.PcdGicInterruptInterfaceBase|0x10040000\r |
55fad965 |
370 | gArmTokenSpaceGuid.PcdGicNumInterrupts|96\r |
1d5d0ae9 |
371 | \r |
372 | #\r |
373 | # ARM OS Loader\r |
374 | #\r |
375 | # Versatile Express machine type (ARM VERSATILE EXPRESS = 2272) required for ARM Linux: \r |
376 | gArmTokenSpaceGuid.PcdArmMachineType|2272\r |
377 | gArmTokenSpaceGuid.PcdLinuxKernelDP|L"VenHw(02118005-9DA7-443a-92D5-781F022AEDBB)/MemoryMapped(0,0x46000000,0x46400000)"\r |
378 | gArmTokenSpaceGuid.PcdLinuxAtag|"rdinit=/bin/ash debug earlyprintk console=ttyAMA0,38400 mem=1G"\r |
379 | gArmTokenSpaceGuid.PcdFdtDP|L""\r |
380 | \r |
381 | #\r |
382 | # ARM L2x0 PCDs\r |
383 | #\r |
384 | gArmTokenSpaceGuid.PcdL2x0ControllerBase|0x1F002000\r |
385 | \r |
386 | \r |
387 | \r |
388 | ################################################################################\r |
389 | #\r |
390 | # Components Section - list of all EDK II Modules needed by this Platform\r |
391 | #\r |
392 | ################################################################################\r |
393 | [Components.common]\r |
394 | \r |
395 | #\r |
396 | # SEC\r |
397 | #\r |
398 | ArmPlatformPkg/Sec/Sec.inf\r |
399 | ArmPlatformPkg/PrePeiCore/PrePeiCoreUniCore.inf\r |
400 | \r |
401 | #\r |
402 | # PEI Phase modules\r |
403 | #\r |
404 | MdeModulePkg/Core/Pei/PeiMain.inf\r |
405 | MdeModulePkg/Universal/PCD/Pei/Pcd.inf {\r |
406 | <LibraryClasses>\r |
407 | PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r |
408 | }\r |
409 | ArmPlatformPkg/PlatformPei/PlatformPei.inf\r |
410 | ArmPlatformPkg/MemoryInitPei/MemoryInitPei.inf\r |
411 | IntelFrameworkModulePkg/Universal/StatusCode/Pei/StatusCodePei.inf\r |
412 | Nt32Pkg/BootModePei/BootModePei.inf\r |
413 | MdeModulePkg/Universal/Variable/Pei/VariablePei.inf\r |
414 | MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf {\r |
415 | <LibraryClasses>\r |
416 | NULL|IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf\r |
417 | }\r |
418 | \r |
419 | #\r |
420 | # DXE\r |
421 | #\r |
422 | MdeModulePkg/Core/Dxe/DxeMain.inf {\r |
423 | <LibraryClasses>\r |
424 | PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r |
425 | NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf\r |
426 | }\r |
427 | \r |
428 | #\r |
429 | # Architectural Protocols\r |
430 | #\r |
431 | ArmPkg/Drivers/CpuDxe/CpuDxe.inf \r |
432 | MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf\r |
433 | MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf\r |
434 | MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf\r |
435 | MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf\r |
a89cb4b7 |
436 | MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf\r |
437 | MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf\r |
1d5d0ae9 |
438 | EmbeddedPkg/EmbeddedMonotonicCounter/EmbeddedMonotonicCounter.inf \r |
439 | \r |
440 | EmbeddedPkg/ResetRuntimeDxe/ResetRuntimeDxe.inf\r |
441 | EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf\r |
442 | EmbeddedPkg/MetronomeDxe/MetronomeDxe.inf\r |
443 | \r |
444 | EmbeddedPkg/SimpleTextInOutSerial/SimpleTextInOutSerial.inf\r |
445 | \r |
446 | ArmPlatformPkg/ArmRealViewEbPkg/FvbDxe/FvbDxe.inf\r |
55fad965 |
447 | ArmPkg/Drivers/PL390Gic/PL390GicDxe.inf\r |
1d5d0ae9 |
448 | ArmPlatformPkg/Drivers/SP804TimerDxe/SP804TimerDxe.inf\r |
a89cb4b7 |
449 | \r |
450 | ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashDxe.inf\r |
1d5d0ae9 |
451 | \r |
452 | #\r |
453 | # Semi-hosting filesystem\r |
454 | #\r |
455 | ArmPkg/Filesystem/SemihostFs/SemihostFs.inf\r |
456 | \r |
457 | #\r |
458 | # FAT filesystem + GPT/MBR partitioning\r |
459 | #\r |
460 | MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf\r |
461 | MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf\r |
462 | FatPkg/EnhancedFatDxe/Fat.inf\r |
463 | MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf\r |
464 | \r |
465 | \r |
466 | #\r |
467 | # Application\r |
468 | # \r |
469 | EmbeddedPkg/Ebl/Ebl.inf\r |
470 | \r |
471 | #\r |
472 | # Bds\r |
473 | #\r |
474 | MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf\r |
475 | ArmPlatformPkg/Bds/Bds.inf\r |