mbox

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

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

Pull-request

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

Message

Kumar Gala March 29, 2011, 12:44 p.m. UTC
[ Pull in one other HW / SoC related fix in for v2011.03 ]

The following changes since commit cb815e5ff979e36d68df130a810d34de4bf93289:

  Prepare v (2011-03-27 21:50:07 +0200)

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

Jiang Yutang (1):
      powerpc/85xx: Enable various errata on P1022/P1013 SoCs

Prabhakar Kushwaha (1):
      powerpc/85xx: Handle PCIe initialization requires for P1021 class SoCs

 arch/powerpc/cpu/mpc85xx/p1021_serdes.c   |   49 ++++++++++++++++++++++++++++-
 arch/powerpc/include/asm/config_mpc85xx.h |   10 ++++++
 drivers/pci/fsl_pci_init.c                |    7 ++++
 include/configs/P1022DS.h                 |    1 +
 include/pci.h                             |    1 +
 5 files changed, 67 insertions(+), 1 deletions(-)

Comments

Wolfgang Denk March 31, 2011, 7:02 a.m. UTC | #1
Dear Kumar Gala,

In message <alpine.LFD.2.00.1103290743460.6465@right.am.freescale.net> you wrote:
> [ Pull in one other HW / SoC related fix in for v2011.03 ]
> 
> The following changes since commit cb815e5ff979e36d68df130a810d34de4bf93289:
> 
>   Prepare v (2011-03-27 21:50:07 +0200)
> 
> are available in the git repository at:
>   git://git.denx.de/u-boot-mpc85xx.git master
> 
> Jiang Yutang (1):
>       powerpc/85xx: Enable various errata on P1022/P1013 SoCs
> 
> Prabhakar Kushwaha (1):
>       powerpc/85xx: Handle PCIe initialization requires for P1021 class SoCs
> 
>  arch/powerpc/cpu/mpc85xx/p1021_serdes.c   |   49 ++++++++++++++++++++++++++++-
>  arch/powerpc/include/asm/config_mpc85xx.h |   10 ++++++
>  drivers/pci/fsl_pci_init.c                |    7 ++++
>  include/configs/P1022DS.h                 |    1 +
>  include/pci.h                             |    1 +
>  5 files changed, 67 insertions(+), 1 deletions(-)

Applied, thanks.

Best regards,

Wolfgang Denk