]> git.proxmox.com Git - mirror_edk2.git/commit
ArmVirtPkg/ArmVirtXen: move from VirtFdtDxe to new XenioFdtDxe driver
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Fri, 8 Apr 2016 09:45:10 +0000 (11:45 +0200)
committerArd Biesheuvel <ard.biesheuvel@linaro.org>
Wed, 13 Apr 2016 15:26:06 +0000 (17:26 +0200)
commit81996ba8b406a2e08a0d381d5991ab386462bf22
tree765bdb50f4ac584933f05722760cf65dc628d1df
parent8b0fc598cf3a9d6a5af1b0d1a3665f55459d1d72
ArmVirtPkg/ArmVirtXen: move from VirtFdtDxe to new XenioFdtDxe driver

Now that the only functionality that remains in VirtFdtDxe is enumerating
the respective virtual I/O buses, it no longer makes sense to have a driver
that is shared between Xen domU and QEMU. So move the Xen I/O DT node
handling to a new driver, and update ArmVirtXen to switch to it.

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