mbox

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

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

Pull-request

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

Message

Kumar Gala Feb. 11, 2011, 5:46 a.m. UTC
Some fixes for v2011.03:

The following changes since commit 494a7d215bfba17f1a94736df40c332c8713c30e:
  Wolfgang Denk (1):
        Merge branch 'master' of git://git.denx.de/u-boot-nand-flash

are available in the git repository at:

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

Kumar Gala (1):
      powerpc/85xx: Fix p1_p2_rdb boards.cfg

Priyanka Jain (1):
      powerpc/85xx: corrected p1_p2_rdb EEPROM address

Timur Tabi (1):
      fsl: update CRC after setting EEPROM identifier

York Sun (1):
      powerpc/8xxx: Add additional cycle to write-to-read turnaound for DDR3

 arch/powerpc/cpu/mpc8xxx/ddr/ctrl_regs.c |    3 +++
 arch/powerpc/cpu/mpc8xxx/ddr/ddr.h       |    2 +-
 board/freescale/common/sys_eeprom.c      |    1 +
 boards.cfg                               |   26 +++++++++++++-------------
 include/configs/P1_P2_RDB.h              |    3 +--
 5 files changed, 19 insertions(+), 16 deletions(-)

Comments

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

In message <Pine.LNX.4.64.1102102344240.18114@localhost.localdomain> you wrote:
> Some fixes for v2011.03:
> 
> The following changes since commit 494a7d215bfba17f1a94736df40c332c8713c30e:
>   Wolfgang Denk (1):
>         Merge branch 'master' of git://git.denx.de/u-boot-nand-flash
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-mpc85xx master
> 
> Kumar Gala (1):
>       powerpc/85xx: Fix p1_p2_rdb boards.cfg
> 
> Priyanka Jain (1):
>       powerpc/85xx: corrected p1_p2_rdb EEPROM address
> 
> Timur Tabi (1):
>       fsl: update CRC after setting EEPROM identifier
> 
> York Sun (1):
>       powerpc/8xxx: Add additional cycle to write-to-read turnaound for DDR3
> 
>  arch/powerpc/cpu/mpc8xxx/ddr/ctrl_regs.c |    3 +++
>  arch/powerpc/cpu/mpc8xxx/ddr/ddr.h       |    2 +-
>  board/freescale/common/sys_eeprom.c      |    1 +
>  boards.cfg                               |   26 +++++++++++++-------------
>  include/configs/P1_P2_RDB.h              |    3 +--
>  5 files changed, 19 insertions(+), 16 deletions(-)

Applied, Thanks.

Best regards,

Wolfgang Denk