mbox

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

Message ID alpine.LFD.2.00.1103230021430.1851@right.am.freescale.net
State Accepted
Delegated to: Wolfgang Denk
Headers show

Pull-request

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

Message

Kumar Gala March 23, 2011, 5:22 a.m. UTC
[ a few fixes for v2011.03 related to DDR settings on MPC8572DS ]

The following changes since commit 62043ed02a2acffa801e3574e249de07d30336a2:
  Wolfgang Denk (1):
        Merge branch 'master' of git://git.denx.de/u-boot-ubi

are available in the git repository at:

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

York Sun (4):
      powerpc/mpc8xxx: fix recognition of DIMMs with ECC and Address Parity
      powerpc/mpc8572ds: revise board specific timing for dual-rank DIMMs
      powerpc/mpc8xxx: disable rcw_en bit for non-DDR3
      powerpc/mpc8xxx: fix workaround for errata DDR111 and DDR134

 arch/powerpc/cpu/mpc85xx/ddr-gen3.c                |   41 +++++++
 arch/powerpc/cpu/mpc8xxx/ddr/ctrl_regs.c           |    2 +
 .../cpu/mpc8xxx/ddr/lc_common_dimm_params.c        |    3 +-
 arch/powerpc/include/asm/fsl_ddr_dimm_params.h     |    4 +
 board/freescale/mpc8572ds/ddr.c                    |  110 ++++++++++++++------
 5 files changed, 127 insertions(+), 33 deletions(-)

Comments

Wolfgang Denk March 24, 2011, 8:18 p.m. UTC | #1
Dear Kumar Gala,

In message <alpine.LFD.2.00.1103230021430.1851@right.am.freescale.net> you wrote:
> [ a few fixes for v2011.03 related to DDR settings on MPC8572DS ]
> 
> The following changes since commit 62043ed02a2acffa801e3574e249de07d30336a2:
>   Wolfgang Denk (1):
>         Merge branch 'master' of git://git.denx.de/u-boot-ubi
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-mpc85xx.git master
> 
> York Sun (4):
>       powerpc/mpc8xxx: fix recognition of DIMMs with ECC and Address Parity
>       powerpc/mpc8572ds: revise board specific timing for dual-rank DIMMs
>       powerpc/mpc8xxx: disable rcw_en bit for non-DDR3
>       powerpc/mpc8xxx: fix workaround for errata DDR111 and DDR134
> 
>  arch/powerpc/cpu/mpc85xx/ddr-gen3.c                |   41 +++++++
>  arch/powerpc/cpu/mpc8xxx/ddr/ctrl_regs.c           |    2 +
>  .../cpu/mpc8xxx/ddr/lc_common_dimm_params.c        |    3 +-
>  arch/powerpc/include/asm/fsl_ddr_dimm_params.h     |    4 +
>  board/freescale/mpc8572ds/ddr.c                    |  110 ++++++++++++++------
>  5 files changed, 127 insertions(+), 33 deletions(-)

Um... this additionally gets me 

	powerpc/85xx: Fix PCI memory map setup on P1_P2_RDB

but ok...

Applied, thanks.

Best regards,

Wolfgang Denk
Kumar Gala March 24, 2011, 9:03 p.m. UTC | #2
On Mar 24, 2011, at 3:18 PM, Wolfgang Denk wrote:

> Dear Kumar Gala,
> 
> In message <alpine.LFD.2.00.1103230021430.1851@right.am.freescale.net> you wrote:
>> [ a few fixes for v2011.03 related to DDR settings on MPC8572DS ]
>> 
>> The following changes since commit 62043ed02a2acffa801e3574e249de07d30336a2:
>>  Wolfgang Denk (1):
>>        Merge branch 'master' of git://git.denx.de/u-boot-ubi
>> 
>> are available in the git repository at:
>> 
>>  git://git.denx.de/u-boot-mpc85xx.git master
>> 
>> York Sun (4):
>>      powerpc/mpc8xxx: fix recognition of DIMMs with ECC and Address Parity
>>      powerpc/mpc8572ds: revise board specific timing for dual-rank DIMMs
>>      powerpc/mpc8xxx: disable rcw_en bit for non-DDR3
>>      powerpc/mpc8xxx: fix workaround for errata DDR111 and DDR134
>> 
>> arch/powerpc/cpu/mpc85xx/ddr-gen3.c                |   41 +++++++
>> arch/powerpc/cpu/mpc8xxx/ddr/ctrl_regs.c           |    2 +
>> .../cpu/mpc8xxx/ddr/lc_common_dimm_params.c        |    3 +-
>> arch/powerpc/include/asm/fsl_ddr_dimm_params.h     |    4 +
>> board/freescale/mpc8572ds/ddr.c                    |  110 ++++++++++++++------
>> 5 files changed, 127 insertions(+), 33 deletions(-)
> 
> Um... this additionally gets me 
> 
> 	powerpc/85xx: Fix PCI memory map setup on P1_P2_RDB
> 
> but ok...
> 
> Applied, thanks.

Thanks, hadn't sent an updated pull w/that.

- k