mbox

[U-Boot] Please pull u-boot-ppc4xx/master

Message ID 5174F469.2040804@denx.de
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

git://www.denx.de/git/u-boot-ppc4xx.git master

Message

Stefan Roese April 22, 2013, 8:27 a.m. UTC
Hi Tom!

Please pull the following pending patches:

The following changes since commit d10f68ae47b67acab8b110b5c605dde4197a1820:

  Prepare v2013.04 (2013-04-19 10:25:43 -0400)

are available in the git repository at:

  git://www.denx.de/git/u-boot-ppc4xx.git master

for you to fetch changes up to f47b048b3a283dca63cfdce46840dd477e591336:

  ppc4xx: Add lcd4_lwmon5 support (2013-04-22 09:53:53 +0200)

----------------------------------------------------------------
Stefan Roese (3):
      ppc4xx: Add SPL support
      Makefile: Add target for combined u-boot.img & spl/u-boot.bin
      ppc4xx: Add lcd4_lwmon5 support

 Makefile                               | 12 ++++++
 arch/powerpc/cpu/ppc4xx/Makefile       |  4 ++
 arch/powerpc/cpu/ppc4xx/spl_boot.c     | 72 ++++++++++++++++++++++++++++++++
 arch/powerpc/cpu/ppc4xx/start.S        | 37 +++++++++++++++--
 arch/powerpc/cpu/ppc4xx/u-boot-spl.lds | 74 +++++++++++++++++++++++++++++++++
 arch/powerpc/cpu/ppc4xx/u-boot.lds     |  2 +
 board/lwmon5/lwmon5.c                  | 75 +++++++++++++++++++++++++++++++++-
 board/lwmon5/sdram.c                   |  4 +-
 boards.cfg                             |  1 +
 config.mk                              |  4 ++
 include/configs/lwmon5.h               | 68 ++++++++++++++++++++++++++++--
 11 files changed, 343 insertions(+), 10 deletions(-)
 create mode 100644 arch/powerpc/cpu/ppc4xx/spl_boot.c
 create mode 100644 arch/powerpc/cpu/ppc4xx/u-boot-spl.lds

Comments

Tom Rini April 22, 2013, 5:51 p.m. UTC | #1
On Mon, Apr 22, 2013 at 10:27:21AM +0200, Stefan Roese wrote:

> Hi Tom!
> 
> Please pull the following pending patches:
> 
> The following changes since commit d10f68ae47b67acab8b110b5c605dde4197a1820:
> 
>   Prepare v2013.04 (2013-04-19 10:25:43 -0400)
> 
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-ppc4xx.git master
> 
> for you to fetch changes up to f47b048b3a283dca63cfdce46840dd477e591336:
> 
>   ppc4xx: Add lcd4_lwmon5 support (2013-04-22 09:53:53 +0200)
> 
> ----------------------------------------------------------------
> Stefan Roese (3):
>       ppc4xx: Add SPL support
>       Makefile: Add target for combined u-boot.img & spl/u-boot.bin
>       ppc4xx: Add lcd4_lwmon5 support
> 
>  Makefile                               | 12 ++++++
>  arch/powerpc/cpu/ppc4xx/Makefile       |  4 ++
>  arch/powerpc/cpu/ppc4xx/spl_boot.c     | 72 ++++++++++++++++++++++++++++++++
>  arch/powerpc/cpu/ppc4xx/start.S        | 37 +++++++++++++++--
>  arch/powerpc/cpu/ppc4xx/u-boot-spl.lds | 74 +++++++++++++++++++++++++++++++++
>  arch/powerpc/cpu/ppc4xx/u-boot.lds     |  2 +
>  board/lwmon5/lwmon5.c                  | 75 +++++++++++++++++++++++++++++++++-
>  board/lwmon5/sdram.c                   |  4 +-
>  boards.cfg                             |  1 +
>  config.mk                              |  4 ++
>  include/configs/lwmon5.h               | 68 ++++++++++++++++++++++++++++--
>  11 files changed, 343 insertions(+), 10 deletions(-)
>  create mode 100644 arch/powerpc/cpu/ppc4xx/spl_boot.c
>  create mode 100644 arch/powerpc/cpu/ppc4xx/u-boot-spl.lds

Applied to u-boot/master, thanks!