mbox

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

Message ID 20130605125418.GS10720@bill-the-cat
State Accepted
Delegated to: Albert ARIBAUD
Headers show

Pull-request

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

Message

Tom Rini June 5, 2013, 12:54 p.m. UTC
Hello,

The following changes since commit 3da0e5750b24a9491058df6126c7be577a276c09:

  arm: factorize relocate_code routine (2013-05-30 20:24:38 +0200)

are available in the git repository at:

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

for you to fetch changes up to 4596dcc1d4ea5763e0f92cf5becd9fc7d4c6e674:

  am33xx/omap: Move save_omap_boot_params to omap-common/boot-common.c (2013-06-05 08:46:49 -0400)

----------------------------------------------------------------
Tom Rini (3):
      omap-common/hwinit-common.c: Mark omap_rev_string as static
      am33xx: Correct NON_SECURE_SRAM_START/END
      am33xx/omap: Move save_omap_boot_params to omap-common/boot-common.c

 arch/arm/cpu/armv7/omap-common/boot-common.c   |   39 ++++++++++++++++++++++++
 arch/arm/cpu/armv7/omap-common/hwinit-common.c |   38 +----------------------
 arch/arm/include/asm/arch-am33xx/omap.h        |    4 +--
 arch/arm/include/asm/arch-am33xx/sys_proto.h   |    1 +
 arch/arm/include/asm/arch-omap4/sys_proto.h    |    1 +
 arch/arm/include/asm/arch-omap5/sys_proto.h    |    1 +
 board/isee/igep0033/board.c                    |    9 ++++++
 board/phytec/pcm051/board.c                    |    9 ++++++
 board/ti/am335x/board.c                        |    9 ++++++
 board/ti/ti814x/evm.c                          |    9 ++++++
 include/configs/am335x_evm.h                   |   10 ++++--
 include/configs/igep0033.h                     |   10 ++++--
 include/configs/pcm051.h                       |   10 ++++--
 13 files changed, 105 insertions(+), 45 deletions(-)

Comments

Albert ARIBAUD June 5, 2013, 3 p.m. UTC | #1
Hi Tom,

On Wed, 5 Jun 2013 08:54:18 -0400, Tom Rini <trini@ti.com> wrote:

> Hello,
> 
> The following changes since commit 3da0e5750b24a9491058df6126c7be577a276c09:
> 
>   arm: factorize relocate_code routine (2013-05-30 20:24:38 +0200)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-ti.git master
> 
> for you to fetch changes up to 4596dcc1d4ea5763e0f92cf5becd9fc7d4c6e674:
> 
>   am33xx/omap: Move save_omap_boot_params to omap-common/boot-common.c (2013-06-05 08:46:49 -0400)
> 
> ----------------------------------------------------------------
> Tom Rini (3):
>       omap-common/hwinit-common.c: Mark omap_rev_string as static
>       am33xx: Correct NON_SECURE_SRAM_START/END
>       am33xx/omap: Move save_omap_boot_params to omap-common/boot-common.c
> 
>  arch/arm/cpu/armv7/omap-common/boot-common.c   |   39 ++++++++++++++++++++++++
>  arch/arm/cpu/armv7/omap-common/hwinit-common.c |   38 +----------------------
>  arch/arm/include/asm/arch-am33xx/omap.h        |    4 +--
>  arch/arm/include/asm/arch-am33xx/sys_proto.h   |    1 +
>  arch/arm/include/asm/arch-omap4/sys_proto.h    |    1 +
>  arch/arm/include/asm/arch-omap5/sys_proto.h    |    1 +
>  board/isee/igep0033/board.c                    |    9 ++++++
>  board/phytec/pcm051/board.c                    |    9 ++++++
>  board/ti/am335x/board.c                        |    9 ++++++
>  board/ti/ti814x/evm.c                          |    9 ++++++
>  include/configs/am335x_evm.h                   |   10 ++++--
>  include/configs/igep0033.h                     |   10 ++++--
>  include/configs/pcm051.h                       |   10 ++++--
>  13 files changed, 105 insertions(+), 45 deletions(-)
> 

Applied to u-boot-arm/master, thanks!

Amicalement,