summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Bus/Sd
AgeCommit message (Expand)AuthorFilesLines
2019-10-09MdeModulePkg: fix UninstallMultipleProtocolInterfaces() callsLaszlo Ersek1-1/+1
2019-04-09MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney40-282/+40
2018-11-19MdeModulePkg/SdDxe: Fix potential NULL pointer accessJeff Brasen1-2/+3
2018-09-06MdeModulePkg: Removing ipf which is no longer supported from edk2.Chen A Chen4-8/+8
2018-08-21MdeModulePkg SdBlockIoPei: Remove a redundant functionshenglei1-26/+0
2018-08-21MdeModulePkg EmmcBlockIoPei: Remove a redundant functionshenglei1-26/+0
2018-06-29MdeModulePkg/Sd: Fix typo when adding model name stringHao Wu2-3/+3
2018-06-28MdeModulePkg: Clean up source filesLiming Gao1-2/+2
2018-06-13MdeModulePkg/SdDxe: Demote DEBUG print to DEBUG_BLKIOHao Wu1-2/+2
2018-06-11MdeModulePkg/EmmcDxe: demote DEBUG print to DEBUG_BLKIOArd Biesheuvel1-1/+4
2017-11-17MdeModulePkg/SdBlockIoPei: Support IoMmuHao Wu7-19/+483
2017-11-17MdeModulePkg/EmmcBlockIoPei: Support IoMmuHao Wu7-19/+483
2017-08-14MdeModulePkg/EmmcDxe: Make sure no extra data is erased by EraseBlocksHao Wu1-4/+152
2017-07-06MdeModulePkg/EmmcDxe: Implementation of Disk Information ProtocolHao Wu5-3/+281
2017-07-06MdeModulePkg/SdDxe: Implementation of Disk Information ProtocolHao Wu5-3/+277
2017-03-13MdeModulePkg/SdMmc: Add break to avoid dead loop when polling OCR RegFeng Tian2-2/+18
2017-02-21MdeModulePkg/SdMmc: Avoid assigning 0 to the BlockSize of TrbHao Wu2-4/+4
2017-01-20MdeModulePkg: Remove superfluous return statementsThomas Huth1-3/+0
2016-12-20MdeModulePkg/EmmcDxe: Avoid Non-Boolean type used as BooleanDandan Bi1-1/+1
2016-07-11MdeModulePkg: Fix typos in comments and variablesGiri P Mudusuru2-4/+4
2016-07-11MdeModulePkg SdBlockIoPei: Initialize 'SwitchResp' elements before usingHao Wu1-0/+1
2016-07-01MdeModulePkg/EmmcDxe: Don't expose BlockIo interface for RPMB partitionFeng Tian1-93/+45
2016-07-01MdeModulePkg/SdMmc: update TPL to notify to fix UEFI SCT hangFeng Tian3-36/+68
2016-06-24MdeModulePkg: SdMmc: Fix parameters order in EmmcSwitch functions callJoe Zhou1-1/+1
2016-06-21MdeModulePkg: Replace UnicodeStrToAsciiStr/AsciiStrToUnicodeStrStar Zeng2-2/+2
2016-05-09MdeModulePkg/Sd: add Erase Block support on sd/emmc deviceFeng Tian10-6/+978
2016-05-06MdeModulePkg/SdMmcPciHcDxe: Check SD's supported bus mode before switchFeng Tian2-22/+40
2016-05-06MdeModulePkg/SdMmcPciHcDxe: Error handling enhance on tuning procedureFeng Tian2-8/+28
2016-05-06MdeModulePkg/SdMmcPciHcDxe: Using PIO rather than DMA for clock tuningFeng Tian2-46/+96
2016-05-06MdeModulePkg/SdMmcPciHcDxe: Use BaseClk if the target clock is largerFeng Tian2-2/+14
2016-04-26MdeModulePkg/EmmcDxe: Fix wrong coding style on close braceFeng Tian1-2/+3
2016-04-26MdeModulePkg/EmmcDxe: Fix wrong typo on function commentsFeng Tian2-2/+3
2016-04-21MdeModulePkg/Sd: wait 1ms before check DATA line in voltage switch procFeng Tian1-1/+1
2016-04-21MdeModulePkg/Sd: Fix wrong response type of SD Deselect cmdFeng Tian1-2/+4
2016-03-31MdeModulePkg EmmcDxe: Fix GCC build failure with set but unused variablesZeng, Star1-3/+1
2016-03-30MdeModulePkg/SdMmc: Add EDKII SD/MMC stackFeng Tian34-0/+16795