mirror of
https://git.proxmox.com/git/mirror_edk2
synced 2025-11-03 01:04:36 +00:00
Issue : SD read failure for high capacity cards e.g. 64 GB Reason : Command argument value exceeds 32 bit for block number 0x3787FFF and cant be fit into 32 bit wide SD host controller register. Fix : AccessMode bits [29:30] of OCR is a valid definition to calculate data address for eMMC cards. For SD cards, data address is calculated on the basis of card capacity status bit[30] of OCR. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Meenakshi Aggarwal <meenakshi.aggarwal@nxp.com> Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org> |
||
|---|---|---|
| .. | ||
| ComponentName.c | ||
| Diagnostics.c | ||
| Mmc.c | ||
| Mmc.h | ||
| MmcBlockIo.c | ||
| MmcDebug.c | ||
| MmcDxe.inf | ||
| MmcIdentification.c | ||