]> git.proxmox.com Git - mirror_edk2.git/commit
ArmVirtPkg/VirtFdtDxe: remove Xenio handling and rename to VirtioFdtDxe
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Fri, 8 Apr 2016 09:45:11 +0000 (11:45 +0200)
committerArd Biesheuvel <ard.biesheuvel@linaro.org>
Wed, 13 Apr 2016 15:26:07 +0000 (17:26 +0200)
commit57b6122f99bc7b7d5c334b45cbdedfa162e15512
treef78221c23f6ca95fae384339e0c9a2094c24c6a2
parent81996ba8b406a2e08a0d381d5991ab386462bf22
ArmVirtPkg/VirtFdtDxe: remove Xenio handling and rename to VirtioFdtDxe

Now that we have moved the handling of the xen,xen DT node to XenioFdtDxe,
remove its handling from VirtFdtDxe. Since the only functionality that
remains is handling the virtio,mmio DT node, rename VirtFdtDxe to
VirtioFdtDxe to reflect that. Also update the platforms that use this
driver.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
ArmVirtPkg/ArmVirtQemu.dsc
ArmVirtPkg/ArmVirtQemu.fdf
ArmVirtPkg/ArmVirtQemuKernel.dsc
ArmVirtPkg/ArmVirtQemuKernel.fdf
ArmVirtPkg/VirtFdtDxe/VirtFdtDxe.c [deleted file]
ArmVirtPkg/VirtFdtDxe/VirtFdtDxe.inf [deleted file]
ArmVirtPkg/VirtioFdtDxe/VirtioFdtDxe.c [new file with mode: 0644]
ArmVirtPkg/VirtioFdtDxe/VirtioFdtDxe.inf [new file with mode: 0644]