VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/FirmwareNew/ArmVirtPkg/ArmVirtQemuFvMain.fdf.inc

Last change on this file was 108794, checked in by vboxsync, 3 weeks ago

Devices/EFI/FirmwareNew: Merge edk2-stable202502 from the vendor branch and make it build for the important platforms, bugref:4643

  • Property svn:eol-style set to native
File size: 6.7 KB
Line 
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 INF MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf
56!if $(SECURE_BOOT_ENABLE) == TRUE
57 INF SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigDxe.inf
58!endif
59 INF MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
60 INF MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe.inf
61 INF EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf
62 INF EmbeddedPkg/MetronomeDxe/MetronomeDxe.inf
63 INF MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
64
65 #
66 # Multiple Console IO support
67 #
68 INF MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
69 INF MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
70 INF MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
71 INF MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
72 INF MdeModulePkg/Universal/SerialDxe/SerialDxe.inf
73
74 INF ArmPkg/Drivers/ArmGicDxe/ArmGicDxe.inf
75 INF ArmPkg/Drivers/TimerDxe/TimerDxe.inf
76 INF OvmfPkg/VirtNorFlashDxe/VirtNorFlashDxe.inf
77 INF MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
78 INF SecurityPkg/RandomNumberGenerator/RngDxe/RngDxe.inf
79
80 #
81 # FAT filesystem + GPT/MBR partitioning + UDF filesystem + virtio-fs
82 #
83 INF MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
84 INF MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
85 INF FatPkg/EnhancedFatDxe/Fat.inf
86 INF MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
87 INF MdeModulePkg/Universal/Disk/UdfDxe/UdfDxe.inf
88 INF OvmfPkg/VirtioFsDxe/VirtioFsDxe.inf
89
90 #
91 # Status Code Routing
92 #
93 INF MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe.inf
94
95 #
96 # Platform Driver
97 #
98 INF OvmfPkg/VirtioBlkDxe/VirtioBlk.inf
99 INF OvmfPkg/VirtioNetDxe/VirtioNet.inf
100 INF OvmfPkg/VirtioScsiDxe/VirtioScsi.inf
101 INF OvmfPkg/VirtioRngDxe/VirtioRng.inf
102 INF OvmfPkg/VirtioSerialDxe/VirtioSerial.inf
103
104!ifdef $(VBOX)
105 INF VBoxPkg/VmwSvga3Dxe/VmwSvga3VideoDxe.inf
106
107 INF MdeModulePkg/Bus/Pci/SataControllerDxe/SataControllerDxe.inf
108 INF MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru.inf
109 INF MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBusDxe.inf
110!endif
111
112!include OvmfPkg/Include/Fdf/ShellDxe.fdf.inc
113
114 #
115 # Bds
116 #
117 INF MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
118 INF MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf
119 INF MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
120 INF MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe.inf
121 INF MdeModulePkg/Universal/BdsDxe/BdsDxe.inf
122 INF MdeModulePkg/Application/UiApp/UiApp.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!if $(ARCH) == AARCH64
153 INF MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe.inf
154 INF MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe.inf
155!ifndef $(VBOX)
156 INF OvmfPkg/AcpiPlatformDxe/AcpiPlatformDxe.inf
157!else
158 INF VBoxPkg/VBoxAcpiPlatformDxe/VBoxAcpiPlatformDxe.inf
159!endif
160!endif
161
162 #
163 # PCI support
164 #
165 INF UefiCpuPkg/CpuMmio2Dxe/CpuMmio2Dxe.inf
166 INF MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe.inf
167 INF MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf
168 INF OvmfPkg/PciHotPlugInitDxe/PciHotPlugInit.inf
169 INF OvmfPkg/VirtioPciDeviceDxe/VirtioPciDeviceDxe.inf
170 INF OvmfPkg/Virtio10Dxe/Virtio10.inf
171
172 #
173 # Video support
174 #
175 INF OvmfPkg/QemuRamfbDxe/QemuRamfbDxe.inf
176 INF OvmfPkg/VirtioGpuDxe/VirtioGpu.inf
177 INF OvmfPkg/PlatformDxe/Platform.inf
178
179 #
180 # USB Support
181 #
182 INF MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf
183 INF MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf
184 INF MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe.inf
185 INF MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf
186 INF MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf
187 INF MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf
188
189 #
190 # Hash2 Protocol producer
191 #
192 INF SecurityPkg/Hash2DxeCrypto/Hash2DxeCrypto.inf
193
194 #
195 # TPM2 support
196 #
197!if $(TPM2_ENABLE) == TRUE
198 INF SecurityPkg/Tcg/Tcg2Dxe/Tcg2Dxe.inf
199!if $(TPM2_CONFIG_ENABLE) == TRUE
200 INF SecurityPkg/Tcg/Tcg2Config/Tcg2ConfigDxe.inf
201!endif
202!endif
203
204 #
205 # TianoCore logo (splash screen)
206 #
207!ifndef $(VBOX)
208 INF MdeModulePkg/Logo/LogoDxe.inf
209!else
210 INF VBoxPkg/Logo/LogoDxe.inf
211!endif
212
213 #
214 # Ramdisk support
215 #
216 INF MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe.inf
Note: See TracBrowser for help on using the repository browser.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette