summaryrefslogtreecommitdiffstats
path: root/ArmVirtPkg/VirtioFdtDxe/VirtioFdtDxe.inf
diff options
context:
space:
mode:
authorAbner Chang <abner.chang@hpe.com>2021-10-11 21:39:13 +0800
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2021-10-14 06:25:52 +0000
commite0c23cba5eaeb6c934a10ecdabcb235ef5d63799 (patch)
treef9ac286c1a35b5b3c4658b6015d83cb598b74dfe /ArmVirtPkg/VirtioFdtDxe/VirtioFdtDxe.inf
parentb21c6794de7903f4ead34d8a7ed57f675380676d (diff)
downloadedk2-e0c23cba5eaeb6c934a10ecdabcb235ef5d63799.tar.gz
edk2-e0c23cba5eaeb6c934a10ecdabcb235ef5d63799.tar.bz2
edk2-e0c23cba5eaeb6c934a10ecdabcb235ef5d63799.zip
ArmVirtPkg/VirtioFdtDxe: Relocate VirtioFdtDxe to OvmfPkg/Fdt
Relocate VirtioFdtDxe to OvmfPkg/Fdt, this driver is leverage by both ARM and RISC-V archs. Signed-off-by: Abner Chang <abner.chang@hpe.com> Cc: Ard Biesheuvel <ardb+tianocore@kernel.org> Cc: Leif Lindholm <leif@nuviainc.com> Cc: Sami Mujawar <sami.mujawar@arm.com> Cc: Jiewen Yao <jiewen.yao@intel.com> Cc: Jordan Justen <jordan.l.justen@intel.com> Cc: Gerd Hoffmann <kraxel@redhat.com> Cc: Daniel Schaefer <daniel.schaefer@hpe.com> Cc: Sunil V L <sunilvl@ventanamicro.com> Reviewed-by: Daniel Schaefer <daniel.schaefer@hpe.com> Reviewed-by: Sunil V L <sunilvl@ventanamicro.com> Acked-by: Gerd Hoffmann <kraxel@redhat.com> Acked-by: Jiewen Yao <jiewen.yao@intel.com>
Diffstat (limited to 'ArmVirtPkg/VirtioFdtDxe/VirtioFdtDxe.inf')
-rw-r--r--ArmVirtPkg/VirtioFdtDxe/VirtioFdtDxe.inf46
1 files changed, 0 insertions, 46 deletions
diff --git a/ArmVirtPkg/VirtioFdtDxe/VirtioFdtDxe.inf b/ArmVirtPkg/VirtioFdtDxe/VirtioFdtDxe.inf
deleted file mode 100644
index 9d5ae7b12f..0000000000
--- a/ArmVirtPkg/VirtioFdtDxe/VirtioFdtDxe.inf
+++ /dev/null
@@ -1,46 +0,0 @@
-## @file
-# Virtio FDT client protocol driver for virtio,mmio DT node
-#
-# Copyright (c) 2014 - 2016, Linaro Ltd. All rights reserved.<BR>
-#
-# SPDX-License-Identifier: BSD-2-Clause-Patent
-#
-##
-
-[Defines]
- INF_VERSION = 0x00010005
- BASE_NAME = VirtioFdtDxe
- FILE_GUID = 0049858F-8CA7-4CCD-918B-D952CBF32975
- MODULE_TYPE = DXE_DRIVER
- VERSION_STRING = 1.0
-
- ENTRY_POINT = InitializeVirtioFdtDxe
-
-[Sources]
- VirtioFdtDxe.c
-
-[Packages]
- ArmVirtPkg/ArmVirtPkg.dec
- EmbeddedPkg/EmbeddedPkg.dec
- MdePkg/MdePkg.dec
- OvmfPkg/OvmfPkg.dec
-
-[LibraryClasses]
- BaseLib
- BaseMemoryLib
- DebugLib
- DevicePathLib
- MemoryAllocationLib
- UefiBootServicesTableLib
- UefiDriverEntryPoint
- VirtioMmioDeviceLib
-
-[Guids]
- gVirtioMmioTransportGuid
-
-[Protocols]
- gEfiDevicePathProtocolGuid ## PRODUCES
- gFdtClientProtocolGuid ## CONSUMES
-
-[Depex]
- gFdtClientProtocolGuid