summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Bus/Pci
AgeCommit message (Expand)AuthorFilesLines
2014-08-28MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star10-92/+106
2014-08-22Do not access transfer ring when endpoint is isochronous type and control typ...Elvin Li1-6/+26
2014-08-071) Add type cast for better coding style.Feng Tian9-21/+21
2014-07-09Fixed typos: hanlder should be handler.Chen Fan3-3/+3
2014-07-08MdeModulePkg XhciPei: Fix build failure "conversion from 'UINT32' to 'UINT8',...Star Zeng1-1/+1
2014-07-07MdeModulePkg XhciPei: Initialize ScratchPhy and ScratchEntryPhy in XhcPeiInit...Star Zeng1-0/+2
2014-07-07MdeModulePkg XhciDxe: Initialize ScratchPhy and ScratchEntryPhy in XhcInitSch...Star Zeng1-0/+2
2014-07-04MdeModulePkg XhciDxe: XHCI multiple interface alternate setting support.Star Zeng4-249/+841
2014-07-02MdeModulePkg XhciPei/UsbBusPei: Add XHCI recovery support.Star Zeng8-0/+7076
2014-06-26Refine code to make it more safely.Eric Dong2-3/+6
2014-06-19The following call tree exposes a bug in the lifetime (ie. too lateAlex Williamson1-25/+9
2014-06-04MdeModulePkg/NvmExpressDxe: Check if CSTS.RDY is 0 to wait NVMe Host controll...Tian, Feng2-18/+37
2014-05-15Change PciIo::GetBarAttributes() to return unsupported for a unsupported bar ...Ruiyu Ni1-86/+73
2014-01-22Fix CRLF formatTian, Hot3-2496/+2496
2014-01-10MdeModulePkg/NvmExpressDxe: Fix a bug in NvmExpressDxe driver’s Unload() th...Feng Tian1-60/+65
2013-12-25Update XhcWaitOpRegBit to take Timout argument as microsecond.Elvin Li2-10/+10
2013-12-13MdeModulePkg/XhciDxe: Fix ICC compiler build warning.Feng Tian1-1/+1
2013-12-08MdeModulePkg: introduce PcdPciDisableBusEnumerationWei Liu2-1/+6
2013-12-06MdeModulePkg/Xhci: Coding style update to follow EDKII C Coding Standards Spec.Feng Tian1-1/+6
2013-12-03MdeModulePkg/Usb: All h/w related stop operation at DriverBindingStop() shoul...Feng Tian3-26/+30
2013-11-22MdeModulePkg/UsbBus&XhciDxe: Solve a bug that 2 or more tiers SS hubs with SS...Feng Tian3-53/+100
2013-10-29MdeModulePkg/NvmExpressDxe: Correct the calculation of LbaFmtIdx of Identify ...Feng Tian1-1/+1
2013-10-23MdeModulePkg/XhciDxe: Dynamically calculate the interval value of interrupt e...Tian, Feng1-4/+6
2013-10-15MdeModulePkg/XhciDxe: Usb legacy support feature is optional. For those usb 3...Sergey Isakov2-3/+11
2013-10-09Just like EhciDxe, do not reset host controller when debug capability is enab...Elvin Li4-10/+51
2013-10-08Fix several DEBUG_ERROR messages that are unnecessarily verbose. Several of t...Samer El-Haj-Mahmoud1-25/+25
2013-09-23MdeModulePkg/NvmExpressDxe: Fix an issue of potential uninitialized local var...Feng Tian1-2/+4
2013-09-11MdeModulePkg/NvmExpressDxe: Fix some bugsFeng Tian5-38/+95
2013-08-21Remove several ASSERT in XhciDxe to allow error status happen then do error h...Elvin Li2-42/+67
2013-08-16Change the PciBusDxe driver to install the PCI enumeration complete GUID in t...Ruiyu Ni1-3/+1
2013-08-12Update XHCI driver to use PCI IO AllocateBuffer/Map/Unmap to do DMA operation.Elvin Li7-123/+1357
2013-08-12MdeMdeModulePkg/NvmExpressDxe: Add NVM Express support.Feng Tian12-0/+5832
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-07-05MdeModulePkg/Usb: Update some debug messages’ print level to EFI_D_VERBOSEFeng Tian3-78/+78
2013-06-24MdeModulePkg/Usb: Boost the r/w performance by reducing stall time on polling...Feng Tian8-25/+65
2013-05-10MdeMdeModulePkg/Xhci: Clear BIOS_OWN semaphore before halting XHCI controllererictian1-4/+4
2013-04-27Fix the bug which incorrectly programs the 64bit base address register in the...niruiyu1-4/+42
2013-03-29MdeMdeModulePkg/Usb: Fixed two usb issueserictian1-2/+2
2013-03-20MdeModulePkg: Fixed 'variable set but not used' build warning.erictian1-9/+2
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-12-25MdeMdeModulePkg/Ehci: Add logic to dispatch OHCI driver first if the companio...erictian1-17/+18
2012-12-25MdeMdeModulePkg/Xhci: Fix a wrong conditional judgment which bring assertion ...erictian1-76/+74
2012-11-02Update comments for functions UhciAllocateDev, EhcCreateUsb2Hc and XhcCreateU...li-elvin3-0/+3
2012-11-01MdeModulePkg: eliminate all implicit library dependencies for all modules in ...erictian1-1/+2
2012-10-30Add missing status code in several modules.li-elvin11-59/+180
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