mbox

[U-Boot,GIT,PULL] lease pull u-boot-mpc85xx.git

Message ID Pine.LNX.4.64.1102041449150.1920@localhost.localdomain
State Accepted
Headers show

Pull-request

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

Message

Kumar Gala Feb. 4, 2011, 8:50 p.m. UTC
Some bug fix and errata fixes.

- k

The following changes since commit 42d44f631c4e8e5359775bdc098f2fffde4e5c05:

  Prepare v2011.03-rc1 (2011-02-02 22:37:32 +0100)

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

Kumar Gala (3):
      powerpc/85xx: Enable ESDHC111 Erratum on P2010/P2020 SoCs
      fsl_esdhc: Add the workaround for erratum ESDHC-A001 (enable on P2020)
      powerpc/8xxx: Fix possible compile issue related to P1013

York Sun (5):
      powerpc/85xx: Remove unnecessary polling loop from DDR init
      powerpc/85xx: Enable Errata command on MPC8572DS
      powerpc/85xx: Rename MPC8572 DDR erratum to DDR115
      powerpc/mpc85xx: implement workaround for errata DDR111 and DDR134
      powerpc/85xx: Enable ECC on MPC8572DS

 arch/powerpc/cpu/mpc85xx/Makefile         |    2 +-
 arch/powerpc/cpu/mpc85xx/cmd_errata.c     |   11 +++-
 arch/powerpc/cpu/mpc85xx/ddr-gen3.c       |  111 +++++++++++++++++++++++++++-
 arch/powerpc/include/asm/config_mpc85xx.h |    6 ++
 arch/powerpc/include/asm/fsl_ddr_sdram.h  |    5 ++
 drivers/mmc/fsl_esdhc.c                   |    5 ++
 include/configs/MPC8572DS.h               |    3 +-
 7 files changed, 136 insertions(+), 7 deletions(-)

Comments

Wolfgang Denk Feb. 6, 2011, 9:39 p.m. UTC | #1
Dear Kumar Gala,

In message <Pine.LNX.4.64.1102041449150.1920@localhost.localdomain> you wrote:
> Some bug fix and errata fixes.
> 
> - k
> 
> The following changes since commit 42d44f631c4e8e5359775bdc098f2fffde4e5c05:
> 
>   Prepare v2011.03-rc1 (2011-02-02 22:37:32 +0100)
> 
> are available in the git repository at:
>   git://git.denx.de/u-boot-mpc85xx.git master
> 
> Kumar Gala (3):
>       powerpc/85xx: Enable ESDHC111 Erratum on P2010/P2020 SoCs
>       fsl_esdhc: Add the workaround for erratum ESDHC-A001 (enable on P2020)
>       powerpc/8xxx: Fix possible compile issue related to P1013
> 
> York Sun (5):
>       powerpc/85xx: Remove unnecessary polling loop from DDR init
>       powerpc/85xx: Enable Errata command on MPC8572DS
>       powerpc/85xx: Rename MPC8572 DDR erratum to DDR115
>       powerpc/mpc85xx: implement workaround for errata DDR111 and DDR134
>       powerpc/85xx: Enable ECC on MPC8572DS
> 
>  arch/powerpc/cpu/mpc85xx/Makefile         |    2 +-
>  arch/powerpc/cpu/mpc85xx/cmd_errata.c     |   11 +++-
>  arch/powerpc/cpu/mpc85xx/ddr-gen3.c       |  111 +++++++++++++++++++++++++++-
>  arch/powerpc/include/asm/config_mpc85xx.h |    6 ++
>  arch/powerpc/include/asm/fsl_ddr_sdram.h  |    5 ++
>  drivers/mmc/fsl_esdhc.c                   |    5 ++
>  include/configs/MPC8572DS.h               |    3 +-
>  7 files changed, 136 insertions(+), 7 deletions(-)

Applied, thanks.

Best regards,

Wolfgang Denk