[U-Boot] [PATCH 0/4] Marvell SDIO/MMC driver for Sheevaplug

DrEagle dreagle at doukki.net
Fri Sep 21 12:15:57 CEST 2012


This serie of patch add SDIO/MMC support to Sheevaplug board

drEagle (4):
  Add Marvell SDIO/MMC driver for Kirkwood SoC
  Add SDIO/MMC support for kirkwood SoC
  Add SDIO/MMC support for Sheevaplug board
  Fix env address for Sheevaplug board

 arch/arm/include/asm/arch-kirkwood/kirkwood.h |    1 +
 board/Marvell/sheevaplug/sheevaplug.c         |   11 +
 drivers/mmc/Makefile                          |    1 +
 drivers/mmc/mrvl_mmc.c                        |  277 +++++++++++++++++++++++++
 include/configs/sheevaplug.h                  |   17 +-
 include/mrvl_mmc.h                            |  191 +++++++++++++++++
 6 files changed, 495 insertions(+), 3 deletions(-)
 create mode 100644 drivers/mmc/mrvl_mmc.c
 create mode 100644 include/mrvl_mmc.h

-- 
1.7.10.4


More information about the U-Boot mailing list