summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Bus
AgeCommit message (Expand)AuthorFilesLines
2017-01-05MdeModulePkg/StaControllerDxe: Fix coding style issueDandan Bi1-2/+1
2016-12-26MdeModulePkg Ps2KbDxe: Execute key notify func at TPL_CALLBACKStar Zeng4-2/+94
2016-12-26MdeModulePkg UsbKbDxe: Execute key notify func at TPL_CALLBACKStar Zeng3-5/+92
2016-12-20MdeModulePkg/SataControllerDxe: Fix coding style issueDandan Bi1-1/+1
2016-12-20MdeModulePkg/EmmcDxe: Avoid Non-Boolean type used as BooleanDandan Bi1-1/+1
2016-12-19MdeModulePkg/NonDiscoverablePciDevice: Make variable definition follow ruleDandan Bi2-2/+3
2016-12-19MdeModulePkg/NonDiscoverablePciDeviceDxe: Add comments for functionsDandan Bi5-14/+469
2016-12-19MdeModulePkg/NonDiscoverablePciDeviceDxe: Fix VS2010/2012 build failureDandan Bi1-0/+1
2016-12-15MdeModulePkg/NonDiscoverablePciDeviceDxe: add support for non-coherent DMAArd Biesheuvel4-7/+367
2016-12-13MdeModulePkg/NonDiscoverablePciDev: Fix type mismatch in switch/caseHao Wu1-24/+24
2016-12-09MdeModulePkg/NonDiscoverablePciDevice: add missing cast and EFIAPI modifiersArd Biesheuvel1-1/+20
2016-12-07MdeModulePkg: implement generic PCI I/O driver for non-discoverable devicesArd Biesheuvel5-0/+1242
2016-12-06MdeModulePkg/PciSioSerial: Fix bad EOLRuiyu Ni1-1/+1
2016-12-02MdeModulePkg/Ehci: don't clear port status bits during initFeng Tian2-6/+22
2016-12-02MdeModulePkg/SdMmc: Fix build failure caused by last check-inFeng Tian1-1/+1
2016-11-30MdeModulePkg/SdMmcPciHcDxe: Replace deprecated debug level macrosFeng Tian4-88/+88
2016-11-24MdeModulePkg/AtaAtapiPassThru: Ensure GHC.AE bit is always set in AhciMarcin Wojtas1-11/+10
2016-11-24MdeModulePkg/Xhci: Add 10ms delay before sending SendAddr cmd to devFeng Tian4-4/+31
2016-11-14MdeModulePkg/UsbMass: Revert changes of removing retry logicFeng Tian2-12/+3
2016-11-10MdeModulePkg/PciSioSerial: Fix a bug that wrongly produces 2 UARTsRuiyu Ni1-56/+64
2016-11-09MdeModulePkg/Ufs: ensure the DBC field of UTP PRDT is dword-alignedFeng Tian2-2/+12
2016-11-01MdeModulePkg/Xhci: Change short packet debug message to verbose levelFeng Tian2-2/+2
2016-11-01MdeModulePkg/AtaAtapiPassThru: update AtaStatusBlock after cmd execFeng Tian1-10/+29
2016-10-27MdeModulePkg/UsbBusDxe: rebase to ARRAY_SIZE()Laszlo Ersek1-2/+2
2016-10-27MdeModulePkg/PciHostBridgeDxe: rebase to ARRAY_SIZE()Laszlo Ersek1-1/+1
2016-10-27MdeModulePkg/PciBusDxe: rebase to ARRAY_SIZE()Laszlo Ersek1-1/+1
2016-10-27MdeModulePkg/Bus: Fix typos in commentsGary Lin23-56/+56
2016-09-28MdeModulePkg/PciSioSerialDxe: Remove unused global variablesRuiyu Ni1-4/+1
2016-09-26MdeModulePkg/PciBusDxe: make OPROM BAR degradation configurableArd Biesheuvel2-40/+43
2016-09-21MdeModulePkg/XhciPei:1ms delay before access MMIO reg during resetFeng Tian1-0/+6
2016-09-21MdeModulePkg/XhciDxe:1ms delay before access MMIO reg during resetFeng Tian1-1/+7
2016-09-06MdeModulePkg/PciHostBridgeDxe: restrict 64-bit DMA to devices that support itArd Biesheuvel1-4/+10
2016-09-06MdeModulePkg/XhciDxe: enable 64-bit PCI DMAArd Biesheuvel2-1/+23
2016-09-06MdeModulePkg/SdMmcPciHcDxe: enable 64-bit PCI DMAArd Biesheuvel1-0/+20
2016-09-06MdeModulePkg/NvmExpressDxe: enable 64-bit PCI DMAArd Biesheuvel1-0/+13
2016-09-06MdeModulePkg/EhciDxe: enable 64-bit PCI DMAArd Biesheuvel3-2/+24
2016-09-06MdeModulePkg/AtaAtapiPassThru: enable 64-bit PCI DMAArd Biesheuvel1-1/+19
2016-09-06MdeModulePkg NvmExpressDxe: Set the non-blocking I/O feature support bitHao Wu1-1/+4
2016-09-06MdeModulePkg NvmExpressDxe: Fix 'Event' won't be signaled for Admin cmdsHao Wu1-2/+11
2016-09-06MdeModulePkg NvmExpressDxe: Add NamespaceId validity check in PassThruHao Wu1-0/+8
2016-09-06MdeModulePkg NvmExpressDxe: Add check for command packet in PassThruHao Wu1-2/+19
2016-09-06MdeModulePkg NvmExpressDxe: Add check on the attributes of NVME controllerHao Wu1-1/+13
2016-09-06MdeModulePkg NvmExpressDxe: Add buffer alignment check in PassThru APIHao Wu1-21/+34
2016-09-06MdeModulePkg NvmExpressDxe: Refine GetNextNamespace API to follow specHao Wu1-1/+5
2016-09-06MdeModulePkg NvmExpressDxe: Refine GetNameSpace API to follow specHao Wu1-1/+11
2016-09-06MdeModulePkg NvmExpressDxe: Refine BuildDevicePath API to follow specHao Wu1-5/+9
2016-09-06MdeModulePkg NvmExpressDxe: Avoid crashing 'Mode' during OpenProtocolHao Wu1-5/+5
2016-08-03MdeModulePkg/UsbMass: Not retry if usb bot transfer execution failFeng Tian2-4/+13
2016-08-03MdeModulePkg: add generic SataController driver.Feng Tian6-0/+1834
2016-07-25MdeModulePkg/XhciDxe: fix a bug on TRB check in async int transferFeng Tian1-1/+5