• M
    mmc: fsl_esdhc: add ADMA2 support · 361a422b
    Michael Walle 提交于
    Newer eSDHC controllers support ADMA2 descriptor tables which support
    64bit DMA addresses. One notable user of addresses in the upper memory
    segment is the EFI loader.
    
    If support is enabled, but the controller doesn't support ADMA2, we
    will fall back to SDMA (and thus 32 bit DMA addresses only).
    Signed-off-by: NMichael Walle <michael@walle.cc>
    361a422b
Kconfig 23.7 KB