[U-Boot] [PATCH V2 0/4] add mmc support for pantheon platform
Lei Wen
leiwen at marvell.com
Tue Oct 4 08:33:40 CEST 2011
This patch seris add the mmc support for the pantheon platform.
Also give platform like dkb and aspenite a workaround when enabling
the 8bit mode for accessing the mmc.
Changelog:
V2: remove magic number, and replace it by macro definition and structure
respectively.
remove enable mmc function into seperated patch
Lei Wen (4):
ARM: pantheon: add mmc definition
Marvell: dkb: add mmc support
dkb: make mmc command as default enabled
mmc: mv_sdhci: fix 8bus width access for 88SV331xV5
arch/arm/cpu/arm926ejs/pantheon/cpu.c | 11 ++++++
arch/arm/include/asm/arch-pantheon/config.h | 18 ++++++++++
arch/arm/include/asm/arch-pantheon/cpu.h | 12 +++++++
arch/arm/include/asm/arch-pantheon/mfp.h | 12 +++++++
arch/arm/include/asm/arch-pantheon/pantheon.h | 7 ++++
board/Marvell/dkb/dkb.c | 43 +++++++++++++++++++++++++
drivers/mmc/mv_sdhci.c | 33 +++++++++++++++++++
include/configs/dkb.h | 1 +
8 files changed, 137 insertions(+), 0 deletions(-)
More information about the U-Boot
mailing list