summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Bus
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg/NvmExpressDxe: Memory leak fix in async code flowSuman Prakash2017-03-213-1/+31
* MdeModulePkg/SdMmc: Add break to avoid dead loop when polling OCR RegFeng Tian2017-03-134-3/+36
* MdeModulePkg: Refine casting expression result to bigger sizeHao Wu2017-03-066-23/+23
* MdeModulePkg: Refine type cast for pointer subtractionHao Wu2017-03-061-2/+2
* MdeModulePkg/PciBusDxe: Refine code to make it more readableRuiyu Ni2017-02-211-18/+12
* MdeModulePkg/SdMmc: Avoid assigning 0 to the BlockSize of TrbHao Wu2017-02-213-6/+6
* MdeModulePkg/PciBusDxe: Fix IA32 build failureRuiyu Ni2017-02-171-10/+10
* MdeModulePkg/IncompatiblePci: Use MAX_UINTN to match any IDsRuiyu Ni2017-02-101-5/+5
* MdeModulePkg/IncompatiblePciDevice: Do not use deprecated macrosRuiyu Ni2017-02-101-55/+53
* MdeModulePkg/PciBus: Accept Spec values as BarIndex and AlignmentRuiyu Ni2017-02-101-14/+22
* MdeModulePkg/PciSioSerialDxe: Use MAX_UINT8 instead of PCI_BAR_ALLRuiyu Ni2017-02-101-1/+1
* MdeModulePkg: Remove superfluous return statementsThomas Huth2017-01-203-9/+0
* MdeModulePkg/UfsBlockIoPei: fix initialize OCS value to 0x0FHaojian Zhuang2017-01-202-1/+9
* MdeModulePkg/UfsPassThruDxe: fix initialize OCS value to 0x0FHaojian Zhuang2017-01-202-1/+9
* MdeModulePkg/UfsBlockIoPei: fix the bit in UFS_HC_UTRLDBR_OFFSET regHaojian Zhuang2017-01-201-5/+5
* MdeModulePkg/UfsPassThruDxe: fix the bit in UFS_HC_UTRLDBR_OFFSET regHaojian Zhuang2017-01-201-5/+5
* MdeModuelPkg/UfsPassThruDxe: fix to identify 32 bits address modeHaojian Zhuang2017-01-201-2/+2
* MdeModulePkg/NonDiscoverable: Compare SIZE_4GB with address typeHao Wu2017-01-121-2/+2
* MdeModulePkg/StaControllerDxe: Fix coding style issueDandan Bi2017-01-051-2/+1
* MdeModulePkg Ps2KbDxe: Execute key notify func at TPL_CALLBACKStar Zeng2016-12-264-2/+94
* MdeModulePkg UsbKbDxe: Execute key notify func at TPL_CALLBACKStar Zeng2016-12-263-5/+92
* MdeModulePkg/SataControllerDxe: Fix coding style issueDandan Bi2016-12-201-1/+1
* MdeModulePkg/EmmcDxe: Avoid Non-Boolean type used as BooleanDandan Bi2016-12-201-1/+1
* MdeModulePkg/NonDiscoverablePciDevice: Make variable definition follow ruleDandan Bi2016-12-192-2/+3
* MdeModulePkg/NonDiscoverablePciDeviceDxe: Add comments for functionsDandan Bi2016-12-195-14/+469
* MdeModulePkg/NonDiscoverablePciDeviceDxe: Fix VS2010/2012 build failureDandan Bi2016-12-191-0/+1
* MdeModulePkg/NonDiscoverablePciDeviceDxe: add support for non-coherent DMAArd Biesheuvel2016-12-154-7/+367
* MdeModulePkg/NonDiscoverablePciDev: Fix type mismatch in switch/caseHao Wu2016-12-131-24/+24
* MdeModulePkg/NonDiscoverablePciDevice: add missing cast and EFIAPI modifiersArd Biesheuvel2016-12-091-1/+20
* MdeModulePkg: implement generic PCI I/O driver for non-discoverable devicesArd Biesheuvel2016-12-075-0/+1242
* MdeModulePkg/PciSioSerial: Fix bad EOLRuiyu Ni2016-12-061-1/+1
* MdeModulePkg/Ehci: don't clear port status bits during initFeng Tian2016-12-022-6/+22
* MdeModulePkg/SdMmc: Fix build failure caused by last check-inFeng Tian2016-12-021-1/+1
* MdeModulePkg/SdMmcPciHcDxe: Replace deprecated debug level macrosFeng Tian2016-11-304-88/+88
* MdeModulePkg/AtaAtapiPassThru: Ensure GHC.AE bit is always set in AhciMarcin Wojtas2016-11-241-11/+10
* MdeModulePkg/Xhci: Add 10ms delay before sending SendAddr cmd to devFeng Tian2016-11-244-4/+31
* MdeModulePkg/UsbMass: Revert changes of removing retry logicFeng Tian2016-11-142-12/+3
* MdeModulePkg/PciSioSerial: Fix a bug that wrongly produces 2 UARTsRuiyu Ni2016-11-101-56/+64
* MdeModulePkg/Ufs: ensure the DBC field of UTP PRDT is dword-alignedFeng Tian2016-11-092-2/+12
* MdeModulePkg/Xhci: Change short packet debug message to verbose levelFeng Tian2016-11-012-2/+2
* MdeModulePkg/AtaAtapiPassThru: update AtaStatusBlock after cmd execFeng Tian2016-11-011-10/+29
* MdeModulePkg/UsbBusDxe: rebase to ARRAY_SIZE()Laszlo Ersek2016-10-271-2/+2
* MdeModulePkg/PciHostBridgeDxe: rebase to ARRAY_SIZE()Laszlo Ersek2016-10-271-1/+1
* MdeModulePkg/PciBusDxe: rebase to ARRAY_SIZE()Laszlo Ersek2016-10-271-1/+1
* MdeModulePkg/Bus: Fix typos in commentsGary Lin2016-10-2723-56/+56
* MdeModulePkg/PciSioSerialDxe: Remove unused global variablesRuiyu Ni2016-09-281-4/+1
* MdeModulePkg/PciBusDxe: make OPROM BAR degradation configurableArd Biesheuvel2016-09-262-40/+43
* MdeModulePkg/XhciPei:1ms delay before access MMIO reg during resetFeng Tian2016-09-211-0/+6
* MdeModulePkg/XhciDxe:1ms delay before access MMIO reg during resetFeng Tian2016-09-211-1/+7
* MdeModulePkg/PciHostBridgeDxe: restrict 64-bit DMA to devices that support itArd Biesheuvel2016-09-061-4/+10