]> git.proxmox.com Git - mirror_edk2.git/blob - DuetPkg/DuetPkg.fdf
1. PI SMBIOS Checkin. Major change include:
[mirror_edk2.git] / DuetPkg / DuetPkg.fdf
1 # 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]
28 BaseAddress = 0x0 #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 0x00000000|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]
47 FvAlignment = 16 #FV alignment and FV attributes setting.
48 ERASE_POLARITY = 1
49 MEMORY_MAPPED = TRUE
50 STICKY_WRITE = TRUE
51 LOCK_CAP = TRUE
52 LOCK_STATUS = TRUE
53 WRITE_DISABLED_CAP = TRUE
54 WRITE_ENABLED_CAP = TRUE
55 WRITE_STATUS = TRUE
56 WRITE_LOCK_CAP = TRUE
57 WRITE_LOCK_STATUS = TRUE
58 READ_DISABLED_CAP = TRUE
59 READ_ENABLED_CAP = TRUE
60 READ_STATUS = TRUE
61 READ_LOCK_CAP = TRUE
62 READ_LOCK_STATUS = TRUE
63
64 INF MdeModulePkg/Universal/PCD/Dxe/Pcd.inf
65 INF MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
66 INF MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
67 INF MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
68
69 INF DuetPkg/FSVariable/FSVariable.inf
70 INF MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
71 INF MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
72 INF MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
73 INF MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
74 INF MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
75 INF MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
76
77 INF IntelFrameworkModulePkg/Universal/DataHubDxe/DataHubDxe.inf
78 INF MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
79 INF MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
80 INF DuetPkg/SmbiosGenDxe/SmbiosGen.inf
81 #INF DuetPkg/FvbRuntimeService/DUETFwh.inf
82 INF IntelFrameworkModulePkg/Universal/BdsDxe/BdsDxe.inf
83 INF UefiCpuPkg/CpuIoDxe/CpuIo.inf
84 INF DuetPkg/CpuDxe/Cpu.inf
85
86 INF PcAtChipsetPkg/8259InterruptControllerDxe/8259.inf
87 INF PcAtChipsetPkg/KbcResetDxe/Reset.inf
88 INF DuetPkg/LegacyMetronome/Metronome.inf
89 INF PcAtChipsetPkg/8254TimerDxe/8254Timer.inf
90 INF PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.inf
91 INF DuetPkg/PciRootBridgeNoEnumerationDxe/PciRootBridgeNoEnumeration.inf
92 INF DuetPkg/PciBusNoEnumerationDxe/PciBusNoEnumeration.inf
93 INF IntelFrameworkModulePkg/Bus/Pci/VgaMiniPortDxe/VgaMiniPortDxe.inf
94 INF IntelFrameworkModulePkg/Universal/Console/VgaClassDxe/VgaClassDxe.inf
95
96 # IDE Support
97 INF IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/IdeBusDxe.inf
98 INF PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/IdeControllerDxe.inf
99
100 # Usb Support
101 INF MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf
102 INF MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf
103 INF MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf
104 INF MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf
105 INF MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf
106
107 # ISA Support
108 INF PcAtChipsetPkg/IsaAcpiDxe/IsaAcpi.inf
109 INF IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxe.inf
110 INF IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/IsaSerialDxe.inf
111 INF IntelFrameworkModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2keyboardDxe.inf
112 INF IntelFrameworkModulePkg/Bus/Isa/IsaFloppyDxe/IsaFloppyDxe.inf
113
114 INF MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
115 INF MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
116 INF MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
117 INF DuetPkg/BiosVideoThunkDxe/BiosVideo.inf
118
119 # Binary INF file to support toggle among different CPU architectures.
120 INF FatBinPkg/EnhancedFatDxe/Fat.inf
121
122 FILE FREEFORM = PCD(gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdLogoFile) {
123 SECTION RAW = MdeModulePkg/Logo/Logo.bmp
124 }
125
126 [Rule.Common.DXE_CORE]
127 FILE DXE_CORE = $(NAMED_GUID) {
128 PE32 PE32 |.efi
129 }
130
131 [Rule.Common.UEFI_DRIVER]
132 FILE DRIVER = $(NAMED_GUID) {
133 DXE_DEPEX DXE_DEPEX Optional |.depex
134 PE32 PE32 |.efi
135 }
136
137 [Rule.Common.DXE_DRIVER]
138 FILE DRIVER = $(NAMED_GUID) {
139 DXE_DEPEX DXE_DEPEX Optional |.depex
140 PE32 PE32 |.efi
141 }
142
143 [Rule.Common.DXE_RUNTIME_DRIVER]
144 FILE DRIVER = $(NAMED_GUID) {
145 DXE_DEPEX DXE_DEPEX Optional |.depex
146 PE32 PE32 |.efi
147 }
148
149 [Rule.Common.UEFI_APPLICATION]
150 FILE APPLICATION = $(NAMED_GUID) {
151 PE32 PE32 |.efi
152 }
153