summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Bus/Pci/PciBusDxe/PciDeviceSupport.c
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg: fix UninstallMultipleProtocolInterfaces() callsLaszlo Ersek2019-10-091-3/+3
* MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* MdeModulePkg/PciBus: Correct typosRay Ni2019-02-141-7/+7
* MdeModulePkg/PciBus: Change PCI_IO_DEVICE.RomSize to UINT32 typeRay Ni2019-02-141-3/+3
* MdeModulePkg/PciBus: Restrict one VGA per HostBridge not SegmentRuiyu Ni2018-08-271-11/+11
* MdeModulePkg/PciBus: Refine ActiveVGADeviceOnTheRootBridgeRuiyu Ni2018-08-271-19/+16
* MdeModulePkg PciBusDxe: Remove redundant functionsshenglei2018-08-211-80/+0
* MdeModulePkg/PciBusDxe: Fix small memory leak in FreePciDeviceThomas Palmer2018-07-271-0/+5
* MdeModulePkg: Clean up source filesLiming Gao2018-06-281-2/+2
* MdeModulePkg/PciBus: Remove unnecessary PCIE detectionRuiyu Ni2018-05-281-16/+1
* MdeModulePkg/PciBus: Revert "Enable BM on P2P bridges on demand"Ruiyu Ni2017-11-221-13/+3
* MdeModulePkg/PciBus: Revert "disable all BME when entering RT"Ruiyu Ni2017-11-221-86/+0
* MdeModulePkg/PciBus: Disable BME of all devices when entering RTRuiyu Ni2017-11-071-0/+86
* MdeModulePkg/PciBus: Refine EFI_PCI_ROM_IMAGE_MAPPINGRuiyu Ni2017-10-311-2/+2
* MdeModulePkg/PciBusDxe: Enable Bus Master on P2P bridges on demandRuiyu Ni2017-09-281-3/+13
* Dispatch the UEFI option rom returned from PciPlatform/PciOverride protocol.Ruiyu Ni2015-01-201-4/+10
* 1) Add type cast for better coding style.Feng Tian2014-08-071-3/+3
* Cache the state whether the ROM image contains EFI Option ROM when loading th...niruiyu2012-09-071-10/+4
* Update the PCI bus driver to correctly set the EFI_PCI_IO_ATTRIBUTE_EMBEDDED_...rsun32010-12-141-0/+2
* Per the UEFI spec, if a PCI controller is a P2P bridge, then the I/O, Memory ...rsun32010-11-081-2/+2
* Fix bugs in the PCI bus driver to support SR-IOV.rsun32010-07-131-34/+2
* Update the copyright notice formathhtian2010-04-241-2/+2
* Fix some coding style issues in MdeModulePkg.rsun32010-01-151-1/+1
* 1. Impl PI 1.2 PCI part. Major changes include:davidhuang2009-10-201-0/+1185