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.
6# SPDX-License-Identifier: BSD-2-Clause-Patent
9################################################################################
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
18################################################################################
21FvNameGuid = 64074afe-340a-4be6-94ba-91b5b4d0f71e
23NumBlocks = 0 # This FV gets compressed so make it just big enough
24FvAlignment = 16 # FV alignment and FV attributes setting.
30WRITE_DISABLED_CAP =
TRUE
31WRITE_ENABLED_CAP =
TRUE
34WRITE_LOCK_STATUS =
TRUE
35READ_DISABLED_CAP =
TRUE
36READ_ENABLED_CAP =
TRUE
39READ_LOCK_STATUS =
TRUE
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
48 # PI DXE Drivers producing Architectural Protocols (EFI Services)
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
59 INF MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf
61!
if $(SECURE_BOOT_ENABLE) ==
TRUE
62 INF SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigDxe.inf
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
71 # Multiple Console IO support
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
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
86 # FAT filesystem + GPT/MBR partitioning + UDF filesystem + virtio-fs
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
98 INF MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe.inf
103 INF OvmfPkg/VirtioBlkDxe/VirtioBlk.inf
104!
if $(NETWORK_ENABLE) ==
TRUE
105 INF OvmfPkg/VirtioNetDxe/VirtioNet.inf
107 INF OvmfPkg/VirtioScsiDxe/VirtioScsi.inf
108 INF OvmfPkg/VirtioRngDxe/VirtioRng.inf
109 INF OvmfPkg/VirtioSerialDxe/VirtioSerial.inf
111!include OvmfPkg/Include/Fdf/ShellDxe.fdf.inc
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
128!include NetworkPkg/Network.fdf.inc
132 # SCSI Bus and Disk Driver
134 INF MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf
135 INF MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf
140 INF MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressDxe.inf
145 INF MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf
146 INF OvmfPkg/SmbiosPlatformDxe/SmbiosPlatformDxe.inf
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
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
169 INF OvmfPkg/QemuRamfbDxe/QemuRamfbDxe.inf
170 INF OvmfPkg/VirtioGpuDxe/VirtioGpu.inf
171 INF OvmfPkg/PlatformDxe/Platform.inf
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
184 # Hash2 Protocol producer
186 INF SecurityPkg/Hash2DxeCrypto/Hash2DxeCrypto.inf
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
199 # TianoCore logo (splash screen)
201 INF MdeModulePkg/Logo/LogoDxe.inf
206 INF MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe.inf
VOID EFIAPI DxeMain(IN VOID *HobStart)