]> git.proxmox.com Git - mirror_edk2.git/commit
Ovmf/Xen: add separate driver for Xen PCI device
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Sat, 28 Feb 2015 20:33:00 +0000 (20:33 +0000)
committerlersek <lersek@Edk2>
Sat, 28 Feb 2015 20:33:00 +0000 (20:33 +0000)
commitf2162d34106632b520e7d4a209f7385938c4c733
treee9d1353b7ca441167222f68a6a76be6b7c2c1fca
parentb2165af423f998ff012c5d0922cf0c43aa820330
Ovmf/Xen: add separate driver for Xen PCI device

Prepare for making XenBusDxe suitable for use with non-PCI devices
(such as the DT node exposed by Xen on ARM) by introducing a separate
DXE driver that binds to the Xen virtual PCI device and exposes the
abstract XENIO_PROTOCOL for XenBusDxe to bind against.

Contributed-under: TianoCore Contribution Agreement 1.0
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Anthony PERARD <anthony.perard@citrix.com>
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16972 6f19259b-4bc3-4df7-8a09-765794883524
OvmfPkg/XenIoPciDxe/XenIoPciDxe.c [new file with mode: 0644]
OvmfPkg/XenIoPciDxe/XenIoPciDxe.inf [new file with mode: 0644]