]> git.proxmox.com Git - mirror_edk2.git/commit
OvmfPkg: clone PciHostBridgeLib from MdeModulePkg's Null instance
authorLaszlo Ersek <lersek@redhat.com>
Mon, 25 Jan 2016 19:33:32 +0000 (20:33 +0100)
committerLaszlo Ersek <lersek@redhat.com>
Thu, 3 Mar 2016 17:18:35 +0000 (18:18 +0100)
commitd85861d718fbb9735b89b9a96d1082249183496a
tree26056787350ab2c3711398125a85f360c7d7b212
parent03845e90cc432cc59da44aa9fc3bd7b18288c201
OvmfPkg: clone PciHostBridgeLib from MdeModulePkg's Null instance

In this patch we clone "MdeModulePkg/Library/PciHostBridgeLibNull" for
customization under OvmfPkg. Differences relative to a verbatim copy:

- the Null suffix is dropped from file names,
- the UNI file is dropped, together with the corresponding MODULE_UNI_FILE
  reference in the INF file,
- the INF file receives a new FILE_GUID,
- the top comments in the files mention OVMF, not a null instance.

Cc: Jordan Justen <jordan.l.justen@intel.com>
Cc: Ruiyu Ni <ruiyu.ni@intel.com>
Cc: Marcel Apfelbaum <marcel@redhat.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
OvmfPkg/Library/PciHostBridgeLib/PciHostBridgeLib.c [new file with mode: 0644]
OvmfPkg/Library/PciHostBridgeLib/PciHostBridgeLib.inf [new file with mode: 0644]