]> git.proxmox.com Git - mirror_edk2.git/blob - ArmPlatformPkg/ArmVExpressPkg/ArmVExpress-CTA9x4.fdf
ArmPlatformPkg: Add support for PL111 Lcd driver
[mirror_edk2.git] / ArmPlatformPkg / ArmVExpressPkg / ArmVExpress-CTA9x4.fdf
1 # FLASH layout file for ARM VE.
2 #
3 # Copyright (c) 2011, ARM Limited. All rights reserved.
4 #
5 # This program and the accompanying materials
6 # are licensed and made available under the terms and conditions of the BSD License
7 # which accompanies this distribution. The full text of the license may be found at
8 # http://opensource.org/licenses/bsd-license.php
9 #
10 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
11 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
12 #
13
14 ################################################################################
15 #
16 # FD Section
17 # The [FD] Section is made up of the definition statements and a
18 # description of what goes into the Flash Device Image. Each FD section
19 # defines one flash "device" image. A flash device image may be one of
20 # the following: Removable media bootable image (like a boot floppy
21 # image,) an Option ROM image (that would be "flashed" into an add-in
22 # card,) a System "Flash" image (that would be burned into a system's
23 # flash) or an Update ("Capsule") image that will be used to update and
24 # existing system flash.
25 #
26 ################################################################################
27
28 [FD.Sec_ArmVExpress_EFI]
29 BaseAddress = 0x44000000|gArmTokenSpaceGuid.PcdSecureFdBaseAddress #The base address of the Secure FLASH Device.
30 Size = 0x00200000|gArmTokenSpaceGuid.PcdSecureFdSize #The size in bytes of the Secure FLASH Device
31 ErasePolarity = 1
32 BlockSize = 0x00001000
33 NumBlocks = 0x200
34
35 ################################################################################
36 #
37 # Following are lists of FD Region layout which correspond to the locations of different
38 # images within the flash device.
39 #
40 # Regions must be defined in ascending order and may not overlap.
41 #
42 # A Layout Region start with a eight digit hex offset (leading "0x" required) followed by
43 # the pipe "|" character, followed by the size of the region, also in hex with the leading
44 # "0x" characters. Like:
45 # Offset|Size
46 # PcdOffsetCName|PcdSizeCName
47 # RegionType <FV, DATA, or FILE>
48 #
49 ################################################################################
50
51 0x00000000|0x00200000
52 gEmbeddedTokenSpaceGuid.PcdFlashFvSecBase|gEmbeddedTokenSpaceGuid.PcdFlashFvSecSize
53 FV = FVMAIN_SEC
54
55
56 [FD.ArmVExpress_EFI]
57 !if $(EDK2_ARMVE_STANDALONE) == 1
58 BaseAddress = 0x45000000|gArmTokenSpaceGuid.PcdNormalFdBaseAddress # The base address of the Firmware in NOR Flash.
59 !else
60 BaseAddress = 0x80000000|gArmTokenSpaceGuid.PcdNormalFdBaseAddress # The base address of the Firmware in remapped DRAM.
61 !endif
62 Size = 0x00200000|gArmTokenSpaceGuid.PcdNormalFdSize # The size in bytes of the FLASH Device
63 ErasePolarity = 1
64
65 # This one is tricky, it must be: BlockSize * NumBlocks = Size
66 BlockSize = 0x00001000
67 NumBlocks = 0x200
68
69 ################################################################################
70 #
71 # Following are lists of FD Region layout which correspond to the locations of different
72 # images within the flash device.
73 #
74 # Regions must be defined in ascending order and may not overlap.
75 #
76 # A Layout Region start with a eight digit hex offset (leading "0x" required) followed by
77 # the pipe "|" character, followed by the size of the region, also in hex with the leading
78 # "0x" characters. Like:
79 # Offset|Size
80 # PcdOffsetCName|PcdSizeCName
81 # RegionType <FV, DATA, or FILE>
82 #
83 ################################################################################
84
85 0x00000000|0x00200000
86 gEmbeddedTokenSpaceGuid.PcdFlashFvMainBase|gEmbeddedTokenSpaceGuid.PcdFlashFvMainSize
87 FV = FVMAIN_COMPACT
88
89
90 ################################################################################
91 #
92 # FV Section
93 #
94 # [FV] section is used to define what components or modules are placed within a flash
95 # device file. This section also defines order the components and modules are positioned
96 # within the image. The [FV] section consists of define statements, set statements and
97 # module statements.
98 #
99 ################################################################################
100
101 [FV.FVMAIN_SEC]
102 FvAlignment = 8
103 ERASE_POLARITY = 1
104 MEMORY_MAPPED = TRUE
105 STICKY_WRITE = TRUE
106 LOCK_CAP = TRUE
107 LOCK_STATUS = TRUE
108 WRITE_DISABLED_CAP = TRUE
109 WRITE_ENABLED_CAP = TRUE
110 WRITE_STATUS = TRUE
111 WRITE_LOCK_CAP = TRUE
112 WRITE_LOCK_STATUS = TRUE
113 READ_DISABLED_CAP = TRUE
114 READ_ENABLED_CAP = TRUE
115 READ_STATUS = TRUE
116 READ_LOCK_CAP = TRUE
117 READ_LOCK_STATUS = TRUE
118
119 INF ArmPlatformPkg/Sec/Sec.inf
120
121
122 [FV.FvMain]
123 BlockSize = 0x40
124 NumBlocks = 0 # This FV gets compressed so make it just big enough
125 FvAlignment = 8 # FV alignment and FV attributes setting.
126 ERASE_POLARITY = 1
127 MEMORY_MAPPED = TRUE
128 STICKY_WRITE = TRUE
129 LOCK_CAP = TRUE
130 LOCK_STATUS = TRUE
131 WRITE_DISABLED_CAP = TRUE
132 WRITE_ENABLED_CAP = TRUE
133 WRITE_STATUS = TRUE
134 WRITE_LOCK_CAP = TRUE
135 WRITE_LOCK_STATUS = TRUE
136 READ_DISABLED_CAP = TRUE
137 READ_ENABLED_CAP = TRUE
138 READ_STATUS = TRUE
139 READ_LOCK_CAP = TRUE
140 READ_LOCK_STATUS = TRUE
141
142 INF MdeModulePkg/Core/Dxe/DxeMain.inf
143
144 #
145 # PI DXE Drivers producing Architectural Protocols (EFI Services)
146 #
147 INF ArmPkg/Drivers/CpuDxe/CpuDxe.inf
148 INF MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
149 INF MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
150 INF MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
151 INF MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
152 INF MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf
153 INF MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf
154 INF EmbeddedPkg/EmbeddedMonotonicCounter/EmbeddedMonotonicCounter.inf
155 INF EmbeddedPkg/ResetRuntimeDxe/ResetRuntimeDxe.inf
156 INF EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf
157 INF EmbeddedPkg/MetronomeDxe/MetronomeDxe.inf
158
159 INF EmbeddedPkg/SimpleTextInOutSerial/SimpleTextInOutSerial.inf
160
161 INF ArmPkg/Drivers/PL390Gic/PL390GicDxe.inf
162 INF ArmPlatformPkg/Drivers/SP804TimerDxe/SP804TimerDxe.inf
163 INF ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashDxe.inf
164 INF ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/PL111LcdGraphicsOutputDxe.inf
165
166 #
167 # Semi-hosting filesystem
168 #
169 INF ArmPkg/Filesystem/SemihostFs/SemihostFs.inf
170
171 #
172 # FAT filesystem + GPT/MBR partitioning
173 #
174 INF MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
175 INF MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
176 INF FatPkg/EnhancedFatDxe/Fat.inf
177 INF MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
178
179 #
180 # Multimedia Card Interface
181 #
182 INF EmbeddedPkg/Universal/MmcDxe/MmcDxe.inf
183 INF ArmPkg/Drivers/PL180MciDxe/PL180MciDxe.inf
184
185 #
186 # UEFI application (Shell Embedded Boot Loader)
187 #
188 INF EmbeddedPkg/Ebl/Ebl.inf
189
190 #
191 # Bds
192 #
193 INF MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
194 INF ArmPlatformPkg/Bds/Bds.inf
195
196
197 [FV.FVMAIN_COMPACT]
198 FvAlignment = 8
199 ERASE_POLARITY = 1
200 MEMORY_MAPPED = TRUE
201 STICKY_WRITE = TRUE
202 LOCK_CAP = TRUE
203 LOCK_STATUS = TRUE
204 WRITE_DISABLED_CAP = TRUE
205 WRITE_ENABLED_CAP = TRUE
206 WRITE_STATUS = TRUE
207 WRITE_LOCK_CAP = TRUE
208 WRITE_LOCK_STATUS = TRUE
209 READ_DISABLED_CAP = TRUE
210 READ_ENABLED_CAP = TRUE
211 READ_STATUS = TRUE
212 READ_LOCK_CAP = TRUE
213 READ_LOCK_STATUS = TRUE
214
215 INF ArmPlatformPkg/PrePeiCore/PrePeiCoreMPCore.inf
216 INF MdeModulePkg/Core/Pei/PeiMain.inf
217 INF ArmPlatformPkg/PlatformPei/PlatformPei.inf
218 INF ArmPlatformPkg/MemoryInitPei/MemoryInitPei.inf
219 INF MdeModulePkg/Universal/PCD/Pei/Pcd.inf
220 INF IntelFrameworkModulePkg/Universal/StatusCode/Pei/StatusCodePei.inf
221 INF MdeModulePkg/Universal/Variable/Pei/VariablePei.inf
222 INF MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf
223
224 FILE FV_IMAGE = 9E21FD93-9C72-4c15-8C4B-E77F1DB2D792 {
225 SECTION GUIDED EE4E5898-3914-4259-9D6E-DC7BD79403CF PROCESSING_REQUIRED = TRUE {
226 SECTION FV_IMAGE = FVMAIN
227 }
228 }
229
230
231 ################################################################################
232 #
233 # Rules are use with the [FV] section's module INF type to define
234 # how an FFS file is created for a given INF file. The following Rule are the default
235 # rules for the different module type. User can add the customized rules to define the
236 # content of the FFS file.
237 #
238 ################################################################################
239
240
241 ############################################################################
242 # Example of a DXE_DRIVER FFS file with a Checksum encapsulation section #
243 ############################################################################
244 #
245 #[Rule.Common.DXE_DRIVER]
246 # FILE DRIVER = $(NAMED_GUID) {
247 # DXE_DEPEX DXE_DEPEX Optional |.depex
248 # COMPRESS PI_STD {
249 # GUIDED {
250 # PE32 PE32 |.efi
251 # UI STRING="$(MODULE_NAME)" Optional
252 # VERSION STRING="$(INF_VERSION)" Optional BUILD_NUM=$(BUILD_NUMBER)
253 # }
254 # }
255 # }
256 #
257 ############################################################################
258
259 [Rule.Common.SEC]
260 FILE SEC = $(NAMED_GUID) RELOCS_STRIPPED {
261 TE TE Align = 32 |.efi
262 }
263
264 [Rule.Common.PEI_CORE]
265 FILE PEI_CORE = $(NAMED_GUID) {
266 TE TE |.efi
267 UI STRING ="$(MODULE_NAME)" Optional
268 }
269
270 [Rule.Common.PEIM]
271 FILE PEIM = $(NAMED_GUID) {
272 PEI_DEPEX PEI_DEPEX Optional |.depex
273 TE TE |.efi
274 UI STRING="$(MODULE_NAME)" Optional
275 }
276
277 [Rule.Common.PEIM.TIANOCOMPRESSED]
278 FILE PEIM = $(NAMED_GUID) DEBUG_MYTOOLS_IA32 {
279 PEI_DEPEX PEI_DEPEX Optional |.depex
280 GUIDED A31280AD-481E-41B6-95E8-127F4C984779 PROCESSING_REQUIRED = TRUE {
281 PE32 PE32 |.efi
282 UI STRING="$(MODULE_NAME)" Optional
283 }
284 }
285
286 [Rule.Common.DXE_CORE]
287 FILE DXE_CORE = $(NAMED_GUID) {
288 PE32 PE32 |.efi
289 UI STRING="$(MODULE_NAME)" Optional
290 }
291
292 [Rule.Common.UEFI_DRIVER]
293 FILE DRIVER = $(NAMED_GUID) {
294 DXE_DEPEX DXE_DEPEX Optional |.depex
295 PE32 PE32 |.efi
296 UI STRING="$(MODULE_NAME)" Optional
297 }
298
299 [Rule.Common.DXE_DRIVER]
300 FILE DRIVER = $(NAMED_GUID) {
301 DXE_DEPEX DXE_DEPEX Optional |.depex
302 PE32 PE32 |.efi
303 UI STRING="$(MODULE_NAME)" Optional
304 }
305
306 [Rule.Common.DXE_RUNTIME_DRIVER]
307 FILE DRIVER = $(NAMED_GUID) {
308 DXE_DEPEX DXE_DEPEX Optional |.depex
309 PE32 PE32 |.efi
310 UI STRING="$(MODULE_NAME)" Optional
311 }
312
313 [Rule.Common.UEFI_APPLICATION]
314 FILE APPLICATION = $(NAMED_GUID) {
315 UI STRING ="$(MODULE_NAME)" Optional
316 PE32 PE32 |.efi
317 }