summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Bus/Pci/PciBusDxe
AgeCommit message (Expand)AuthorFilesLines
2015-12-15MdeModulePkg: Convert all .uni files to utf-8Jordan Justen2-0/+0
2015-11-03MdeModulePkg: Fix a PciBusDxe hot plug bugRuiyu Ni2-25/+48
2015-11-03MdeModulePkg: Fix a PCI resource dumping bug in PciBusDxe driverRuiyu Ni3-80/+163
2015-11-03Revert "MdeModulePkg: Fix a PciBusDxe hot plug bug"Ruiyu Ni4-208/+102
2015-10-29MdeModulePkg: Do not dump NULL padding resource descriptorRuiyu Ni1-0/+4
2015-10-23MdeModulePkg: Fix a PciBusDxe hot plug bugRuiyu Ni4-102/+204
2015-10-06MdeModulePkg: exit pci function loops early if device is not multi-functionJoseph Shifflett3-0/+32
2015-09-15MdeModulePkg: Enhance PCI capability looking up logic to avoid hangRuiyu Ni1-0/+8
2015-07-30MdeModulePkg: Enhance PciBusDxe to handle high 32bit of MEM64 BAR returns 0Ruiyu Ni1-3/+8
2015-07-29MdeModulePkg/PciBus: Simplify an complex if statement to pass VS2015Michael D Kinney1-10/+5
2015-05-28MdeModulePkg/PciBusDxe: Remove unused variable assignmentOlivier Martin1-6/+6
2015-05-27MdeModulePkg: Fix PciBus hang issueRuiyu Ni1-11/+15
2015-02-23MdeModulePkg: list ARM and AARCH64 as valid architectures for some modulesLaszlo Ersek1-1/+1
2015-01-20Dispatch the UEFI option rom returned from PciPlatform/PciOverride protocol.Ruiyu Ni4-17/+86
2014-09-03MdeModulePkg: Convert non DOS format files to DOS format and remove unused mo...Gao, Liming1-0/+0
2014-08-28MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star2-0/+0
2014-08-28MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star1-32/+25
2014-08-071) Add type cast for better coding style.Feng Tian3-7/+7
2014-06-19The following call tree exposes a bug in the lifetime (ie. too lateAlex Williamson1-25/+9
2014-05-15Change PciIo::GetBarAttributes() to return unsupported for a unsupported bar ...Ruiyu Ni1-86/+73
2013-12-08MdeModulePkg: introduce PcdPciDisableBusEnumerationWei Liu2-1/+6
2013-08-16Change the PciBusDxe driver to install the PCI enumeration complete GUID in t...Ruiyu Ni1-3/+1
2013-07-26Update all the code to consume the ConvertDevicePathToText, ConvertDevicePath...Ruiyu Ni3-18/+7
2013-07-18The PCI host bridge can signal failures in its initialization toOlivier Martin2-8/+32
2013-04-27Fix the bug which incorrectly programs the 64bit base address register in the...niruiyu1-4/+42
2013-02-21Shouldn't free the PciDev structure because the PciDev needs to be saved to R...niruiyu1-1/+0
2013-01-09Fix the bug that the device claiming too much resource cannot be rejected by ...niruiyu2-3/+15
2012-10-30Add missing status code in several modules.li-elvin2-3/+34
2012-10-18Use %lx to print UINT64 value instead of %x.niruiyu2-10/+10
2012-09-07Cache the state whether the ROM image contains EFI Option ROM when loading th...niruiyu4-74/+16
2012-08-28Fix comparisons of enumerated types which may cause warnings for some compilers.rsun31-11/+11
2012-08-23Fix the bug in PciBus driver to correct parse the 64bit BAR.niruiyu1-16/+2
2012-04-12MdeModulePkg PciBusDxe and DuetPkg PciBusNoEnumerationDxe: Update ResetPowerM...rsun31-12/+32
2012-03-14Improve robustness when scanning PCI Option ROM.rsun31-23/+47
2012-02-01MdeModulePkg PciBusDxe: Add typecast to eliminate possible "loss of precision...rsun31-2/+2
2012-01-31MdeModulePkg PciBusDxe: Follow the P2P Bridge spec to detect if a P2P bridge ...rsun31-4/+15
2011-12-22MdeModulePkg PCI Bus Driver: Remove the workaround for the EFI_PCI_IO_ATTRIBU...rsun31-18/+0
2011-10-31Fix compiler warnings.rsun31-2/+2
2011-10-28MdeModulePkg PciBusDxe: The PCI Bus Driver is updated to support multiple PC...rsun34-23/+168
2011-10-18MdeModulePkg PciBusDxe: Allows PCI device drivers to set the EFI_PCI_IO_ATTRI...rsun32-4/+8
2011-09-28MdeModulePkg PCI Bus Driver: Add more checks before dispatching an EFI PCI Op...rsun31-11/+30
2011-08-08Add non null assertion before using the bridge instance.niruiyu1-0/+6
2011-08-04Print resource allocation/bar programming when PciBus driver does PCI BUS enu...niruiyu6-288/+324
2011-07-06Fix the comments to follow UEFI Spec regarding how to check an EFI_HANDLE is ...niruiyu2-4/+4
2011-06-20Fix EFI Option ROM being loaded twice unconditionally.niruiyu1-15/+1
2011-03-11Update some progress codes name per the PI Spec, 1.2 Errata B. vanjeff2-4/+4
2011-01-03Use REPORT_STATUS_CODExxx() macros directly.mdkinney1-36/+76
2010-12-28Clean ISA_IO/ISA_IO_16 and VGA_IO/VGA_IO_16 attribute usage in PCI bus driver...rsun34-53/+79
2010-12-14Add special treatment for EFI_PCI_IO_ATTRIBUTE_EMBEDDED_DEVICE and EFI_PCI_IO...rsun32-0/+10
2010-12-14Update the PCI bus driver to correctly set the EFI_PCI_IO_ATTRIBUTE_EMBEDDED_...rsun34-0/+17