]> git.proxmox.com Git - mirror_edk2.git/commit - OvmfPkg/OvmfPkgIa32.fdf
OvmfPkg: clone PciHostBridgeDxe from PcAtChipsetPkg
authorLaszlo Ersek <lersek@redhat.com>
Tue, 14 Jul 2015 12:01:36 +0000 (12:01 +0000)
committerlersek <lersek@Edk2>
Tue, 14 Jul 2015 12:01:36 +0000 (12:01 +0000)
commitd52bde1c29266f245fc7c765b2303386db1e86bc
treefb63217de3bb0aaaba0e8116712b729cdcd85d75
parent3cb4bb68e9a72f140804a9acc08eed10002ed3e5
OvmfPkg: clone PciHostBridgeDxe from PcAtChipsetPkg

The source code is copied verbatim, with the following two exceptions:
- the UNI files are dropped, together with the corresponding UNI
  references in the INF file,
- the INF file receives a new FILE_GUID.

The OVMF DSC and FDF files are at once flipped to the cloned driver.

Cc: Jordan Justen <jordan.l.justen@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Regression-tested-by: Gabriel Somlo <somlo@cmu.edu>
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17951 6f19259b-4bc3-4df7-8a09-765794883524
15 files changed:
OvmfPkg/OvmfPkgIa32.dsc
OvmfPkg/OvmfPkgIa32.fdf
OvmfPkg/OvmfPkgIa32X64.dsc
OvmfPkg/OvmfPkgIa32X64.fdf
OvmfPkg/OvmfPkgX64.dsc
OvmfPkg/OvmfPkgX64.fdf
OvmfPkg/PciHostBridgeDxe/Ia32/IoFifo.S [new file with mode: 0644]
OvmfPkg/PciHostBridgeDxe/Ia32/IoFifo.asm [new file with mode: 0644]
OvmfPkg/PciHostBridgeDxe/IoFifo.h [new file with mode: 0644]
OvmfPkg/PciHostBridgeDxe/PciHostBridge.c [new file with mode: 0644]
OvmfPkg/PciHostBridgeDxe/PciHostBridge.h [new file with mode: 0644]
OvmfPkg/PciHostBridgeDxe/PciHostBridgeDxe.inf [new file with mode: 0644]
OvmfPkg/PciHostBridgeDxe/PciRootBridgeIo.c [new file with mode: 0644]
OvmfPkg/PciHostBridgeDxe/X64/IoFifo.S [new file with mode: 0644]
OvmfPkg/PciHostBridgeDxe/X64/IoFifo.asm [new file with mode: 0644]