[U-Boot] Please pull mmc_framework from u-boot-mpc85xx.git

Andy Fleming afleming at freescale.com
Tue Feb 17 01:29:15 CET 2009


are available in the git repository at:

  git://www.denx.de/git/u-boot-mpc85xx.git mmc_framework

These are all of the MMC patches, gathered together in one place

Andy Fleming (7):
      Eliminate support for using MMC as memory
      Convert mmc_init to mmc_legacy_init
      Eliminated arch-specific mmc header requirement
      Add MMC Framework
      Add support for the Freescale eSDHC found on 8379 and 8536 SoCs
      85xx: Add eSDHC support for 8536 DS
      83xx: Add eSDHC support on 8379 EMDS board

 board/freescale/mpc837xemds/mpc837xemds.c   |   23 +-
 board/freescale/mpc8536ds/mpc8536ds.c       |   14 +
 common/cmd_mem.c                            |   43 --
 common/cmd_mmc.c                            |  134 ++++-
 cpu/arm720t/lpc2292/mmc.c                   |   30 +-
 cpu/mpc83xx/cpu.c                           |   14 +
 cpu/mpc85xx/cpu.c                           |   15 +
 cpu/pxa/mmc.c                               |   18 +-
 {include/asm-arm/arch-pxa => cpu/pxa}/mmc.h |    0
 drivers/mmc/Makefile                        |    2 +
 drivers/mmc/atmel_mci.c                     |   17 +-
 drivers/mmc/fsl_esdhc.c                     |  348 ++++++++++
 drivers/mmc/mmc.c                           |  930 +++++++++++++++++++++++++++
 include/asm-arm/arch-lpc2292/mmc.h          |   22 -
 include/asm-avr32/arch-at32ap700x/mmc.h     |   77 ---
 include/asm-ppc/immap_83xx.h                |    2 +
 include/asm-ppc/immap_85xx.h                |    3 +
 include/configs/MPC837XEMDS.h               |   15 +
 include/configs/MPC8536DS.h                 |   14 +
 include/fsl_esdhc.h                         |  145 +++++
 include/mmc.h                               |  244 +++++++-
 include/mpc83xx.h                           |    3 +
 lib_ppc/board.c                             |    9 +
 23 files changed, 1904 insertions(+), 218 deletions(-)
 rename {include/asm-arm/arch-pxa => cpu/pxa}/mmc.h (100%)
 create mode 100644 drivers/mmc/fsl_esdhc.c
 create mode 100644 drivers/mmc/mmc.c
 delete mode 100644 include/asm-arm/arch-lpc2292/mmc.h
 delete mode 100644 include/asm-avr32/arch-at32ap700x/mmc.h
 create mode 100644 include/fsl_esdhc.h


More information about the U-Boot mailing list