]> git.proxmox.com Git - mirror_edk2.git/blame - ArmEbPkg/ArmEbPkg.fdf
A better template, with some build scripts, for ArmEbPkg. New libraries are just...
[mirror_edk2.git] / ArmEbPkg / ArmEbPkg.fdf
CommitLineData
b76848cb 1# FLASH layout file for ARM EB.
2#
3# Copyright (c) 2009 - 2010, 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.ArmEb_EFI]
30####BaseAddress = 0x80208000|gEmbeddedTokenSpaceGuid.PcdEmbeddedFdBaseAddress #The base address of the FLASH Device.
31BaseAddress = 0x80008000|gEmbeddedTokenSpaceGuid.PcdEmbeddedFdBaseAddress #The base address of the FLASH Device.
32Size = 0x00080000|gEmbeddedTokenSpaceGuid.PcdEmbeddedFdSize #The size in bytes of the FLASH Device
33ErasePolarity = 1
34BlockSize = 0x40
35NumBlocks = 0x2000
36
37################################################################################
38#
39# Following are lists of FD Region layout which correspond to the locations of different
40# images within the flash device.
41#
42# Regions must be defined in ascending order and may not overlap.
43#
44# A Layout Region start with a eight digit hex offset (leading "0x" required) followed by
45# the pipe "|" character, followed by the size of the region, also in hex with the leading
46# "0x" characters. Like:
47# Offset|Size
48# PcdOffsetCName|PcdSizeCName
49# RegionType <FV, DATA, or FILE>
50#
51################################################################################
52
53# 512 bytes of configuration header & 8 bytes of image header
540x00000000|0x00000208
55
560x00000208|0x0007FDF8
57gEmbeddedTokenSpaceGuid.PcdFlashFvMainBase|gEmbeddedTokenSpaceGuid.PcdFlashFvMainSize
58FV = FVMAIN_COMPACT
59
60################################################################################
61#
62# FV Section
63#
64# [FV] section is used to define what components or modules are placed within a flash
65# device file. This section also defines order the components and modules are positioned
66# within the image. The [FV] section consists of define statements, set statements and
67# module statements.
68#
69################################################################################
70
71[FV.FvMain]
72BlockSize = 0x40
73NumBlocks = 0 # This FV gets compressed so make it just big enough
74FvAlignment = 8 # FV alignment and FV attributes setting.
75ERASE_POLARITY = 1
76MEMORY_MAPPED = TRUE
77STICKY_WRITE = TRUE
78LOCK_CAP = TRUE
79LOCK_STATUS = TRUE
80WRITE_DISABLED_CAP = TRUE
81WRITE_ENABLED_CAP = TRUE
82WRITE_STATUS = TRUE
83WRITE_LOCK_CAP = TRUE
84WRITE_LOCK_STATUS = TRUE
85READ_DISABLED_CAP = TRUE
86READ_ENABLED_CAP = TRUE
87READ_STATUS = TRUE
88READ_LOCK_CAP = TRUE
89READ_LOCK_STATUS = TRUE
90
91 INF MdeModulePkg/Core/Dxe/DxeMain.inf
92
93 #
94 # PI DXE Drivers producing Architectural Protocols (EFI Services)
95 #
96 INF ArmPkg/Drivers/CpuDxe/CpuDxe.inf
97
98 INF MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
99 INF MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
100 INF MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
101 INF MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
102 INF MdeModulePkg/Universal/Variable/EmuRuntimeDxe/EmuVariableRuntimeDxe.inf
103 INF EmbeddedPkg/EmbeddedMonotonicCounter/EmbeddedMonotonicCounter.inf
104
105 INF EmbeddedPkg/SimpleTextInOutSerial/SimpleTextInOutSerial.inf
106
107 INF EmbeddedPkg/ResetRuntimeDxe/ResetRuntimeDxe.inf
108 INF EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf
109 INF EmbeddedPkg/MetronomeDxe/MetronomeDxe.inf
110
111 #
112 # Semi-hosting filesystem
113 #
114 INF ArmPkg/Filesystem/SemihostFs/SemihostFs.inf
115
116 #
117 # FAT filesystem + GPT/MBR partitioning
118 #
119 INF MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
120 INF MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
121 INF FatPkg/EnhancedFatDxe/Fat.inf
122 INF MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
123
124 #
125 # UEFI application (Shell Embedded Boot Loader)
126 #
127 INF EmbeddedPkg/Ebl/Ebl.inf
128
129
130 #
131 # Bds
132 #
133 INF ArmEbPkg/Bds/Bds.inf
134
135
136[FV.FVMAIN_COMPACT]
137FvAlignment = 8
138ERASE_POLARITY = 1
139MEMORY_MAPPED = TRUE
140STICKY_WRITE = TRUE
141LOCK_CAP = TRUE
142LOCK_STATUS = TRUE
143WRITE_DISABLED_CAP = TRUE
144WRITE_ENABLED_CAP = TRUE
145WRITE_STATUS = TRUE
146WRITE_LOCK_CAP = TRUE
147WRITE_LOCK_STATUS = TRUE
148READ_DISABLED_CAP = TRUE
149READ_ENABLED_CAP = TRUE
150READ_STATUS = TRUE
151READ_LOCK_CAP = TRUE
152READ_LOCK_STATUS = TRUE
153
154 INF ArmEbPkg/Sec/Sec.inf
155
156 FILE FV_IMAGE = 9E21FD93-9C72-4c15-8C4B-E77F1DB2D792 {
157 SECTION GUIDED EE4E5898-3914-4259-9D6E-DC7BD79403CF PROCESSING_REQUIRED = TRUE {
158 SECTION FV_IMAGE = FVMAIN
159 }
160 }
161
162
163################################################################################
164#
165# Rules are use with the [FV] section's module INF type to define
166# how an FFS file is created for a given INF file. The following Rule are the default
167# rules for the different module type. User can add the customized rules to define the
168# content of the FFS file.
169#
170################################################################################
171
172
173############################################################################
174# Example of a DXE_DRIVER FFS file with a Checksum encapsulation section #
175############################################################################
176#
177#[Rule.Common.DXE_DRIVER]
178# FILE DRIVER = $(NAMED_GUID) {
179# DXE_DEPEX DXE_DEPEX Optional |.depex
180# COMPRESS PI_STD {
181# GUIDED {
182# PE32 PE32 |.efi
183# UI STRING="$(MODULE_NAME)" Optional
184# VERSION STRING="$(INF_VERSION)" Optional BUILD_NUM=$(BUILD_NUMBER)
185# }
186# }
187# }
188#
189############################################################################
190
191[Rule.Common.SEC]
192 FILE SEC = $(NAMED_GUID) RELOCS_STRIPPED {
193 TE TE Align = 8 |.efi
194 }
195
196[Rule.Common.PEI_CORE]
197 FILE PEI_CORE = $(NAMED_GUID) {
198 TE TE |.efi
199 UI STRING ="$(MODULE_NAME)" Optional
200 }
201
202[Rule.Common.PEIM]
203 FILE PEIM = $(NAMED_GUID) {
204 PEI_DEPEX PEI_DEPEX Optional |.depex
205 PE32 PE32 |.efi
206 UI STRING="$(MODULE_NAME)" Optional
207 }
208
209[Rule.Common.PEIM.TIANOCOMPRESSED]
210 FILE PEIM = $(NAMED_GUID) DEBUG_MYTOOLS_IA32 {
211 PEI_DEPEX PEI_DEPEX Optional |.depex
212 GUIDED A31280AD-481E-41B6-95E8-127F4C984779 PROCESSING_REQUIRED = TRUE {
213 PE32 PE32 |.efi
214 UI STRING="$(MODULE_NAME)" Optional
215 }
216 }
217
218[Rule.Common.DXE_CORE]
219 FILE DXE_CORE = $(NAMED_GUID) {
220 PE32 PE32 |.efi
221 UI STRING="$(MODULE_NAME)" Optional
222 }
223
224
225[Rule.Common.UEFI_DRIVER]
226 FILE DRIVER = $(NAMED_GUID) {
227 DXE_DEPEX DXE_DEPEX Optional |.depex
228 PE32 PE32 |.efi
229 UI STRING="$(MODULE_NAME)" Optional
230 }
231
232[Rule.Common.DXE_DRIVER]
233 FILE DRIVER = $(NAMED_GUID) {
234 DXE_DEPEX DXE_DEPEX Optional |.depex
235 PE32 PE32 |.efi
236 UI STRING="$(MODULE_NAME)" Optional
237 }
238
239[Rule.Common.DXE_RUNTIME_DRIVER]
240 FILE DRIVER = $(NAMED_GUID) {
241 DXE_DEPEX DXE_DEPEX Optional |.depex
242 PE32 PE32 |.efi
243 UI STRING="$(MODULE_NAME)" Optional
244 }
245
246
247[Rule.Common.UEFI_APPLICATION]
248 FILE APPLICATION = $(NAMED_GUID) {
249 UI STRING ="$(MODULE_NAME)" Optional
250 PE32 PE32 |.efi
251 }