TianoCore EDK2 master
Loading...
Searching...
No Matches
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 - 2017, Intel Corporation. All rights reserved.
5#
6# SPDX-License-Identifier: BSD-2-Clause-Patent
7#
8
9################################################################################
10#
11# FV Section
12#
13# [FV] section is used to define what components or modules are placed within a flash
14# device file. This section also defines order the components and modules are positioned
15# within the image. The [FV] section consists of define statements, set statements and
16# module statements.
17#
18################################################################################
19
20[FV.FvMain]
21FvNameGuid = 64074afe-340a-4be6-94ba-91b5b4d0f71e
22BlockSize = 0x40
23NumBlocks = 0 # This FV gets compressed so make it just big enough
24FvAlignment = 16 # FV alignment and FV attributes setting.
25ERASE_POLARITY = 1
26MEMORY_MAPPED = TRUE
27STICKY_WRITE = TRUE
28LOCK_CAP = TRUE
29LOCK_STATUS = TRUE
30WRITE_DISABLED_CAP = TRUE
31WRITE_ENABLED_CAP = TRUE
32WRITE_STATUS = TRUE
33WRITE_LOCK_CAP = TRUE
34WRITE_LOCK_STATUS = TRUE
35READ_DISABLED_CAP = TRUE
36READ_ENABLED_CAP = TRUE
37READ_STATUS = TRUE
38READ_LOCK_CAP = TRUE
39READ_LOCK_STATUS = TRUE
40
41 INF MdeModulePkg/Core/Dxe/DxeMain.inf
42 INF MdeModulePkg/Universal/PCD/Dxe/Pcd.inf
43 INF OvmfPkg/Fdt/VirtioFdtDxe/VirtioFdtDxe.inf
44 INF EmbeddedPkg/Drivers/FdtClientDxe/FdtClientDxe.inf
45 INF OvmfPkg/Fdt/HighMemDxe/HighMemDxe.inf
46
47 #
48 # PI DXE Drivers producing Architectural Protocols (EFI Services)
49 #
50 INF ArmPkg/Drivers/CpuDxe/CpuDxe.inf
51 INF MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
52 INF MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
53 INF MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
54 INF MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf
55!if $(QEMU_PV_VARS) == TRUE
56 INF OvmfPkg/VirtMmCommunicationDxe/VirtMmCommunication.inf
57 INF MdeModulePkg/Universal/Variable/RuntimeDxe/VariableSmmRuntimeDxe.inf
58!else
59 INF MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf
60!endif
61!if $(SECURE_BOOT_ENABLE) == TRUE
62 INF SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigDxe.inf
63!endif
64 INF MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
65 INF MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe.inf
66 INF EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf
67 INF EmbeddedPkg/MetronomeDxe/MetronomeDxe.inf
68 INF MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
69
70 #
71 # Multiple Console IO support
72 #
73 INF MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
74 INF MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
75 INF MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
76 INF MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
77 INF MdeModulePkg/Universal/SerialDxe/SerialDxe.inf
78
79 INF ArmPkg/Drivers/ArmGicDxe/ArmGicDxe.inf
80 INF ArmPkg/Drivers/TimerDxe/TimerDxe.inf
81 INF OvmfPkg/VirtNorFlashDxe/VirtNorFlashDxe.inf
82 INF MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
83 INF SecurityPkg/RandomNumberGenerator/RngDxe/RngDxe.inf
84
85 #
86 # FAT filesystem + GPT/MBR partitioning + UDF filesystem + virtio-fs
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 INF OvmfPkg/VirtioFsDxe/VirtioFsDxe.inf
94
95 #
96 # Status Code Routing
97 #
98 INF MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe.inf
99
100 #
101 # Platform Driver
102 #
103 INF OvmfPkg/VirtioBlkDxe/VirtioBlk.inf
104!if $(NETWORK_ENABLE) == TRUE
105 INF OvmfPkg/VirtioNetDxe/VirtioNet.inf
106!endif
107 INF OvmfPkg/VirtioScsiDxe/VirtioScsi.inf
108 INF OvmfPkg/VirtioRngDxe/VirtioRng.inf
109 INF OvmfPkg/VirtioSerialDxe/VirtioSerial.inf
110
111!include OvmfPkg/Include/Fdf/ShellDxe.fdf.inc
112
113 #
114 # Bds
115 #
116 INF MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
117 INF MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf
118 INF MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
119 INF MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe.inf
120 INF MdeModulePkg/Universal/BdsDxe/BdsDxe.inf
121 INF MdeModulePkg/Application/UiApp/UiApp.inf
122 INF MdeModulePkg/Application/BootManagerMenuApp/BootManagerMenuApp.inf
123 INF OvmfPkg/QemuKernelLoaderFsDxe/QemuKernelLoaderFsDxe.inf
124
125 #
126 # Networking stack
127 #
128!include NetworkPkg/Network.fdf.inc
129
130
131 #
132 # SCSI Bus and Disk Driver
133 #
134 INF MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf
135 INF MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf
136
137 #
138 # NVME Driver
139 #
140 INF MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressDxe.inf
141
142 #
143 # SMBIOS Support
144 #
145 INF MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf
146 INF OvmfPkg/SmbiosPlatformDxe/SmbiosPlatformDxe.inf
147
148 #
149 # ACPI Support
150 #
151 INF OvmfPkg/PlatformHasAcpiDtDxe/PlatformHasAcpiDtDxe.inf
152 INF MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe.inf
153 INF MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe.inf
154 INF OvmfPkg/AcpiPlatformDxe/AcpiPlatformDxe.inf
155
156 #
157 # PCI support
158 #
159 INF UefiCpuPkg/CpuMmio2Dxe/CpuMmio2Dxe.inf
160 INF MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe.inf
161 INF MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf
162 INF OvmfPkg/PciHotPlugInitDxe/PciHotPlugInit.inf
163 INF OvmfPkg/VirtioPciDeviceDxe/VirtioPciDeviceDxe.inf
164 INF OvmfPkg/Virtio10Dxe/Virtio10.inf
165
166 #
167 # Video support
168 #
169 INF OvmfPkg/QemuRamfbDxe/QemuRamfbDxe.inf
170 INF OvmfPkg/VirtioGpuDxe/VirtioGpu.inf
171 INF OvmfPkg/PlatformDxe/Platform.inf
172
173 #
174 # USB Support
175 #
176 INF MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf
177 INF MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf
178 INF MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe.inf
179 INF MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf
180 INF MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf
181 INF MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf
182
183 #
184 # Hash2 Protocol producer
185 #
186 INF SecurityPkg/Hash2DxeCrypto/Hash2DxeCrypto.inf
187
188 #
189 # TPM2 support
190 #
191!if $(TPM2_ENABLE) == TRUE
192 INF SecurityPkg/Tcg/Tcg2Dxe/Tcg2Dxe.inf
193!if $(TPM2_CONFIG_ENABLE) == TRUE
194 INF SecurityPkg/Tcg/Tcg2Config/Tcg2ConfigDxe.inf
195!endif
196!endif
197
198 #
199 # TianoCore logo (splash screen)
200 #
201 INF MdeModulePkg/Logo/LogoDxe.inf
202
203 #
204 # Ramdisk support
205 #
206 INF MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe.inf
VOID EFIAPI DxeMain(IN VOID *HobStart)
Definition: DxeMain.c:235
#define TRUE
Definition: Base.h:301