]> git.proxmox.com Git - mirror_edk2.git/blob - ArmVirtPkg/ArmVirtQemuFvMain.fdf.inc
MdeModulePkg/Include: Add IOMMU_PPI.
[mirror_edk2.git] / ArmVirtPkg / ArmVirtQemuFvMain.fdf.inc
1 #
2 # Copyright (c) 2011-2015, ARM Limited. All rights reserved.
3 # Copyright (c) 2014-2016, Linaro Limited. All rights reserved.
4 # Copyright (c) 2015 - 2016, Intel Corporation. All rights reserved.
5 #
6 # This program and the accompanying materials
7 # are licensed and made available under the terms and conditions of the BSD License
8 # which accompanies this distribution. The full text of the license may be found at
9 # http://opensource.org/licenses/bsd-license.php
10 #
11 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
12 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
13 #
14
15 ################################################################################
16 #
17 # FV Section
18 #
19 # [FV] section is used to define what components or modules are placed within a flash
20 # device file. This section also defines order the components and modules are positioned
21 # within the image. The [FV] section consists of define statements, set statements and
22 # module statements.
23 #
24 ################################################################################
25
26 [FV.FvMain]
27 FvNameGuid = 64074afe-340a-4be6-94ba-91b5b4d0f71e
28 BlockSize = 0x40
29 NumBlocks = 0 # This FV gets compressed so make it just big enough
30 FvAlignment = 16 # FV alignment and FV attributes setting.
31 ERASE_POLARITY = 1
32 MEMORY_MAPPED = TRUE
33 STICKY_WRITE = TRUE
34 LOCK_CAP = TRUE
35 LOCK_STATUS = TRUE
36 WRITE_DISABLED_CAP = TRUE
37 WRITE_ENABLED_CAP = TRUE
38 WRITE_STATUS = TRUE
39 WRITE_LOCK_CAP = TRUE
40 WRITE_LOCK_STATUS = TRUE
41 READ_DISABLED_CAP = TRUE
42 READ_ENABLED_CAP = TRUE
43 READ_STATUS = TRUE
44 READ_LOCK_CAP = TRUE
45 READ_LOCK_STATUS = TRUE
46
47 INF MdeModulePkg/Core/Dxe/DxeMain.inf
48 INF MdeModulePkg/Universal/PCD/Dxe/Pcd.inf
49 INF ArmVirtPkg/VirtioFdtDxe/VirtioFdtDxe.inf
50 INF ArmVirtPkg/FdtClientDxe/FdtClientDxe.inf
51 INF ArmVirtPkg/HighMemDxe/HighMemDxe.inf
52
53 #
54 # PI DXE Drivers producing Architectural Protocols (EFI Services)
55 #
56 INF ArmPkg/Drivers/CpuDxe/CpuDxe.inf
57 INF MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
58 INF MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
59 INF MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
60 INF MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf
61 INF MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf
62 !if $(SECURE_BOOT_ENABLE) == TRUE
63 INF SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigDxe.inf
64 !endif
65 INF MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
66 INF MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe.inf
67 INF EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf
68 INF EmbeddedPkg/MetronomeDxe/MetronomeDxe.inf
69 INF MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
70
71 #
72 # Multiple Console IO support
73 #
74 INF MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
75 INF MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
76 INF MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
77 INF MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
78 INF MdeModulePkg/Universal/SerialDxe/SerialDxe.inf
79
80 INF ArmPkg/Drivers/ArmGic/ArmGicDxe.inf
81 INF ArmPkg/Drivers/TimerDxe/TimerDxe.inf
82 INF ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashDxe.inf
83 INF MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
84
85 #
86 # FAT filesystem + GPT/MBR partitioning + UDF filesystem
87 #
88 INF MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
89 INF MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
90 INF FatPkg/EnhancedFatDxe/Fat.inf
91 INF MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
92 INF MdeModulePkg/Universal/Disk/UdfDxe/UdfDxe.inf
93
94 #
95 # Platform Driver
96 #
97 INF OvmfPkg/VirtioBlkDxe/VirtioBlk.inf
98 INF OvmfPkg/VirtioNetDxe/VirtioNet.inf
99 INF OvmfPkg/VirtioScsiDxe/VirtioScsi.inf
100 INF OvmfPkg/VirtioRngDxe/VirtioRng.inf
101
102 #
103 # UEFI application (Shell Embedded Boot Loader)
104 #
105 INF ShellPkg/Application/Shell/Shell.inf
106
107 #
108 # Bds
109 #
110 INF MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
111 INF MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf
112 INF MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
113 INF MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe.inf
114 INF MdeModulePkg/Universal/BdsDxe/BdsDxe.inf
115 INF MdeModulePkg/Application/UiApp/UiApp.inf
116
117 #
118 # Networking stack
119 #
120 INF MdeModulePkg/Universal/Network/DpcDxe/DpcDxe.inf
121 INF MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf
122 INF MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Dxe.inf
123 INF MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Dxe.inf
124 INF MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf
125 INF MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfigDxe.inf
126 INF MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Dxe.inf
127 INF MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Dxe.inf
128 INF MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Dxe.inf
129 INF MdeModulePkg/Universal/Network/UefiPxeBcDxe/UefiPxeBcDxe.inf
130 INF MdeModulePkg/Universal/Network/IScsiDxe/IScsiDxe.inf
131 !if $(HTTP_BOOT_ENABLE) == TRUE
132 INF NetworkPkg/DnsDxe/DnsDxe.inf
133 INF NetworkPkg/HttpUtilitiesDxe/HttpUtilitiesDxe.inf
134 INF NetworkPkg/HttpDxe/HttpDxe.inf
135 INF NetworkPkg/HttpBootDxe/HttpBootDxe.inf
136 !endif
137
138 #
139 # SCSI Bus and Disk Driver
140 #
141 INF MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf
142 INF MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf
143
144 #
145 # SMBIOS Support
146 #
147 INF MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf
148 INF OvmfPkg/SmbiosPlatformDxe/SmbiosPlatformDxe.inf
149
150 #
151 # ACPI Support
152 #
153 INF ArmVirtPkg/PlatformHasAcpiDtDxe/PlatformHasAcpiDtDxe.inf
154 !if $(ARCH) == AARCH64
155 INF MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe.inf
156 INF MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe.inf
157 INF OvmfPkg/AcpiPlatformDxe/QemuFwCfgAcpiPlatformDxe.inf
158
159 #
160 # EBC support
161 #
162 INF MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
163 !endif
164
165 #
166 # PCI support
167 #
168 INF ArmPkg/Drivers/ArmPciCpuIo2Dxe/ArmPciCpuIo2Dxe.inf
169 INF MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe.inf
170 INF MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf
171 INF OvmfPkg/VirtioPciDeviceDxe/VirtioPciDeviceDxe.inf
172 INF OvmfPkg/Virtio10Dxe/Virtio10.inf
173
174 #
175 # Video support
176 #
177 INF OvmfPkg/VirtioGpuDxe/VirtioGpu.inf
178 INF OvmfPkg/PlatformDxe/Platform.inf
179
180 #
181 # USB Support
182 #
183 INF MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf
184 INF MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf
185 INF MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe.inf
186 INF MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf
187 INF MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf
188 INF MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf
189
190 #
191 # TianoCore logo (splash screen)
192 #
193 INF MdeModulePkg/Logo/LogoDxe.inf
194
195 #
196 # Ramdisk support
197 #
198 INF MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe.inf