]> git.proxmox.com Git - mirror_edk2.git/commit
OvmfPkg/PciHostBridgeLibScan: create from PciHostBridgeLib
authorLaszlo Ersek <lersek@redhat.com>
Wed, 26 May 2021 20:14:32 +0000 (22:14 +0200)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Fri, 4 Jun 2021 16:01:50 +0000 (16:01 +0000)
commite120c962f50432199d4125f0b7066a78ccbad6f3
tree9593780247d3e6868e79abf3f36710875c9d21ac
parent32fef03563abb58c439488836cf7884ceb1d7901
OvmfPkg/PciHostBridgeLibScan: create from PciHostBridgeLib

Create an almost verbatim copy of the
"OvmfPkg/Library/PciHostBridgeLib/PciHostBridgeLib.inf" library instance.

The new PciHostBridgeLibScan instance will ultimately duplicate a
negligible amount of code from the original, and will be used by the Bhyve
and OvmfXen platforms.

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

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

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: Peter Grehan <grehan@freebsd.org>
Cc: Philippe Mathieu-Daudé <philmd@redhat.com>
Cc: Rebecca Cran <rebecca@bsdio.com>
Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=2122
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Message-Id: <20210526201446.12554-30-lersek@redhat.com>
Reviewed-by: Ard Biesheuvel <ardb@kernel.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Maintainers.txt
OvmfPkg/Library/PciHostBridgeLibScan/PciHostBridge.h [new file with mode: 0644]
OvmfPkg/Library/PciHostBridgeLibScan/PciHostBridgeLib.c [new file with mode: 0644]
OvmfPkg/Library/PciHostBridgeLibScan/PciHostBridgeLibScan.inf [new file with mode: 0644]
OvmfPkg/Library/PciHostBridgeLibScan/XenSupport.c [new file with mode: 0644]