summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Bus
AgeCommit message (Expand)AuthorFilesLines
2019-07-01PciBusDxe: duplicate node insertion for every PPB device in the systemJaveed, Ashraf1-18/+1
2019-07-01MdeModulePkg/SdMmcHcDxe: Implement revision 3 of SdMmcOverrideProtocolAlbecki, Mateusz6-231/+814
2019-07-01MdeModulePkg/UfsPassThruDxe: Fix unaligned data transfer handlingAlbecki, Mateusz2-54/+150
2019-06-27MdeModulePkg/UfsPassThruDxe: Refactor UFS device presence detectionAlbecki, Mateusz1-32/+18
2019-06-24MdeModulePkg/NvmExpressPei: Produce NVM Express PassThru PPIMaggie Chu8-117/+420
2019-06-11MdeModulePkg/PciBusDxe: catch unimplemented extended config space readsLaszlo Ersek1-0/+13
2019-05-31MdeModulePkg/AhciPei: Fix device cannot be found in non-S3 pathHao A Wu1-1/+8
2019-05-09MdeModulePkg: Remove BootInRecoveryMode PPIxuwei66-6/+6
2019-04-28MdeModulePkg/NvmExpressHci.c: Change commentsZhichao Gao1-4/+1
2019-04-24MdeModulePkg/AhciPei: Add PEI BlockIO supportHao Wu6-0/+960
2019-04-24MdeModulePkg/AhciPei: Limit max transfer blocknum for 48-bit addressHao Wu1-1/+7
2019-04-14MdeModulePkg/PciBusDxe: dispatch option ROMs for foreign architecturesArd Biesheuvel1-7/+0
2019-04-09MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney405-2894/+405
2019-03-11MdeModulePkg/SdMmcPciHcDxe: Add V3 64b DMA SupportAshish Singhal4-73/+161
2019-02-25MdeModulePkg/UfsBlockIoPei: Correct use of 'DeviceIndex' in BlkIO PPIHao Wu1-25/+31
2019-02-22MdeModulePkg/AhciPei: Add AHCI mode ATA device support in PEIHao Wu13-0/+5183
2019-02-22MdeModulePkg/NvmExpressPei: Consume S3StorageDeviceInitList LockBoxHao Wu5-1/+236
2019-02-22MdeModulePkg/NvmExpressPei: Add logic to produce SSC PPIHao Wu8-89/+1075
2019-02-22MdeModulePkg/NvmExpressPei: Avoid updating the module-level variableHao Wu3-84/+92
2019-02-20MdeModulePkg/SdMmcPciHcDxe: Use 16/32-bit IO widthsEdgar Handal1-4/+21
2019-02-20MdeModulePkg/SdMmcPciHcDxe Fix eMMC HS400 switch sequenceAlbecki, Mateusz1-16/+17
2019-02-14MdeModulePkg/PciBus: Fix a bug PPB MEM32 BAR isn't restored sometimesRay Ni1-28/+23
2019-02-14MdeModulePkg/PciBus: Correct typosRay Ni20-156/+154
2019-02-14MdeModulePkg/PciBus: Change PCI_IO_DEVICE.RomSize to UINT32 typeRay Ni5-13/+13
2019-02-13MdeModulePkg/NvmExpressDxe: Report StatusCode for device init failureSean Brogan3-3/+13
2019-02-01MdeModulePkg/SdMmcPciHcDxe: Update comment for spec compliance statusHao Wu4-8/+14
2019-01-08MdeModulePkg/NonDiscoverablePciDevice: Remove the redundant checkDandan Bi1-5/+3
2019-01-05MdeModulePkg/SdMmcPciHcDxe: Fix VS2015 IA32 NOOPT build failureHao Wu1-4/+4
2019-01-03MdeModulePkg/SdMmcPciHcDxe: Add SDMMC HC v4 and above Support.Ashish Singhal6-83/+366
2018-12-17MdeModulePkg/PciBus: Fix system hang when no PCI Option ROM existsRuiyu Ni1-4/+6
2018-12-17MdeModulePkg/NonDiscoverablePciDeviceDxe: add missing validationVladimir Olovyannikov1-1/+49
2018-12-10MdeModulePkg/PciBus: Shadow option ROM after BARs are programmedRuiyu Ni4-62/+62
2018-11-20MdeModulePkg/SdMmcPciHcDxe: Allow overriding base clock frequencyMarcin Wojtas6-20/+38
2018-11-20MdeModulePkg/SdMmcPciHcDxe: Add SwitchClockFreqPost to SdMmcOverrideTomasz Michalec2-4/+45
2018-11-20MdeModulePkg/SdMmcPciHcDxe: Add UhsSignaling to SdMmcOverride protocolTomasz Michalec4-60/+164
2018-11-20MdeModulePkg/SdMmcPciHcDxe: Add an optional parameter in NotifyPhaseMarcin Wojtas1-4/+8
2018-11-19MdeModulePkg/SdDxe: Fix potential NULL pointer accessJeff Brasen1-2/+3
2018-11-13MdeModulePkg/NvmExpressPei: Refine data buffer & len check in PassThruHao Wu1-15/+18
2018-11-07Revert "XhciDxe: Use common buffer for AsyncInterruptTransfer"Star Zeng3-63/+103
2018-11-07Revert "EhciDxe: Use common buffer for AsyncInterruptTransfer"Star Zeng4-57/+95
2018-11-02MdeModulePkg: Remove the trailing space in three source files.Liming Gao1-1/+1
2018-10-30MdeModulePkg/UsbBusDxe: Add missing "return NULL" in UsbCreateDesc()Ruiyu Ni1-0/+1
2018-10-29MdeModulePkg/UsbBusPei: Reject descriptor whose length is badRuiyu Ni1-0/+14
2018-10-29MdeModulePkg/UsbBusPei: Fix out-of-bound read access to descriptorsRuiyu Ni2-37/+53
2018-10-28MdeModulePkg EhciDxe: Use common buffer for AsyncInterruptTransferStar Zeng4-95/+57
2018-10-28MdeModulePkg XhciDxe: Use common buffer for AsyncInterruptTransferStar Zeng3-103/+63
2018-10-28MdeModulePkg EhciDxe: Extract new EhciInsertAsyncIntTransfer functionStar Zeng3-25/+111
2018-10-28MdeModulePkg XhciDxe: Extract new XhciInsertAsyncIntTransfer functionStar Zeng3-17/+94
2018-10-25MdeModulePkg/NvmExpressDxe: Refine PassThru IO queue creation behaviorHao Wu3-9/+29
2018-10-25MdeModulePkg/NvmExpressDxe: Always copy CQ entry to PassThru packetHao Wu1-5/+4