summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Bus/Sd
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg/SdDxe: Check the Token to avoid null pointerGuomin Jiang2020-03-271-1/+8
* MdeModulePkg/Bus/Sd: Fix various typosAntoine Coeur2020-02-1013-33/+33
* MdeModulePkg/SdBlockIoPei: Add check for DeviceIndexShenglei Zhang2019-11-041-2/+2
* MdeModulePkg: fix UninstallMultipleProtocolInterfaces() callsLaszlo Ersek2019-10-091-1/+1
* MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-0940-282/+40
* MdeModulePkg/SdDxe: Fix potential NULL pointer accessJeff Brasen2018-11-191-2/+3
* MdeModulePkg: Removing ipf which is no longer supported from edk2.Chen A Chen2018-09-064-8/+8
* MdeModulePkg SdBlockIoPei: Remove a redundant functionshenglei2018-08-211-26/+0
* MdeModulePkg EmmcBlockIoPei: Remove a redundant functionshenglei2018-08-211-26/+0
* MdeModulePkg/Sd: Fix typo when adding model name stringHao Wu2018-06-292-3/+3
* MdeModulePkg: Clean up source filesLiming Gao2018-06-281-2/+2
* MdeModulePkg/SdDxe: Demote DEBUG print to DEBUG_BLKIOHao Wu2018-06-131-2/+2
* MdeModulePkg/EmmcDxe: demote DEBUG print to DEBUG_BLKIOArd Biesheuvel2018-06-111-1/+4
* MdeModulePkg/SdBlockIoPei: Support IoMmuHao Wu2017-11-177-19/+483
* MdeModulePkg/EmmcBlockIoPei: Support IoMmuHao Wu2017-11-177-19/+483
* MdeModulePkg/EmmcDxe: Make sure no extra data is erased by EraseBlocksHao Wu2017-08-141-4/+152
* MdeModulePkg/EmmcDxe: Implementation of Disk Information ProtocolHao Wu2017-07-065-3/+281
* MdeModulePkg/SdDxe: Implementation of Disk Information ProtocolHao Wu2017-07-065-3/+277
* MdeModulePkg/SdMmc: Add break to avoid dead loop when polling OCR RegFeng Tian2017-03-132-2/+18
* MdeModulePkg/SdMmc: Avoid assigning 0 to the BlockSize of TrbHao Wu2017-02-212-4/+4
* MdeModulePkg: Remove superfluous return statementsThomas Huth2017-01-201-3/+0
* MdeModulePkg/EmmcDxe: Avoid Non-Boolean type used as BooleanDandan Bi2016-12-201-1/+1
* MdeModulePkg: Fix typos in comments and variablesGiri P Mudusuru2016-07-112-4/+4
* MdeModulePkg SdBlockIoPei: Initialize 'SwitchResp' elements before usingHao Wu2016-07-111-0/+1
* MdeModulePkg/EmmcDxe: Don't expose BlockIo interface for RPMB partitionFeng Tian2016-07-011-93/+45
* MdeModulePkg/SdMmc: update TPL to notify to fix UEFI SCT hangFeng Tian2016-07-013-36/+68
* MdeModulePkg: SdMmc: Fix parameters order in EmmcSwitch functions callJoe Zhou2016-06-241-1/+1
* MdeModulePkg: Replace UnicodeStrToAsciiStr/AsciiStrToUnicodeStrStar Zeng2016-06-212-2/+2
* MdeModulePkg/Sd: add Erase Block support on sd/emmc deviceFeng Tian2016-05-0910-6/+978
* MdeModulePkg/SdMmcPciHcDxe: Check SD's supported bus mode before switchFeng Tian2016-05-062-22/+40
* MdeModulePkg/SdMmcPciHcDxe: Error handling enhance on tuning procedureFeng Tian2016-05-062-8/+28
* MdeModulePkg/SdMmcPciHcDxe: Using PIO rather than DMA for clock tuningFeng Tian2016-05-062-46/+96
* MdeModulePkg/SdMmcPciHcDxe: Use BaseClk if the target clock is largerFeng Tian2016-05-062-2/+14
* MdeModulePkg/EmmcDxe: Fix wrong coding style on close braceFeng Tian2016-04-261-2/+3
* MdeModulePkg/EmmcDxe: Fix wrong typo on function commentsFeng Tian2016-04-262-2/+3
* MdeModulePkg/Sd: wait 1ms before check DATA line in voltage switch procFeng Tian2016-04-211-1/+1
* MdeModulePkg/Sd: Fix wrong response type of SD Deselect cmdFeng Tian2016-04-211-2/+4
* MdeModulePkg EmmcDxe: Fix GCC build failure with set but unused variablesZeng, Star2016-03-311-3/+1
* MdeModulePkg/SdMmc: Add EDKII SD/MMC stackFeng Tian2016-03-3034-0/+16795