]> git.proxmox.com Git - mirror_edk2.git/blob - ArmVirtPkg/ArmVirtQemuFvMain.fdf.inc
ArmVirtPkg/ArmVirtQemu: factor out shared FV.FvMain definition
[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 BlockSize = 0x40
28 NumBlocks = 0 # This FV gets compressed so make it just big enough
29 FvAlignment = 16 # FV alignment and FV attributes setting.
30 ERASE_POLARITY = 1
31 MEMORY_MAPPED = TRUE
32 STICKY_WRITE = TRUE
33 LOCK_CAP = TRUE
34 LOCK_STATUS = TRUE
35 WRITE_DISABLED_CAP = TRUE
36 WRITE_ENABLED_CAP = TRUE
37 WRITE_STATUS = TRUE
38 WRITE_LOCK_CAP = TRUE
39 WRITE_LOCK_STATUS = TRUE
40 READ_DISABLED_CAP = TRUE
41 READ_ENABLED_CAP = TRUE
42 READ_STATUS = TRUE
43 READ_LOCK_CAP = TRUE
44 READ_LOCK_STATUS = TRUE
45
46 INF MdeModulePkg/Core/Dxe/DxeMain.inf
47 INF MdeModulePkg/Universal/PCD/Dxe/Pcd.inf
48 INF ArmVirtPkg/VirtioFdtDxe/VirtioFdtDxe.inf
49 INF ArmVirtPkg/FdtClientDxe/FdtClientDxe.inf
50 INF ArmVirtPkg/HighMemDxe/HighMemDxe.inf
51
52 #
53 # PI DXE Drivers producing Architectural Protocols (EFI Services)
54 #
55 INF ArmPkg/Drivers/CpuDxe/CpuDxe.inf
56 INF MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
57 INF MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
58 INF MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
59 INF MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf
60 INF MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf
61 !if $(SECURE_BOOT_ENABLE) == TRUE
62 INF SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigDxe.inf
63 !endif
64 INF MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
65 INF EmbeddedPkg/ResetRuntimeDxe/ResetRuntimeDxe.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/ArmGic/ArmGicDxe.inf
80 INF ArmPkg/Drivers/TimerDxe/TimerDxe.inf
81 INF ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashDxe.inf
82 INF MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
83
84 #
85 # FAT filesystem + GPT/MBR partitioning
86 #
87 INF MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
88 INF MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
89 INF FatPkg/EnhancedFatDxe/Fat.inf
90 INF MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
91
92 #
93 # Platform Driver
94 #
95 INF OvmfPkg/VirtioBlkDxe/VirtioBlk.inf
96 INF OvmfPkg/VirtioNetDxe/VirtioNet.inf
97 INF OvmfPkg/VirtioScsiDxe/VirtioScsi.inf
98 INF OvmfPkg/VirtioRngDxe/VirtioRng.inf
99
100 #
101 # UEFI application (Shell Embedded Boot Loader)
102 #
103 INF ShellPkg/Application/Shell/Shell.inf
104
105 #
106 # Bds
107 #
108 INF MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
109 INF MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf
110 INF MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
111 INF MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe.inf
112 INF MdeModulePkg/Universal/BdsDxe/BdsDxe.inf
113 INF MdeModulePkg/Application/UiApp/UiApp.inf
114
115 #
116 # Networking stack
117 #
118 INF MdeModulePkg/Universal/Network/DpcDxe/DpcDxe.inf
119 INF MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf
120 INF MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Dxe.inf
121 INF MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Dxe.inf
122 INF MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf
123 INF MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfigDxe.inf
124 INF MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Dxe.inf
125 INF MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Dxe.inf
126 INF MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Dxe.inf
127 INF MdeModulePkg/Universal/Network/UefiPxeBcDxe/UefiPxeBcDxe.inf
128 INF MdeModulePkg/Universal/Network/IScsiDxe/IScsiDxe.inf
129
130 #
131 # SCSI Bus and Disk Driver
132 #
133 INF MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf
134 INF MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf
135
136 #
137 # SMBIOS Support
138 #
139 INF MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf
140 INF OvmfPkg/SmbiosPlatformDxe/SmbiosPlatformDxe.inf
141
142 !if $(ARCH) == AARCH64
143 #
144 # ACPI Support
145 #
146 INF MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe.inf
147 INF OvmfPkg/AcpiPlatformDxe/QemuFwCfgAcpiPlatformDxe.inf
148 !endif
149
150 #
151 # PCI support
152 #
153 INF ArmVirtPkg/PciHostBridgeDxe/PciHostBridgeDxe.inf
154 INF MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf
155 INF OvmfPkg/VirtioPciDeviceDxe/VirtioPciDeviceDxe.inf
156 INF OvmfPkg/Virtio10Dxe/Virtio10.inf
157
158 #
159 # Video support
160 #
161 INF OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf
162 INF OvmfPkg/PlatformDxe/Platform.inf
163
164 #
165 # USB Support
166 #
167 INF MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf
168 INF MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf
169 INF MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe.inf
170 INF MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf
171 INF MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf
172
173 #
174 # TianoCore logo (splash screen)
175 #
176 FILE FREEFORM = PCD(gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdLogoFile) {
177 SECTION RAW = MdeModulePkg/Logo/Logo.bmp
178 }