mbox

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

Message ID alpine.LFD.2.00.1103140036490.3551@right.am.freescale.net
State Accepted
Headers show

Pull-request

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

Message

Kumar Gala March 14, 2011, 5:37 a.m. UTC
A few fixes for v2011.03 release.

The following changes since commit c7977858dcf1f656cbe91ea0dc3cb9139c6a8cc8:

  ARM: Update mach-types (2011-02-21 08:30:55 +0100)

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

Ed Swarthout (1):
      powerpc/85xx: Fix plat_mp_up() disabling of BPTR for CoreNet Platforms

John Schmoller (1):
      mpc8[5/6]xx: Ensure POST word does not get reset

Kumar Gala (1):
      fsl_law: Fix LAW printing function

Matthew McClintock (1):
      powerpc/85xx: Fix pixis_reset altbank mask on MPC8536DS

Priyanka Jain (1):
      fsl_esdhc: Correcting esdhc timeout counter calculation

York Sun (3):
      powerpc/mpc8xxx: Fix DDR3 timing_cfg_1 and sdram_mode registers
      corenet_ds: pick the middle value for all tested timing parameters
      powerpc/corenet_ds: revise platform dependent parameters

 arch/powerpc/cpu/mpc85xx/interrupts.c    |   16 ++++++++
 arch/powerpc/cpu/mpc85xx/mp.c            |    4 +-
 arch/powerpc/cpu/mpc86xx/interrupts.c    |   16 ++++++++
 arch/powerpc/cpu/mpc8xxx/ddr/ctrl_regs.c |   20 +++++++---
 board/freescale/corenet_ds/ddr.c         |   58 +++++++++--------------------
 drivers/misc/fsl_law.c                   |    2 +-
 drivers/mmc/fsl_esdhc.c                  |   16 ++++++++-
 include/configs/MPC8536DS.h              |    2 +-
 8 files changed, 83 insertions(+), 51 deletions(-)

Comments

Wolfgang Denk March 14, 2011, 7:29 p.m. UTC | #1
Dear Kumar Gala,

In message <alpine.LFD.2.00.1103140036490.3551@right.am.freescale.net> you wrote:
> A few fixes for v2011.03 release.
> 
> The following changes since commit c7977858dcf1f656cbe91ea0dc3cb9139c6a8cc8:
> 
>   ARM: Update mach-types (2011-02-21 08:30:55 +0100)
> 
> are available in the git repository at:
>   git://git.denx.de/u-boot-mpc85xx.git master
> 
> Ed Swarthout (1):
>       powerpc/85xx: Fix plat_mp_up() disabling of BPTR for CoreNet Platforms
> 
> John Schmoller (1):
>       mpc8[5/6]xx: Ensure POST word does not get reset
> 
> Kumar Gala (1):
>       fsl_law: Fix LAW printing function
> 
> Matthew McClintock (1):
>       powerpc/85xx: Fix pixis_reset altbank mask on MPC8536DS
> 
> Priyanka Jain (1):
>       fsl_esdhc: Correcting esdhc timeout counter calculation
> 
> York Sun (3):
>       powerpc/mpc8xxx: Fix DDR3 timing_cfg_1 and sdram_mode registers
>       corenet_ds: pick the middle value for all tested timing parameters
>       powerpc/corenet_ds: revise platform dependent parameters
> 
>  arch/powerpc/cpu/mpc85xx/interrupts.c    |   16 ++++++++
>  arch/powerpc/cpu/mpc85xx/mp.c            |    4 +-
>  arch/powerpc/cpu/mpc86xx/interrupts.c    |   16 ++++++++
>  arch/powerpc/cpu/mpc8xxx/ddr/ctrl_regs.c |   20 +++++++---
>  board/freescale/corenet_ds/ddr.c         |   58 +++++++++--------------------
>  drivers/misc/fsl_law.c                   |    2 +-
>  drivers/mmc/fsl_esdhc.c                  |   16 ++++++++-
>  include/configs/MPC8536DS.h              |    2 +-
>  8 files changed, 83 insertions(+), 51 deletions(-)

Applied, thanks.

Best regards,

Wolfgang Denk