mbox

[U-Boot] Pull request: u-boot-coldfire/master

Message ID BE72CBA69B1D6F44B0680DF984332A3224FCDA@039-SN1MPN1-005.039d.mgd.msft.net
State Accepted
Headers show

Pull-request

git://git.denx.de/u-boot-coldfire master

Message

Jin Zhengxiong-R64188 Sept. 4, 2011, 2:59 p.m. UTC
Hi, Wolfgang,

Please pull from u-boot-coldfire:

The following changes since commit a1118d60423c1fe25afc9df9015f72739f96fd67:

  MPC8xx: fix build problem for ETX094 board (2011-08-31 22:38:20 +0200)

are available in the git repository at:
  git://git.denx.de/u-boot-coldfire master

Jason Jin (9):
      ColdFire:Fix the configuration broken for some boards.
      ColdFire: Update compile flags for each CPUs
      ColdFire: Cleanup for partial linking and --gc-sections
      ColdFire:Update the timer_init since it was unified.
      ColdFire:disable the NFS define for 52277 board.
      ColdFire:Update the env settings for several boards.
      ColdFire:Define the DM9000 byteswap for M5253 board.
      ColdFire:Add mb for 5253 dram initialization
      ColdFire:Clean up the CONFIG_STANDALONE_LOAD_ADDR usage

 Makefile                              |    1 +
 arch/m68k/config.mk                   |    5 +-
 arch/m68k/cpu/mcf5227x/config.mk      |    4 --
 arch/m68k/cpu/mcf523x/config.mk       |    4 --
 arch/m68k/cpu/mcf52x2/config.mk       |    7 ---
 arch/m68k/cpu/mcf532x/config.mk       |    6 ---
 arch/m68k/cpu/mcf5445x/config.mk      |    4 --
 arch/m68k/cpu/mcf547x_8x/config.mk    |    4 --
 arch/m68k/cpu/mcf547x_8x/slicetimer.c |    3 +-
 arch/m68k/include/asm/io.h            |    2 +
 arch/m68k/lib/board.c                 |    2 -
 arch/m68k/lib/time.c                  |    6 ++-
 board/freescale/m5208evbe/u-boot.lds  |   66 +++++-----------------------
 board/freescale/m52277evb/u-boot.spa  |   72 ++++++------------------------
 board/freescale/m5253demo/m5253demo.c |    4 ++
 board/freescale/m5253demo/u-boot.lds  |   65 +++++-----------------------
 board/freescale/m53017evb/u-boot.lds  |   66 ++++++-----------------------
 board/freescale/m5329evb/u-boot.lds   |   64 +++++-----------------------
 board/freescale/m5373evb/u-boot.lds   |   64 +++++-----------------------
 board/freescale/m54451evb/u-boot.spa  |   73 +++++--------------------------
 board/freescale/m54451evb/u-boot.stm  |   76 +++++---------------------------
 board/freescale/m54455evb/u-boot.atm  |   70 +++++-------------------------
 board/freescale/m54455evb/u-boot.int  |   67 +++++------------------------
 board/freescale/m547xevb/u-boot.lds   |   66 +++++------------------------
 board/freescale/m548xevb/u-boot.lds   |   68 +++++------------------------
 boards.cfg                            |    2 +-
 include/configs/M52277EVB.h           |    1 +
 include/configs/M5253DEMO.h           |    1 +
 include/configs/M5329EVB.h            |    4 +-
 include/configs/M5373EVB.h            |    4 +-
 include/configs/M54451EVB.h           |   13 +++--
 include/configs/M54455EVB.h           |   15 ++++--
 include/configs/M5475EVB.h            |   13 +++--
 include/configs/M5485EVB.h            |   12 +++--
 34 files changed, 201 insertions(+), 733 deletions(-)

Thanks

Jason Jin

Comments

Wolfgang Denk Sept. 4, 2011, 8:55 p.m. UTC | #1
Dear Jin Zhengxiong-R64188,

In message <BE72CBA69B1D6F44B0680DF984332A3224FCDA@039-SN1MPN1-005.039d.mgd.msft.net> you wrote:
> Hi, Wolfgang,
> 
> Please pull from u-boot-coldfire:
> 
> The following changes since commit a1118d60423c1fe25afc9df9015f72739f96fd67> :
> 
>   MPC8xx: fix build problem for ETX094 board (2011-08-31 22:38:20 +0200)
> 
> are available in the git repository at:
>   git://git.denx.de/u-boot-coldfire master
> 
> Jason Jin (9):
>       ColdFire:Fix the configuration broken for some boards.
>       ColdFire: Update compile flags for each CPUs
>       ColdFire: Cleanup for partial linking and --gc-sections
>       ColdFire:Update the timer_init since it was unified.
>       ColdFire:disable the NFS define for 52277 board.
>       ColdFire:Update the env settings for several boards.
>       ColdFire:Define the DM9000 byteswap for M5253 board.
>       ColdFire:Add mb for 5253 dram initialization
>       ColdFire:Clean up the CONFIG_STANDALONE_LOAD_ADDR usage

Applied, thanks.

Best regards,

Wolfgang Denk