summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/SdMmcPciHci.c
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg: Fix imbalanced debug macrosMichael Kubacki2022-09-091-1/+1
* MdeModulePkg: Apply uncrustify changesMichael Kubacki2021-12-071-378/+467
* MdeModulePkg/SdMmcPciHcDxe: Fix PIO transfer modeAlbecki, Mateusz2020-03-051-21/+111
* MdeModulePkg/SdMmcPciHcDxe: Do not map memory for non DMA transferAlbecki, Mateusz2020-03-051-27/+61
* MdeModulePkg/SdMmcPciHcDxe: Refactor data transfer completionAlbecki, Mateusz2020-03-051-69/+112
* MdeModulePkg/SdMmcPciHcDxe: Read response on command completionAlbecki, Mateusz2020-03-051-58/+143
* MdeModulePkg/SdMmcPciHcDxe: Enhance driver tracesAlbecki, Mateusz2020-03-051-0/+87
* MdeModulePkg/SdMmcPciHcDxe: Send SEND_STATUS at lower frequencyAlbecki, Mateusz2020-03-051-0/+2
* MdeModulePkg/SdMmcPciHcDxe: Fix double PciIo Unmap in TRB creation (CVE-2019-...Hao A Wu2020-02-181-1/+2
* MdeModulePkg: Issues reported by ECC in EDK2.GuoMinJ2020-02-141-1/+1
* MdeModulePkg/SdMmcPciHcDxe: Add retries for sync commandsAlbecki, Mateusz2020-01-191-0/+1
* MdeModulePkg/SdMmcPciHcDxe: Refactor command error detectionAlbecki, Mateusz2020-01-191-75/+140
* MdeModulePkg/SdMmcPciHcDxe: Fix DAT lane SW resetAlbecki, Mateusz2020-01-191-2/+2
* MdeModulePkg/SdMmcPciHcDxe: Fix unknown doxygen tag errorAlbecki, Mateusz2020-01-131-1/+1
* MdeModulePkg/SdMmcPciHcDxe: Add function to start SD clockAlbecki, Mateusz2020-01-061-5/+28
* MdeModulePkg/SdMmcPciHcDxe: Hook SwitchClockFreq after SD clock startAlbecki, Mateusz2020-01-061-59/+48
* MdeModulePkg/SdMmcHcDxe: Implement revision 3 of SdMmcOverrideProtocolAlbecki, Mateusz2019-07-011-0/+34
* MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* MdeModulePkg/SdMmcPciHcDxe: Add V3 64b DMA SupportAshish Singhal2019-03-111-64/+125
* MdeModulePkg/SdMmcPciHcDxe: Use 16/32-bit IO widthsEdgar Handal2019-02-201-4/+21
* MdeModulePkg/SdMmcPciHcDxe: Update comment for spec compliance statusHao Wu2019-02-011-2/+4
* MdeModulePkg/SdMmcPciHcDxe: Fix VS2015 IA32 NOOPT build failureHao Wu2019-01-051-4/+4
* MdeModulePkg/SdMmcPciHcDxe: Add SDMMC HC v4 and above Support.Ashish Singhal2019-01-031-58/+270
* MdeModulePkg/SdMmcPciHcDxe: Allow overriding base clock frequencyMarcin Wojtas2018-11-201-11/+12
* MdeModulePkg/SdMmcPciHcDxe: Add UhsSignaling to SdMmcOverride protocolTomasz Michalec2018-11-201-0/+89
* MdeModulePkg/SdMmcPciHcDxe: Add an optional parameter in NotifyPhaseMarcin Wojtas2018-11-201-4/+8
* MdeModulePkg/SdMmcPciHcDxe: Allow additional SDHCI versionsJeff Brasen2018-10-121-1/+2
* MdeModulePkg/SdMmcPciHcDxe: Add controller version definesJeff Brasen2018-10-121-1/+1
* MdeModulePkg/SdMmcPciHcDxe: Fix SdMmcHcReset to set only necesery bitsTomasz Michalec2018-09-211-4/+4
* MdeModulePkg/SdMmcPciHcDxe: allow HC capabilities to be overriddenArd Biesheuvel2018-01-301-8/+88
* MdeModulePkg/SdMmc: Avoid assigning 0 to the BlockSize of TrbHao Wu2017-02-211-2/+2
* MdeModulePkg/SdMmcPciHcDxe: Replace deprecated debug level macrosFeng Tian2016-11-301-39/+39
* MdeModulePkg/SdMmc: update TPL to notify to fix UEFI SCT hangFeng Tian2016-07-011-1/+1
* MdeModulePkg/SdMmcPciHcDxe: Using PIO rather than DMA for clock tuningFeng Tian2016-05-061-52/+68
* MdeModulePkg/SdMmcPciHcDxe: Use BaseClk if the target clock is largerFeng Tian2016-05-061-1/+6
* MdeModulePkg/Sd: update the sd detection logicFeng Tian2016-04-211-13/+14
* MdeModulePkg/SdMmc: Add EDKII SD/MMC stackFeng Tian2016-03-301-0/+1901