]> git.proxmox.com Git - mirror_edk2.git/commit
MdeModulePkg/SdMmcPciHcDxe: Allow additional SDHCI versions
authorJeff Brasen <jbrasen@nvidia.com>
Tue, 9 Oct 2018 17:50:37 +0000 (01:50 +0800)
committerHao Wu <hao.a.wu@intel.com>
Fri, 12 Oct 2018 07:46:10 +0000 (15:46 +0800)
commitbbce001515bbfcad24c216b1c9c25057e8c461e9
treefdaccbb1dbfa61e135a234cd997c4aafdf1eeb4c
parentbdf038ccff13b2a9d1146598029aa2d6824c4c05
MdeModulePkg/SdMmcPciHcDxe: Allow additional SDHCI versions

Clock control is similar in SDHCI versions greater then version 2. Add
support for more recent versions of the controller specification.

SD card support for 1.8V is also present in controller versions 3 and
greater.

https://bugzilla.tianocore.org/show_bug.cgi?id=1233

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Jeff Brasen <jbrasen@nvidia.com>
Reviewed-by: Hao Wu <hao.a.wu@intel.com>
MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/SdDevice.c
MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/SdMmcPciHci.c