blob: 83f91e0004bb54296072a31b5aff71690f085552 [file] [log] [blame]
klu2c69dd9d2008-04-17 05:48:13 +00001# This is NT32 FDF file with UEFI HII features enabled
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.DuetMainFd]
28BaseAddress = 0x0 #The base address of the FLASH Device.
29Size = 0x002a0000 #The size in bytes of the FLASH Device
30ErasePolarity = 1
31BlockSize = 0x10000
32NumBlocks = 0x2a
33
340x00000000|0x002a0000
35
36################################################################################
37#
38# FV Section
39#
40# [FV] section is used to define what components or modules are placed within a flash
41# device file. This section also defines order the components and modules are positioned
42# within the image. The [FV] section consists of define statements, set statements and
43# module statements.
44#
45################################################################################
46[FV.DuetEfiMainFv]
47FvAlignment = 16 #FV alignment and FV attributes setting.
48ERASE_POLARITY = 1
49MEMORY_MAPPED = TRUE
50STICKY_WRITE = TRUE
51LOCK_CAP = TRUE
52LOCK_STATUS = TRUE
53WRITE_DISABLED_CAP = TRUE
54WRITE_ENABLED_CAP = TRUE
55WRITE_STATUS = TRUE
56WRITE_LOCK_CAP = TRUE
57WRITE_LOCK_STATUS = TRUE
58READ_DISABLED_CAP = TRUE
59READ_ENABLED_CAP = TRUE
60READ_STATUS = TRUE
61READ_LOCK_CAP = TRUE
62READ_LOCK_STATUS = TRUE
63
klu2ba992f92009-01-20 03:23:21 +000064INF IntelFrameworkModulePkg/Universal/StatusCode/Dxe/DxeStatusCode.inf
qhuang8b4e83ab2009-02-23 03:22:04 +000065INF MdeModulePkg/Universal/PCD/Dxe/Pcd.inf
klu2c69dd9d2008-04-17 05:48:13 +000066INF MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
67INF MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
68INF MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
jljusten3efaa6e2009-03-01 23:45:51 +000069
klu2c69dd9d2008-04-17 05:48:13 +000070INF DuetPkg/FSVariable/FSVariable.inf
klu2eb16e242008-04-29 07:50:58 +000071INF MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
klu2c69dd9d2008-04-17 05:48:13 +000072INF MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf
73INF MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
klu2c69dd9d2008-04-17 05:48:13 +000074INF MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
75INF MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
76INF MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
77INF MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
78
79INF IntelFrameworkModulePkg/Universal/DataHubDxe/DataHubDxe.inf
80INF MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
81INF MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
82INF MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
83
84INF DuetPkg/DataHubGenDxe/DataHubGen.inf
klu2be768882008-05-05 06:50:12 +000085#INF DuetPkg/FvbRuntimeService/DUETFwh.inf
klu280f73b52009-01-23 07:26:35 +000086INF IntelFrameworkModulePkg/Universal/BdsDxe/BdsDxe.inf
klu2736e3552009-02-24 11:29:03 +000087INF UefiCpuPkg/CpuIoDxe/CpuIo.inf
klu2c69dd9d2008-04-17 05:48:13 +000088INF DuetPkg/CpuDxe/Cpu.inf
jljusten3efaa6e2009-03-01 23:45:51 +000089
90INF PcAtChipsetPkg/8259InterruptControllerDxe/8259.inf
klu2736e3552009-02-24 11:29:03 +000091INF PcAtChipsetPkg/KbcResetDxe/Reset.inf
klu2c69dd9d2008-04-17 05:48:13 +000092INF DuetPkg/LegacyMetronome/Metronome.inf
klu2736e3552009-02-24 11:29:03 +000093INF PcAtChipsetPkg/8254TimerDxe/8254Timer.inf
94INF PcAtChipsetPkg/PcRtc/RealTimeClock.inf
klu2c69dd9d2008-04-17 05:48:13 +000095INF DuetPkg/PciRootBridgeNoEnumerationDxe/PciRootBridgeNoEnumeration.inf
klu2e5653d92008-04-30 09:08:49 +000096INF DuetPkg/PciBusNoEnumerationDxe/PciBusNoEnumeration.inf
97INF IntelFrameworkModulePkg/Bus/Pci/VgaMiniPortDxe/VgaMiniPortDxe.inf
klu2c69dd9d2008-04-17 05:48:13 +000098INF IntelFrameworkModulePkg/Universal/Console/VgaClassDxe/VgaClassDxe.inf
99
100 # IDE Support
klu2f8e01ca2009-01-13 07:41:23 +0000101#IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/IdeBusDxe.inf
jljusten3efaa6e2009-03-01 23:45:51 +0000102
klu2c69dd9d2008-04-17 05:48:13 +0000103 # Usb Support
klu211317382009-02-24 14:14:05 +0000104INF MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf
105INF MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf
106INF MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf
107INF MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf
jljusten3efaa6e2009-03-01 23:45:51 +0000108
klu2c69dd9d2008-04-17 05:48:13 +0000109 # ISA Support
klu2736e3552009-02-24 11:29:03 +0000110INF PcAtChipsetPkg/IsaAcpiDxe/IsaAcpi.inf
klu2e5653d92008-04-30 09:08:49 +0000111INF IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxe.inf
112INF IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/IsaSerialDxe.inf
klu2f8e01ca2009-01-13 07:41:23 +0000113INF IntelFrameworkModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2keyboardDxe.inf
klu2be768882008-05-05 06:50:12 +0000114INF IntelFrameworkModulePkg/Bus/Isa/IsaFloppyDxe/IsaFloppyDxe.inf
klu2e5653d92008-04-30 09:08:49 +0000115
klu2f8e01ca2009-01-13 07:41:23 +0000116INF MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
117INF MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
118INF MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
klu27da78b12009-02-28 17:28:44 +0000119INF DuetPkg/BiosVideoThunkDxe/BiosVideo.inf
klu2e5653d92008-04-30 09:08:49 +0000120
qhuang89075e542009-03-06 02:17:47 +0000121 # Binary INF file to support toggle among different CPU architectures.
122INF FatBinPkg/EnhancedFatDxe/Fat.inf
klu2ba992f92009-01-20 03:23:21 +0000123
124FILE FREEFORM = 7BB28B99-61BB-11D5-9A5D-0090273FC14D {
125 SECTION RAW = MdeModulePkg/Logo/Logo.bmp
126 }
jljusten3efaa6e2009-03-01 23:45:51 +0000127
klu2c69dd9d2008-04-17 05:48:13 +0000128[Rule.Common.PEI_CORE]
129 FILE PEI_CORE = $(NAMED_GUID) {
130 PE32 PE32 |.efi
jljusten3efaa6e2009-03-01 23:45:51 +0000131 UI STRING ="$(MODULE_NAME)" Optional
132 VERSION STRING ="$(INF_VERSION)" Optional BUILD_NUM=$(BUILD_NUMBER)
klu2c69dd9d2008-04-17 05:48:13 +0000133 }
134
135[Rule.Common.PEIM]
136 FILE PEIM = $(NAMED_GUID) {
137 PEI_DEPEX PEI_DEPEX Optional |.depex
138 PE32 PE32 |.efi
jljusten3efaa6e2009-03-01 23:45:51 +0000139 UI STRING="$(MODULE_NAME)" Optional
140 VERSION STRING="$(INF_VERSION)" Optional BUILD_NUM=$(BUILD_NUMBER)
klu2c69dd9d2008-04-17 05:48:13 +0000141 }
142
143[Rule.Common.PEIM.TIANOCOMPRESSED]
144 FILE PEIM = $(NAMED_GUID) DEBUG_MYTOOLS_IA32 {
145 PEI_DEPEX PEI_DEPEX Optional |.depex
146 GUIDED A31280AD-481E-41B6-95E8-127F4C984779 PROCESSING_REQUIRED = TRUE {
147 PE32 PE32 |.efi
148 UI STRING="$(MODULE_NAME)" Optional
149 VERSION STRING="$(INF_VERSION)" Optional BUILD_NUM=$(BUILD_NUMBER)
150 }
151 }
152
153[Rule.Common.DXE_CORE]
154 FILE DXE_CORE = $(NAMED_GUID) {
155 COMPRESS PI_STD {
156 PE32 PE32 |.efi
157 UI STRING="$(MODULE_NAME)" Optional
158 VERSION STRING="$(INF_VERSION)" Optional BUILD_NUM=$(BUILD_NUMBER)
159 }
160 }
161
162[Rule.Common.UEFI_DRIVER]
163 FILE DRIVER = $(NAMED_GUID) {
164 DXE_DEPEX DXE_DEPEX Optional |.depex
165 COMPRESS PI_STD {
166 GUIDED {
167 PE32 PE32 |.efi
168 UI STRING="$(MODULE_NAME)" Optional
169 VERSION STRING="$(INF_VERSION)" Optional BUILD_NUM=$(BUILD_NUMBER)
170 }
171 }
172 }
173
174[Rule.Common.DXE_DRIVER]
175 FILE DRIVER = $(NAMED_GUID) {
176 DXE_DEPEX DXE_DEPEX Optional |.depex
177 COMPRESS PI_STD {
178 GUIDED {
179 PE32 PE32 |.efi
180 UI STRING="$(MODULE_NAME)" Optional
181 VERSION STRING="$(INF_VERSION)" Optional BUILD_NUM=$(BUILD_NUMBER)
182 }
183 }
184 }
185
186[Rule.Common.DXE_RUNTIME_DRIVER]
187 FILE DRIVER = $(NAMED_GUID) {
188 DXE_DEPEX DXE_DEPEX Optional |.depex
189 COMPRESS PI_STD {
190 GUIDED {
191 PE32 PE32 |.efi
192 UI STRING="$(MODULE_NAME)" Optional
193 VERSION STRING="$(INF_VERSION)" Optional BUILD_NUM=$(BUILD_NUMBER)
194 }
195 }
196 }
197
198[Rule.Common.UEFI_APPLICATION]
199 FILE APPLICATION = $(NAMED_GUID) {
200 COMPRESS PI_STD {
201 GUIDED {
202 PE32 PE32 |.efi
203 UI STRING="$(MODULE_NAME)" Optional
204 VERSION STRING="$(INF_VERSION)" Optional BUILD_NUM=$(BUILD_NUMBER)
205 }
206 }
207 }
jljusten3efaa6e2009-03-01 23:45:51 +0000208