]> git.proxmox.com Git - mirror_edk2.git/blob - ArmVirtPkg/ArmVirtQemuFvMain.fdf.inc
BaseTools: Library hashing fix and optimization for --hash feature
[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 - 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]
21 FvNameGuid = 64074afe-340a-4be6-94ba-91b5b4d0f71e
22 BlockSize = 0x40
23 NumBlocks = 0 # This FV gets compressed so make it just big enough
24 FvAlignment = 16 # FV alignment and FV attributes setting.
25 ERASE_POLARITY = 1
26 MEMORY_MAPPED = TRUE
27 STICKY_WRITE = TRUE
28 LOCK_CAP = TRUE
29 LOCK_STATUS = TRUE
30 WRITE_DISABLED_CAP = TRUE
31 WRITE_ENABLED_CAP = TRUE
32 WRITE_STATUS = TRUE
33 WRITE_LOCK_CAP = TRUE
34 WRITE_LOCK_STATUS = TRUE
35 READ_DISABLED_CAP = TRUE
36 READ_ENABLED_CAP = TRUE
37 READ_STATUS = TRUE
38 READ_LOCK_CAP = TRUE
39 READ_LOCK_STATUS = TRUE
40
41 INF MdeModulePkg/Core/Dxe/DxeMain.inf
42 INF MdeModulePkg/Universal/PCD/Dxe/Pcd.inf
43 INF ArmVirtPkg/VirtioFdtDxe/VirtioFdtDxe.inf
44 INF ArmVirtPkg/FdtClientDxe/FdtClientDxe.inf
45 INF ArmVirtPkg/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/ArmGic/ArmGicDxe.inf
75 INF ArmPkg/Drivers/TimerDxe/TimerDxe.inf
76 INF ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashDxe.inf
77 INF MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
78
79 #
80 # FAT filesystem + GPT/MBR partitioning + UDF filesystem
81 #
82 INF MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
83 INF MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
84 INF FatPkg/EnhancedFatDxe/Fat.inf
85 INF MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
86 INF MdeModulePkg/Universal/Disk/UdfDxe/UdfDxe.inf
87
88 #
89 # Status Code Routing
90 #
91 INF MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe.inf
92
93 #
94 # Platform Driver
95 #
96 INF OvmfPkg/VirtioBlkDxe/VirtioBlk.inf
97 INF OvmfPkg/VirtioNetDxe/VirtioNet.inf
98 INF OvmfPkg/VirtioScsiDxe/VirtioScsi.inf
99 INF OvmfPkg/VirtioRngDxe/VirtioRng.inf
100
101 #
102 # UEFI application (Shell Embedded Boot Loader)
103 #
104 INF ShellPkg/Application/Shell/Shell.inf
105 INF ShellPkg/DynamicCommand/TftpDynamicCommand/TftpDynamicCommand.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 !include NetworkPkg/Network.fdf.inc
121
122
123 #
124 # SCSI Bus and Disk Driver
125 #
126 INF MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf
127 INF MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf
128
129 #
130 # SMBIOS Support
131 #
132 INF MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf
133 INF OvmfPkg/SmbiosPlatformDxe/SmbiosPlatformDxe.inf
134
135 #
136 # ACPI Support
137 #
138 INF ArmVirtPkg/PlatformHasAcpiDtDxe/PlatformHasAcpiDtDxe.inf
139 !if $(ARCH) == AARCH64
140 INF MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe.inf
141 INF MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe.inf
142 INF OvmfPkg/AcpiPlatformDxe/QemuFwCfgAcpiPlatformDxe.inf
143
144 #
145 # EBC support
146 #
147 INF MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
148 !endif
149
150 #
151 # PCI support
152 #
153 INF ArmPkg/Drivers/ArmPciCpuIo2Dxe/ArmPciCpuIo2Dxe.inf
154 INF MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe.inf
155 INF MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf
156 INF OvmfPkg/VirtioPciDeviceDxe/VirtioPciDeviceDxe.inf
157 INF OvmfPkg/Virtio10Dxe/Virtio10.inf
158
159 #
160 # Video support
161 #
162 INF OvmfPkg/QemuRamfbDxe/QemuRamfbDxe.inf
163 INF OvmfPkg/VirtioGpuDxe/VirtioGpu.inf
164 INF OvmfPkg/PlatformDxe/Platform.inf
165
166 #
167 # USB Support
168 #
169 INF MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf
170 INF MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf
171 INF MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe.inf
172 INF MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf
173 INF MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf
174 INF MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf
175
176 #
177 # TianoCore logo (splash screen)
178 #
179 INF MdeModulePkg/Logo/LogoDxe.inf
180
181 #
182 # Ramdisk support
183 #
184 INF MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe.inf