]> git.proxmox.com Git - mirror_edk2.git/commit - Maintainers.txt
OvmfPkg/XenAcpiPlatformDxe: create from AcpiPlatformDxe
authorLaszlo Ersek <lersek@redhat.com>
Wed, 26 May 2021 20:14:14 +0000 (22:14 +0200)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Fri, 4 Jun 2021 16:01:50 +0000 (16:01 +0000)
commitc9bba52fc7312e8ea9071f9a4b7005954e36e0c1
tree6702694792458346ddd72964bd03ccaa07afc788
parentcc302b799e06d2ef4879f93472344a5e27e95bd0
OvmfPkg/XenAcpiPlatformDxe: create from AcpiPlatformDxe

Create an almost verbatim copy of the
"OvmfPkg/AcpiPlatformDxe/AcpiPlatformDxe.inf" driver for the OvmfXen
platform. We're going to trim the driver in subsequent patches.
Ultimately, the XenAcpiPlatformDxe driver will duplicate a negligible
amount of code that is currently present in the QemuFwCfgAcpiPlatformDxe
driver.

List the new driver in "Maintainers.txt", in the "OvmfPkg: Xen-related
modules" section.

Switch the OvmfXen platform to the new driver at once.

This patch should be reviewed with "git show --find-copies-harder".

Cc: Andrew Fish <afish@apple.com>
Cc: Anthony Perard <anthony.perard@citrix.com>
Cc: Ard Biesheuvel <ardb+tianocore@kernel.org>
Cc: Jordan Justen <jordan.l.justen@intel.com>
Cc: Julien Grall <julien@xen.org>
Cc: Leif Lindholm <leif@nuviainc.com>
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Philippe Mathieu-Daudé <philmd@redhat.com>
Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=2122
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Message-Id: <20210526201446.12554-12-lersek@redhat.com>
Reviewed-by: Ard Biesheuvel <ardb@kernel.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Leif Lindholm <leif@nuviainc.com>
12 files changed:
Maintainers.txt
OvmfPkg/OvmfXen.dsc
OvmfPkg/OvmfXen.fdf
OvmfPkg/XenAcpiPlatformDxe/AcpiPlatform.c [new file with mode: 0644]
OvmfPkg/XenAcpiPlatformDxe/AcpiPlatform.h [new file with mode: 0644]
OvmfPkg/XenAcpiPlatformDxe/BootScript.c [new file with mode: 0644]
OvmfPkg/XenAcpiPlatformDxe/EntryPoint.c [new file with mode: 0644]
OvmfPkg/XenAcpiPlatformDxe/PciDecoding.c [new file with mode: 0644]
OvmfPkg/XenAcpiPlatformDxe/Qemu.c [new file with mode: 0644]
OvmfPkg/XenAcpiPlatformDxe/QemuFwCfgAcpi.c [new file with mode: 0644]
OvmfPkg/XenAcpiPlatformDxe/Xen.c [new file with mode: 0644]
OvmfPkg/XenAcpiPlatformDxe/XenAcpiPlatformDxe.inf [new file with mode: 0644]