]> git.proxmox.com Git - mirror_edk2.git/blame - DuetPkg/DuetPkg.fdf
align some comments.
[mirror_edk2.git] / DuetPkg / DuetPkg.fdf
CommitLineData
c69dd9df 1# This is NT32 FDF file with UEFI HII features enabled\r
2#\r
3# Copyright (c) 2007, Intel Corporation\r
4#\r
5# All rights reserved. This program and the accompanying materials\r
6# are licensed and made available under the terms and conditions of the BSD License\r
7# which accompanies this distribution. The full text of the license may be found at\r
8# http://opensource.org/licenses/bsd-license.php\r
9#\r
10# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12#\r
13\r
14################################################################################\r
15#\r
16# FD Section\r
17# The [FD] Section is made up of the definition statements and a\r
18# description of what goes into the Flash Device Image. Each FD section\r
19# defines one flash "device" image. A flash device image may be one of\r
20# the following: Removable media bootable image (like a boot floppy\r
21# image,) an Option ROM image (that would be "flashed" into an add-in\r
22# card,) a System "Flash" image (that would be burned into a system's\r
23# flash) or an Update ("Capsule") image that will be used to update and\r
24# existing system flash.\r
25#\r
26################################################################################\r
27[FD.DuetMainFd]\r
28BaseAddress = 0x0 #The base address of the FLASH Device.\r
29Size = 0x002a0000 #The size in bytes of the FLASH Device\r
30ErasePolarity = 1\r
31BlockSize = 0x10000\r
32NumBlocks = 0x2a\r
33\r
340x00000000|0x002a0000\r
35\r
36################################################################################\r
37#\r
38# FV Section\r
39#\r
40# [FV] section is used to define what components or modules are placed within a flash\r
41# device file. This section also defines order the components and modules are positioned\r
42# within the image. The [FV] section consists of define statements, set statements and\r
43# module statements.\r
44#\r
45################################################################################\r
46[FV.DuetEfiMainFv]\r
47FvAlignment = 16 #FV alignment and FV attributes setting.\r
48ERASE_POLARITY = 1\r
49MEMORY_MAPPED = TRUE\r
50STICKY_WRITE = TRUE\r
51LOCK_CAP = TRUE\r
52LOCK_STATUS = TRUE\r
53WRITE_DISABLED_CAP = TRUE\r
54WRITE_ENABLED_CAP = TRUE\r
55WRITE_STATUS = TRUE\r
56WRITE_LOCK_CAP = TRUE\r
57WRITE_LOCK_STATUS = TRUE\r
58READ_DISABLED_CAP = TRUE\r
59READ_ENABLED_CAP = TRUE\r
60READ_STATUS = TRUE\r
61READ_LOCK_CAP = TRUE\r
62READ_LOCK_STATUS = TRUE\r
63\r
b4e83ab7 64INF MdeModulePkg/Universal/PCD/Dxe/Pcd.inf\r
c69dd9df 65INF MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf\r
66INF MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf\r
67INF MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf\r
3efaa6e0 68\r
c69dd9df 69INF DuetPkg/FSVariable/FSVariable.inf\r
eb16e240 70INF MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf\r
c69dd9df 71INF MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf\r
c69dd9df 72INF MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf\r
73INF MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf\r
74INF MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf\r
75INF MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf\r
76\r
77INF IntelFrameworkModulePkg/Universal/DataHubDxe/DataHubDxe.inf\r
78INF MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf\r
79INF MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf\r
c69dd9df 80INF DuetPkg/DataHubGenDxe/DataHubGen.inf\r
be768885 81#INF DuetPkg/FvbRuntimeService/DUETFwh.inf\r
80f73b51 82INF IntelFrameworkModulePkg/Universal/BdsDxe/BdsDxe.inf\r
736e3559 83INF UefiCpuPkg/CpuIoDxe/CpuIo.inf\r
c69dd9df 84INF DuetPkg/CpuDxe/Cpu.inf\r
3efaa6e0 85\r
86INF PcAtChipsetPkg/8259InterruptControllerDxe/8259.inf\r
736e3559 87INF PcAtChipsetPkg/KbcResetDxe/Reset.inf\r
c69dd9df 88INF DuetPkg/LegacyMetronome/Metronome.inf\r
736e3559 89INF PcAtChipsetPkg/8254TimerDxe/8254Timer.inf\r
dc129892 90INF PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.inf\r
c69dd9df 91INF DuetPkg/PciRootBridgeNoEnumerationDxe/PciRootBridgeNoEnumeration.inf\r
e5653d94 92INF DuetPkg/PciBusNoEnumerationDxe/PciBusNoEnumeration.inf\r
93INF IntelFrameworkModulePkg/Bus/Pci/VgaMiniPortDxe/VgaMiniPortDxe.inf\r
c69dd9df 94INF IntelFrameworkModulePkg/Universal/Console/VgaClassDxe/VgaClassDxe.inf\r
95\r
96 # IDE Support\r
93d4ce91 97INF IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/IdeBusDxe.inf\r
d3a12d77 98INF PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/IdeControllerDxe.inf\r
3efaa6e0 99\r
c69dd9df 100 # Usb Support\r
11d909a4 101INF MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf\r
102INF MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf\r
103INF MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf\r
104INF MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf\r
3efaa6e0 105\r
c69dd9df 106 # ISA Support\r
736e3559 107INF PcAtChipsetPkg/IsaAcpiDxe/IsaAcpi.inf\r
e5653d94 108INF IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxe.inf\r
6c8e40ca 109INF IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/IsaSerialDxe.inf\r
f8e01ca8 110INF IntelFrameworkModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2keyboardDxe.inf\r
be768885 111INF IntelFrameworkModulePkg/Bus/Isa/IsaFloppyDxe/IsaFloppyDxe.inf\r
e5653d94 112\r
f8e01ca8 113INF MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf\r
114INF MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf\r
115INF MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf\r
6c8e40ca 116INF DuetPkg/BiosVideoThunkDxe/BiosVideo.inf\r
e5653d94 117\r
9075e543 118 # Binary INF file to support toggle among different CPU architectures.\r
3a4e990e 119INF FatBinPkg/EnhancedFatDxe/Fat.inf\r
ba992f96 120\r
d46f3632 121FILE FREEFORM = PCD(gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdLogoFile) {\r
11d909a4 122 SECTION RAW = MdeModulePkg/Logo/Logo.bmp\r
123 }\r
3efaa6e0 124\r
c69dd9df 125[Rule.Common.DXE_CORE]\r
126 FILE DXE_CORE = $(NAMED_GUID) {\r
c69dd9df 127 PE32 PE32 |.efi\r
c69dd9df 128 }\r
129\r
130[Rule.Common.UEFI_DRIVER]\r
131 FILE DRIVER = $(NAMED_GUID) {\r
132 DXE_DEPEX DXE_DEPEX Optional |.depex\r
c69dd9df 133 PE32 PE32 |.efi\r
c69dd9df 134 }\r
135\r
136[Rule.Common.DXE_DRIVER]\r
137 FILE DRIVER = $(NAMED_GUID) {\r
138 DXE_DEPEX DXE_DEPEX Optional |.depex\r
c69dd9df 139 PE32 PE32 |.efi\r
c69dd9df 140 }\r
141\r
142[Rule.Common.DXE_RUNTIME_DRIVER]\r
143 FILE DRIVER = $(NAMED_GUID) {\r
144 DXE_DEPEX DXE_DEPEX Optional |.depex\r
c69dd9df 145 PE32 PE32 |.efi\r
c69dd9df 146 }\r
147\r
148[Rule.Common.UEFI_APPLICATION]\r
149 FILE APPLICATION = $(NAMED_GUID) {\r
c69dd9df 150 PE32 PE32 |.efi\r
c69dd9df 151 }\r
3efaa6e0 152\r