commit | 081d4013d2a9b54edf08d4f4f48d90a064d41eb7 | [log] [tgz] |
---|---|---|
author | Michael Walle <michael@walle.cc> | Mon Oct 12 10:07:14 2020 +0200 |
committer | Peng Fan <peng.fan@nxp.com> | Wed Oct 14 14:00:44 2020 +0800 |
tree | 2a6feb8bed00d12d568db596f276263ea3a854ad | |
parent | bc9e13ebbb26d21e09603b234a854389f0e051a3 [diff] |
mmc: fsl_esdhc: add ADMA2 support 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: Michael Walle <michael@walle.cc>