]> git.proxmox.com Git - mirror_edk2.git/blob - BeagleBoardPkg/BeagleBoardPkg.fdf
Adding support for BeagleBoard.
[mirror_edk2.git] / BeagleBoardPkg / BeagleBoardPkg.fdf
1 # FLASH layout file for Beagle board.
2 #
3 # Copyright (c) 2009, Apple Inc. All rights reserved.
4 #
5 # All rights reserved. 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
29 [FD.BeagleBoard_EFI]
30 BaseAddress = 0x80008000|gEmbeddedTokenSpaceGuid.PcdEmbeddedFdBaseAddress #The base address of the FLASH Device.
31 Size = 0x00080000|gEmbeddedTokenSpaceGuid.PcdEmbeddedFdSize #The size in bytes of the FLASH Device
32 ErasePolarity = 1
33 BlockSize = 0x40
34 NumBlocks = 0x2000
35
36 ################################################################################
37 #
38 # Following are lists of FD Region layout which correspond to the locations of different
39 # images within the flash device.
40 #
41 # Regions must be defined in ascending order and may not overlap.
42 #
43 # A Layout Region start with a eight digit hex offset (leading "0x" required) followed by
44 # the pipe "|" character, followed by the size of the region, also in hex with the leading
45 # "0x" characters. Like:
46 # Offset|Size
47 # PcdOffsetCName|PcdSizeCName
48 # RegionType <FV, DATA, or FILE>
49 #
50 ################################################################################
51
52 # 512 bytes of configuration header & 8 bytes of image header
53 0x00000000|0x00000208
54
55 0x00000208|0x0007FDF8
56 gEmbeddedTokenSpaceGuid.PcdFlashFvMainBase|gEmbeddedTokenSpaceGuid.PcdFlashFvMainSize
57 FV = FVMAIN_COMPACT
58
59 ################################################################################
60 #
61 # FV Section
62 #
63 # [FV] section is used to define what components or modules are placed within a flash
64 # device file. This section also defines order the components and modules are positioned
65 # within the image. The [FV] section consists of define statements, set statements and
66 # module statements.
67 #
68 ################################################################################
69
70 [FV.FvMain]
71 BlockSize = 0x40
72 NumBlocks = 0x9000
73 FvAlignment = 8 #FV alignment and FV attributes setting.
74 ERASE_POLARITY = 1
75 MEMORY_MAPPED = TRUE
76 STICKY_WRITE = TRUE
77 LOCK_CAP = TRUE
78 LOCK_STATUS = TRUE
79 WRITE_DISABLED_CAP = TRUE
80 WRITE_ENABLED_CAP = TRUE
81 WRITE_STATUS = TRUE
82 WRITE_LOCK_CAP = TRUE
83 WRITE_LOCK_STATUS = TRUE
84 READ_DISABLED_CAP = TRUE
85 READ_ENABLED_CAP = TRUE
86 READ_STATUS = TRUE
87 READ_LOCK_CAP = TRUE
88 READ_LOCK_STATUS = TRUE
89
90 #
91 # PI DXE Drivers producing Architectural Protocols (EFI Services)
92 #
93 INF ArmPkg/Drivers/CpuDxe/CpuDxe.inf
94
95 INF MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
96 INF MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
97 INF MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
98 INF MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
99 INF MdeModulePkg/Universal/Variable/EmuRuntimeDxe/EmuVariableRuntimeDxe.inf
100 INF EmbeddedPkg/EmbeddedMonotonicCounter/EmbeddedMonotonicCounter.inf
101
102 INF EmbeddedPkg/SimpleTextInOutSerial/SimpleTextInOutSerial.inf
103
104 INF EmbeddedPkg/ResetRuntimeDxe/ResetRuntimeDxe.inf
105 INF EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf
106 INF EmbeddedPkg/TemplateMetronomeDxe/TemplateMetronomeDxe.inf
107
108 #
109 # Semi-hosting filesystem
110 #
111 INF ArmPkg/Filesystem/SemihostFs/SemihostFs.inf
112
113 #
114 # Nand Flash
115 #
116 INF BeagleBoardPkg/Flash/Flash.inf
117
118 #
119 # MMC/SD
120 #
121 INF BeagleBoardPkg/MMCHSDxe/MMCHS.inf
122
123 #
124 # I2C
125 #
126 INF BeagleBoardPkg/SmbusDxe/Smbus.inf
127
128 #
129 # SoC Drivers
130 #
131 INF BeagleBoardPkg/Gpio/Gpio.inf
132 INF BeagleBoardPkg/InterruptDxe/InterruptDxe.inf
133 INF BeagleBoardPkg/TimerDxe/TimerDxe.inf
134
135 #
136 # Power IC
137 #
138 INF BeagleBoardPkg/TPS65950Dxe/TPS65950.inf
139
140 #
141 # FAT filesystem + GPT/MBR partitioning
142 #
143 INF MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
144 INF MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
145 INF FatPkg/EnhancedFatDxe/Fat.inf
146 INF MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
147
148 #
149 # USB Support
150 #
151
152 INF BeagleBoardPkg/PciEmulation/PciEmulation.inf
153
154 #NOTE: Open source EHCI stack doesn't work on Beagleboard.
155 #NOTE: UsbBus and UsbMassStorage don't work using iPhond SDK tool chain.
156 INF MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf
157 INF MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf
158 INF MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf
159
160 #
161 # UEFI application (Shell Embedded Boot Loader)
162 #
163 INF EmbeddedPkg/Ebl/Ebl.inf
164
165
166 #
167 # Bds
168 #
169 INF BeagleBoardPkg/Bds/Bds.inf
170
171 #
172 # Gdb Stub
173 #
174 #INF ArmPkg/Drivers/DebugSupportDxe/DebugSupportDxe.inf
175 #INF ApplePkg/Universal/GdbStub/GdbStub.inf
176
177
178 [FV.FVMAIN_COMPACT]
179 FvAlignment = 8
180 ERASE_POLARITY = 1
181 MEMORY_MAPPED = TRUE
182 STICKY_WRITE = TRUE
183 LOCK_CAP = TRUE
184 LOCK_STATUS = TRUE
185 WRITE_DISABLED_CAP = TRUE
186 WRITE_ENABLED_CAP = TRUE
187 WRITE_STATUS = TRUE
188 WRITE_LOCK_CAP = TRUE
189 WRITE_LOCK_STATUS = TRUE
190 READ_DISABLED_CAP = TRUE
191 READ_ENABLED_CAP = TRUE
192 READ_STATUS = TRUE
193 READ_LOCK_CAP = TRUE
194 READ_LOCK_STATUS = TRUE
195
196 INF BeagleBoardPkg/Sec/Sec.inf
197 INF MdeModulePkg/Core/Dxe/DxeMain.inf
198
199 FILE FV_IMAGE = 9E21FD93-9C72-4c15-8C4B-E77F1DB2D792 {
200 SECTION GUIDED EE4E5898-3914-4259-9D6E-DC7BD79403CF PROCESSING_REQUIRED = TRUE {
201 SECTION FV_IMAGE = FVMAIN
202 }
203 }
204
205
206 ################################################################################
207 #
208 # Rules are use with the [FV] section's module INF type to define
209 # how an FFS file is created for a given INF file. The following Rule are the default
210 # rules for the different module type. User can add the customized rules to define the
211 # content of the FFS file.
212 #
213 ################################################################################
214
215
216 ############################################################################
217 # Example of a DXE_DRIVER FFS file with a Checksum encapsulation section #
218 ############################################################################
219 #
220 #[Rule.Common.DXE_DRIVER]
221 # FILE DRIVER = $(NAMED_GUID) {
222 # DXE_DEPEX DXE_DEPEX Optional |.depex
223 # COMPRESS PI_STD {
224 # GUIDED {
225 # PE32 PE32 |.efi
226 # UI STRING="$(MODULE_NAME)" Optional
227 # VERSION STRING="$(INF_VERSION)" Optional BUILD_NUM=$(BUILD_NUMBER)
228 # }
229 # }
230 # }
231 #
232 ############################################################################
233
234 [Rule.Common.SEC]
235 FILE SEC = $(NAMED_GUID) RELOCS_STRIPPED {
236 TE TE Align = 8 |.efi
237 }
238
239 [Rule.Common.PEI_CORE]
240 FILE PEI_CORE = $(NAMED_GUID) {
241 TE TE |.efi
242 UI STRING ="$(MODULE_NAME)" Optional
243 }
244
245 [Rule.Common.PEIM]
246 FILE PEIM = $(NAMED_GUID) {
247 PEI_DEPEX PEI_DEPEX Optional |.depex
248 PE32 PE32 |.efi
249 UI STRING="$(MODULE_NAME)" Optional
250 }
251
252 [Rule.Common.PEIM.TIANOCOMPRESSED]
253 FILE PEIM = $(NAMED_GUID) DEBUG_MYTOOLS_IA32 {
254 PEI_DEPEX PEI_DEPEX Optional |.depex
255 GUIDED A31280AD-481E-41B6-95E8-127F4C984779 PROCESSING_REQUIRED = TRUE {
256 PE32 PE32 |.efi
257 UI STRING="$(MODULE_NAME)" Optional
258 }
259 }
260
261 [Rule.Common.DXE_CORE]
262 FILE DXE_CORE = $(NAMED_GUID) {
263 GUIDED EE4E5898-3914-4259-9D6E-DC7BD79403CF PROCESSING_REQUIRED = TRUE {
264 PE32 PE32 |.efi
265 UI STRING="$(MODULE_NAME)" Optional
266 }
267 }
268
269
270 [Rule.Common.UEFI_DRIVER]
271 FILE DRIVER = $(NAMED_GUID) {
272 DXE_DEPEX DXE_DEPEX Optional |.depex
273 PE32 PE32 |.efi
274 UI STRING="$(MODULE_NAME)" Optional
275 }
276
277 [Rule.Common.DXE_DRIVER]
278 FILE DRIVER = $(NAMED_GUID) {
279 DXE_DEPEX DXE_DEPEX Optional |.depex
280 PE32 PE32 |.efi
281 UI STRING="$(MODULE_NAME)" Optional
282 }
283
284 [Rule.Common.DXE_RUNTIME_DRIVER]
285 FILE DRIVER = $(NAMED_GUID) {
286 DXE_DEPEX DXE_DEPEX Optional |.depex
287 PE32 PE32 |.efi
288 UI STRING="$(MODULE_NAME)" Optional
289 }
290
291
292 [Rule.Common.UEFI_APPLICATION]
293 FILE APPLICATION = $(NAMED_GUID) {
294 UI STRING ="$(MODULE_NAME)" Optional
295 PE32 PE32 |.efi
296 }