]> git.proxmox.com Git - mirror_edk2.git/blob - Nt32Pkg/Nt32Pkg.fdf
Remove BINARY_MODULE = true attribute from binary module inf file, because this attri...
[mirror_edk2.git] / Nt32Pkg / Nt32Pkg.fdf
1 # This is NT32 FDF file
2 #
3 # Copyright (c) 2007, Intel Corporation
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 [FD.Fv_Recovery]
28 BaseAddress = 0x0|gEfiNt32PkgTokenSpaceGuid.PcdWinNtFdBaseAddress #The base address of the FLASH Device.
29 Size = 0x002a0000 #The size in bytes of the FLASH Device
30 ErasePolarity = 1
31 BlockSize = 0x10000
32 NumBlocks = 0x2a
33
34 ################################################################################
35 #
36 # Following are lists of FD Region layout which correspond to the locations of different
37 # images within the flash device.
38 #
39 # Regions must be defined in ascending order and may not overlap.
40 #
41 # A Layout Region start with a eight digit hex offset (leading "0x" required) followed by
42 # the pipe "|" character, followed by the size of the region, also in hex with the leading
43 # "0x" characters. Like:
44 # Offset|Size
45 # PcdOffsetCName|PcdSizeCName
46 # RegionType <FV, DATA, or FILE>
47 #
48 ################################################################################
49 0x00000000|0x00280000
50 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashFvRecoveryBase|gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashFvRecoverySize
51 FV = FvRecovery
52
53 0x00280000|0x0000c000
54 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashNvStorageVariableBase|gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize
55 DATA = {
56 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
57 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
58 0x8d, 0x2b, 0xf1, 0xff, 0x96, 0x76, 0x8b, 0x4c,
59 0xa9, 0x85, 0x27, 0x47, 0x07, 0x5b, 0x4f, 0x50,
60 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00,
61 0x5f, 0x46, 0x56, 0x48, 0xff, 0x8c, 0xff, 0xff,
62 0x48, 0x00, 0x3b, 0x7c, 0x00, 0x00, 0x00, 0x01,
63 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00,
64 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
65 0x24, 0x56, 0x53, 0x53, 0xb8, 0xbf, 0x00, 0x00,
66 0x5a, 0xfe, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
67 }
68
69 0x0028c000|0x00002000
70 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashNvStorageEventLogBase|gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashNvStorageEventLogSize
71
72 0x0028e000|0x00002000
73 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashNvStorageFtwWorkingBase|gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize
74 DATA = {
75 0x8d, 0x2b, 0xf1, 0xff, 0x96, 0x76, 0x8b, 0x4c,
76 0xa9, 0x85, 0x27, 0x47, 0x07, 0x5b, 0x4f, 0x50,
77 0xd2, 0x5f, 0x05, 0x9e, 0xfe, 0xff, 0xff, 0xff,
78 0xff, 0xff, 0xff, 0xff, 0xe0, 0x1f, 0x00, 0x00
79 }
80
81 0x00290000|0x00010000
82 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashNvStorageFtwSpareBase|gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize
83
84 ################################################################################
85 #
86 # FV Section
87 #
88 # [FV] section is used to define what components or modules are placed within a flash
89 # device file. This section also defines order the components and modules are positioned
90 # within the image. The [FV] section consists of define statements, set statements and
91 # module statements.
92 #
93 ################################################################################
94 [FV.FvRecovery]
95 FvAlignment = 16 #FV alignment and FV attributes setting.
96 ERASE_POLARITY = 1
97 MEMORY_MAPPED = TRUE
98 STICKY_WRITE = TRUE
99 LOCK_CAP = TRUE
100 LOCK_STATUS = TRUE
101 WRITE_DISABLED_CAP = TRUE
102 WRITE_ENABLED_CAP = TRUE
103 WRITE_STATUS = TRUE
104 WRITE_LOCK_CAP = TRUE
105 WRITE_LOCK_STATUS = TRUE
106 READ_DISABLED_CAP = TRUE
107 READ_ENABLED_CAP = TRUE
108 READ_STATUS = TRUE
109 READ_LOCK_CAP = TRUE
110 READ_LOCK_STATUS = TRUE
111
112 ################################################################################
113 #
114 # The INF statements point to EDK component and EDK II module INF files, which will be placed into this FV image.
115 # Parsing tools will scan the INF file to determine the type of component or module.
116 # The component or module type is used to reference the standard rules
117 # defined elsewhere in the FDF file.
118 #
119 # The format for INF statements is:
120 # INF $(PathAndInfFileName)
121 #
122 ################################################################################
123 ##
124 # PEI Phase modules
125 ##
126 INF MdeModulePkg/Core/Pei/PeiMain.inf
127 INF MdeModulePkg/Universal/PCD/Pei/Pcd.inf
128 INF IntelFrameworkModulePkg/Universal/StatusCode/Pei/PeiStatusCode.inf
129 INF Nt32Pkg/BootModePei/BootModePei.inf
130 INF Nt32Pkg/WinNtFlashMapPei/WinNtFlashMapPei.inf
131 INF MdeModulePkg/Universal/MemoryTest/BaseMemoryTestPei/BaseMemoryTestPei.inf
132 INF MdeModulePkg/Universal/Variable/Pei/VariablePei.inf
133 INF Nt32Pkg/WinNtAutoScanPei/WinNtAutoScanPei.inf
134 INF Nt32Pkg/WinNtFirmwareVolumePei/WinNtFirmwareVolumePei.inf
135 INF Nt32Pkg/WinNtThunkPPIToProtocolPei/WinNtThunkPPIToProtocolPei.inf
136 INF MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf
137
138 ##
139 # DXE Phase modules
140 ##
141 INF MdeModulePkg/Core/Dxe/DxeMain.inf
142 INF MdeModulePkg/Universal/PCD/Dxe/Pcd.inf
143 INF Nt32Pkg/MetronomeDxe/MetronomeDxe.inf
144 INF Nt32Pkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf
145 INF Nt32Pkg/ResetRuntimeDxe/ResetRuntimeDxe.inf
146 INF MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
147 INF Nt32Pkg/FvbServicesRuntimeDxe/FvbServicesRuntimeDxe.inf
148 INF MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
149 INF IntelFrameworkModulePkg/Universal/DataHubDxe/DataHubDxe.inf
150 INF MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
151 INF MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf
152 INF IntelFrameworkModulePkg/Universal/HiiDataBaseDxe/HiiDatabase.inf
153 INF Nt32Pkg/WinNtThunkDxe/WinNtThunkDxe.inf
154 INF MdeModulePkg/Universal/FirmwareVolume/Crc32SectionExtractDxe/Crc32SectionExtractDxe.inf
155 INF Nt32Pkg/CpuRuntimeDxe/CpuRuntimeDxe.inf
156 INF Nt32Pkg/PlatformBdsDxe/PlatformBdsDxe.inf
157 INF MdeModulePkg/Universal/FirmwareVolume/FaultTolerantWriteDxe/FtwLite.inf
158 INF IntelFrameworkModulePkg/Universal/DataHubStdErrDxe/DataHubStdErrDxe.inf
159 INF Nt32Pkg/MiscSubClassPlatformDxe/MiscSubClassPlatformDxe.inf
160 INF Nt32Pkg/TimerDxe/TimerDxe.inf
161 INF IntelFrameworkModulePkg/Universal/StatusCode/Dxe/DxeStatusCode.inf
162 INF MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf
163 INF MdeModulePkg/Universal/WatchDogTimerDxe/WatchDogTimer.inf
164 INF MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
165 INF MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
166 INF MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
167 INF MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
168 INF MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
169 INF MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
170 INF MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
171 INF MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
172 INF MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
173 INF IntelFrameworkModulePkg/Universal/SetupBrowserDxe/SetupBrowser.inf
174 INF MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
175 INF MdeModulePkg/Bus/Pci/AtapiPassThruDxe/AtapiPassThru.inf
176 INF IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf
177 INF MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf ##This driver follows UEFI specification definition
178 INF MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf ##This driver follows UEFI specification definition
179 INF IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/IdeBusDxe.inf
180 INF Nt32Pkg/WinNtBusDriverDxe/WinNtBusDriverDxe.inf
181 INF Nt32Pkg/WinNtBlockIoDxe/WinNtBlockIoDxe.inf
182 INF Nt32Pkg/WinNtConsoleDxe/WinNtConsoleDxe.inf
183 INF Nt32Pkg/WinNtSerialIoDxe/WinNtSerialIoDxe.inf
184 INF Nt32Pkg/WinNtGopDxe/WinNtGopDxe.inf
185 INF Nt32Pkg/WinNtSimpleFileSystemDxe/WinNtSimpleFileSystemDxe.inf
186 INF IntelFrameworkModulePkg/Universal/DriverSampleDxe/DriverSampleDxe.inf
187 INF MdeModulePkg/Application/HelloWorld/HelloWorld.inf
188
189 ################################################################################
190 #
191 # FILE statements are provided so that a platform integrator can include
192 # complete EFI FFS files, as well as a method for constructing FFS files
193 # using curly "{}" brace scoping. The following three FILEs are
194 # for binary shell, binary fat and logo module.
195 #
196 ################################################################################
197 FILE APPLICATION = c57ad6b7-0515-40a8-9d21-551652854e37 {
198 SECTION COMPRESS PI_STD {
199 SECTION GUIDED {
200 SECTION PE32 = EdkShellBinPkg/FullShell/ia32/Shell_Full.efi
201 }
202 }
203 }
204 FILE DRIVER = 961578FE-B6B7-44c3-AF35-6BC705CD2B1F {
205 SECTION COMPRESS PI_STD {
206 SECTION GUIDED {
207 SECTION PE32 = FatBinPkg/EnhancedFatDxe/Ia32/Fat.efi
208 }
209 }
210 }
211 FILE FREEFORM = 7BB28B99-61BB-11D5-9A5D-0090273FC14D {
212 SECTION COMPRESS PI_STD {
213 SECTION GUIDED {
214 SECTION RAW = MdeModulePkg/Logo/Logo.bmp
215 }
216 }
217 }
218
219
220 ################################################################################
221 #
222 # Rules are use with the [FV] section's module INF type to define
223 # how an FFS file is created for a given INF file. The following Rule are the default
224 # rules for the different module type. User can add the customized rules to define the
225 # content of the FFS file.
226 #
227 ################################################################################
228
229
230 ############################################################################
231 # Example of a DXE_DRIVER FFS file with a Checksum encapsulation section #
232 ############################################################################
233 #
234 #[Rule.Common.DXE_DRIVER]
235 # FILE DRIVER = $(NAMED_GUID) {
236 # DXE_DEPEX DXE_DEPEX Optional |.depex
237 # COMPRESS PI_STD {
238 # GUIDED {
239 # PE32 PE32 |.efi
240 # UI STRING="$(MODULE_NAME)" Optional
241 # VERSION STRING="$(INF_VERSION)" Optional BUILD_NUM=$(BUILD_NUMBER)
242 # }
243 # }
244 # }
245 #
246 ############################################################################
247
248 [Rule.Common.PEI_CORE]
249 FILE PEI_CORE = $(NAMED_GUID) {
250 PE32 PE32 |.efi
251 UI STRING ="$(MODULE_NAME)" Optional
252 VERSION STRING ="$(INF_VERSION)" Optional BUILD_NUM=$(BUILD_NUMBER)
253 }
254
255 [Rule.Common.PEIM]
256 FILE PEIM = $(NAMED_GUID) {
257 PEI_DEPEX PEI_DEPEX Optional |.depex
258 PE32 PE32 |.efi
259 UI STRING="$(MODULE_NAME)" Optional
260 VERSION STRING="$(INF_VERSION)" Optional BUILD_NUM=$(BUILD_NUMBER)
261 }
262
263 [Rule.Common.DXE_CORE]
264 FILE DXE_CORE = $(NAMED_GUID) {
265 COMPRESS PI_STD {
266 PE32 PE32 |.efi
267 UI STRING="$(MODULE_NAME)" Optional
268 VERSION STRING="$(INF_VERSION)" Optional BUILD_NUM=$(BUILD_NUMBER)
269 }
270 }
271
272 [Rule.Common.UEFI_DRIVER]
273 FILE DRIVER = $(NAMED_GUID) {
274 DXE_DEPEX DXE_DEPEX Optional |.depex
275 COMPRESS PI_STD {
276 GUIDED {
277 PE32 PE32 |.efi
278 UI STRING="$(MODULE_NAME)" Optional
279 VERSION STRING="$(INF_VERSION)" Optional BUILD_NUM=$(BUILD_NUMBER)
280 }
281 }
282 }
283
284 [Rule.Common.DXE_DRIVER]
285 FILE DRIVER = $(NAMED_GUID) {
286 DXE_DEPEX DXE_DEPEX Optional |.depex
287 COMPRESS PI_STD {
288 GUIDED {
289 PE32 PE32 |.efi
290 UI STRING="$(MODULE_NAME)" Optional
291 VERSION STRING="$(INF_VERSION)" Optional BUILD_NUM=$(BUILD_NUMBER)
292 }
293 }
294 }
295
296 [Rule.Common.DXE_RUNTIME_DRIVER]
297 FILE DRIVER = $(NAMED_GUID) {
298 DXE_DEPEX DXE_DEPEX Optional |.depex
299 COMPRESS PI_STD {
300 GUIDED {
301 PE32 PE32 |.efi
302 UI STRING="$(MODULE_NAME)" Optional
303 VERSION STRING="$(INF_VERSION)" Optional BUILD_NUM=$(BUILD_NUMBER)
304 }
305 }
306 }
307
308 [Rule.Common.UEFI_APPLICATION]
309 FILE APPLICATION = $(NAMED_GUID) {
310 COMPRESS PI_STD {
311 GUIDED {
312 PE32 PE32 |.efi
313 UI STRING="$(MODULE_NAME)" Optional
314 VERSION STRING="$(INF_VERSION)" Optional BUILD_NUM=$(BUILD_NUMBER)
315 }
316 }
317 }