]> git.proxmox.com Git - mirror_edk2.git/blame - BeagleBoardPkg/BeagleBoardPkg-next.fdf
BeagleBoardPkg: Implement ArmPlatformLib and the ARM PCDs to reuse ARM common compone...
[mirror_edk2.git] / BeagleBoardPkg / BeagleBoardPkg-next.fdf
CommitLineData
7f21c4a2 1# FLASH layout file for Beagle board.
2#
3# Copyright (c) 2009, Apple Inc. All rights reserved.<BR>
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
29[FD.BeagleBoard_EFI]
30BaseAddress = 0x80008000|gArmTokenSpaceGuid.PcdNormalFdBaseAddress #The base address of the FLASH Device.
31Size = 0x00080000|gArmTokenSpaceGuid.PcdNormalFdSize #The size in bytes of the FLASH Device
32ErasePolarity = 1
33BlockSize = 0x1
34NumBlocks = 0x80000
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!if $(EDK2_SECOND_STAGE_BOOTOLADER) == 1
520x00000000|0x00080000
53!else
54# 512 bytes of configuration header & 8 bytes of image header
550x00000000|0x00000208
56
570x00000208|0x0007FDF8
58!endif
59gArmTokenSpaceGuid.PcdNormalFvBaseAddress|gArmTokenSpaceGuid.PcdNormalFvBaseSize
60FV = FVMAIN_COMPACT
61
62################################################################################
63#
64# FV Section
65#
66# [FV] section is used to define what components or modules are placed within a flash
67# device file. This section also defines order the components and modules are positioned
68# within the image. The [FV] section consists of define statements, set statements and
69# module statements.
70#
71################################################################################
72
73[FV.FvMain]
74BlockSize = 0x1
75NumBlocks = 0 # This FV gets compressed so make it just big enough
76FvAlignment = 8 # FV alignment and FV attributes setting.
77ERASE_POLARITY = 1
78MEMORY_MAPPED = TRUE
79STICKY_WRITE = TRUE
80LOCK_CAP = TRUE
81LOCK_STATUS = TRUE
82WRITE_DISABLED_CAP = TRUE
83WRITE_ENABLED_CAP = TRUE
84WRITE_STATUS = TRUE
85WRITE_LOCK_CAP = TRUE
86WRITE_LOCK_STATUS = TRUE
87READ_DISABLED_CAP = TRUE
88READ_ENABLED_CAP = TRUE
89READ_STATUS = TRUE
90READ_LOCK_CAP = TRUE
91READ_LOCK_STATUS = TRUE
92
93 INF MdeModulePkg/Core/Dxe/DxeMain.inf
94
95 #
96 # PI DXE Drivers producing Architectural Protocols (EFI Services)
97 #
98 INF ArmPkg/Drivers/CpuDxe/CpuDxe.inf
99
100 INF MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
101 INF MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
102 INF MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
103 INF MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
104 INF MdeModulePkg/Universal/Variable/EmuRuntimeDxe/EmuVariableRuntimeDxe.inf
105 INF EmbeddedPkg/EmbeddedMonotonicCounter/EmbeddedMonotonicCounter.inf
106
107 INF EmbeddedPkg/SimpleTextInOutSerial/SimpleTextInOutSerial.inf
108
109 INF EmbeddedPkg/ResetRuntimeDxe/ResetRuntimeDxe.inf
110 INF EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf
111 INF EmbeddedPkg/MetronomeDxe/MetronomeDxe.inf
112
113 #
114 # Semi-hosting filesystem
115 #
116 INF ArmPkg/Filesystem/SemihostFs/SemihostFs.inf
117
118 #
119 # Nand Flash
120 #
121 INF Omap35xxPkg/Flash/Flash.inf
122
123 #
124 # MMC/SD
125 #
126 INF Omap35xxPkg/MMCHSDxe/MMCHS.inf
127
128 #
129 # I2C
130 #
131 INF Omap35xxPkg/SmbusDxe/Smbus.inf
132
133 #
134 # SoC Drivers
135 #
136 INF Omap35xxPkg/Gpio/Gpio.inf
137 INF Omap35xxPkg/InterruptDxe/InterruptDxe.inf
138 INF Omap35xxPkg/TimerDxe/TimerDxe.inf
139
140 #
141 # Power IC
142 #
143 INF Omap35xxPkg/TPS65950Dxe/TPS65950.inf
144
145 #
146 # FAT filesystem + GPT/MBR partitioning
147 #
148 INF MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
149 INF MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
150 INF FatPkg/EnhancedFatDxe/Fat.inf
151 INF MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
152
153 #
154 # USB Support
155 #
156
157 INF Omap35xxPkg/PciEmulation/PciEmulation.inf
158
159 #NOTE: Open source EHCI stack doesn't work on Beagleboard.
160 #NOTE: UsbBus and UsbMassStorage don't work using iPhond SDK tool chain.
161 INF MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf
162 INF MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf
163 INF MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf
164
165 #
166 # UEFI application (Shell Embedded Boot Loader)
167 #
168 INF EmbeddedPkg/Ebl/Ebl.inf
169
170 #
171 # Bds
172 #
173 INF MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
174 INF MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
175 INF ArmPlatformPkg/Bds/Bds.inf
176
177
178
179[FV.FVMAIN_COMPACT]
180FvAlignment = 8
181ERASE_POLARITY = 1
182MEMORY_MAPPED = TRUE
183STICKY_WRITE = TRUE
184LOCK_CAP = TRUE
185LOCK_STATUS = TRUE
186WRITE_DISABLED_CAP = TRUE
187WRITE_ENABLED_CAP = TRUE
188WRITE_STATUS = TRUE
189WRITE_LOCK_CAP = TRUE
190WRITE_LOCK_STATUS = TRUE
191READ_DISABLED_CAP = TRUE
192READ_ENABLED_CAP = TRUE
193READ_STATUS = TRUE
194READ_LOCK_CAP = TRUE
195READ_LOCK_STATUS = TRUE
196
197 INF ArmPlatformPkg/PrePi/PeiUniCore.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 = 32 |.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 PE32 PE32 |.efi
264 UI STRING="$(MODULE_NAME)" Optional
265 }
266
267
268[Rule.Common.UEFI_DRIVER]
269 FILE DRIVER = $(NAMED_GUID) {
270 DXE_DEPEX DXE_DEPEX Optional |.depex
271 PE32 PE32 |.efi
272 UI STRING="$(MODULE_NAME)" Optional
273 }
274
275[Rule.Common.DXE_DRIVER]
276 FILE DRIVER = $(NAMED_GUID) {
277 DXE_DEPEX DXE_DEPEX Optional |.depex
278 PE32 PE32 |.efi
279 UI STRING="$(MODULE_NAME)" Optional
280 }
281
282[Rule.Common.DXE_RUNTIME_DRIVER]
283 FILE DRIVER = $(NAMED_GUID) {
284 DXE_DEPEX DXE_DEPEX Optional |.depex
285 PE32 PE32 |.efi
286 UI STRING="$(MODULE_NAME)" Optional
287 }
288
289
290[Rule.Common.UEFI_APPLICATION]
291 FILE APPLICATION = $(NAMED_GUID) {
292 UI STRING ="$(MODULE_NAME)" Optional
293 PE32 PE32 |.efi
294 }