[U-Boot] Please pull u-boot-coldfire

Wolfgang Denk wd at denx.de
Thu Jul 16 21:57:20 CEST 2009


Dear TC Liew,

In message <a90206390907140812tc125739u7874a6d04b044cd7 at mail.gmail.com> you wrote:
> Hi Wolfgang,
> 
> Please pull this change for u-boot-coldfire/next into your branch:
> 
> The following changes since commit 7d4450a9773673052fcd7fdf0a4a88c089126ac1:
>   Wolfgang Denk (1):
>         mpc5121ads: add JFFS2 and MTDPARTS support; adjust flash map
> 
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-coldfire.git next
> 
> TsiChung Liew (9):
>       ColdFire: Update configuration file to use flash buffer write
>       ColdFire: Update for M54451EVB
>       ColdFire: Add M5208EVB and MCF520x CPU support
>       ColdFire: Fix M53017EVB flash size
>       ColdFire: Remove compiler warning messages
>       Coldfire: Consolidate DSPI driver
>       ColdFire: Add DSPI support for MCF5227x and MCF5445x
>       Command for accessing serial flash update
>       ColdFire: Update bootargs
> 
>  MAKEALL                               |    1 +
>  Makefile                              |   12 +-
>  board/freescale/m5208evbe/Makefile    |   44 ++++
>  board/freescale/m5208evbe/config.mk   |   25 +++
>  board/freescale/m5208evbe/m5208evbe.c |   94 +++++++++
>  board/freescale/m5208evbe/u-boot.lds  |  142 +++++++++++++
>  board/freescale/m54451evb/u-boot.spa  |    9 +-
>  common/cmd_sf.c                       |    2 +-
>  cpu/mcf5227x/Makefile                 |    2 +-
>  cpu/mcf5227x/cpu_init.c               |   53 +++++
>  cpu/mcf5227x/dspi.c                   |  261 ------------------------
>  cpu/mcf52x2/config.mk                 |    4 +
>  cpu/mcf52x2/cpu.c                     |   66 ++++++
>  cpu/mcf52x2/cpu_init.c                |   89 ++++++++
>  cpu/mcf52x2/interrupts.c              |    8 +-
>  cpu/mcf52x2/speed.c                   |   13 +-
>  cpu/mcf52x2/start.S                   |   33 +++-
>  cpu/mcf5445x/Makefile                 |    2 +-
>  cpu/mcf5445x/cpu_init.c               |   66 ++++++
>  cpu/mcf5445x/dspi.c                   |  239 ----------------------
>  cpu/mcf5445x/start.S                  |   81 +++++---
>  drivers/spi/Makefile                  |    1 +
>  drivers/spi/cf_spi.c                  |  357 ++++++++++++++++++++++++++++++++
>  include/asm-m68k/coldfire/dspi.h      |  229 ++++++++++-----------
>  include/asm-m68k/immap.h              |   29 +++
>  include/asm-m68k/immap_520x.h         |  212 +++++++++++++++++++
>  include/asm-m68k/m520x.h              |  358 +++++++++++++++++++++++++++++++++
>  include/configs/M5208EVBE.h           |  223 ++++++++++++++++++++
>  include/configs/M52277EVB.h           |   26 +--
>  include/configs/M53017EVB.h           |    7 +-
>  include/configs/M54451EVB.h           |   73 +++----
>  include/configs/M54455EVB.h           |   27 +--
>  lib_m68k/board.c                      |    2 +-
>  33 files changed, 2039 insertions(+), 751 deletions(-)
>  create mode 100644 board/freescale/m5208evbe/Makefile
>  create mode 100644 board/freescale/m5208evbe/config.mk
>  create mode 100644 board/freescale/m5208evbe/m5208evbe.c
>  create mode 100644 board/freescale/m5208evbe/u-boot.lds
>  delete mode 100644 cpu/mcf5227x/dspi.c
>  delete mode 100644 cpu/mcf5445x/dspi.c
>  create mode 100644 drivers/spi/cf_spi.c
>  create mode 100644 include/asm-m68k/immap_520x.h
>  create mode 100644 include/asm-m68k/m520x.h
>  create mode 100644 include/configs/M5208EVBE.h

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Don't tell me how hard you work.  Tell me how much you get done.
- James J. Ling


More information about the U-Boot mailing list