[U-Boot] pull request for u-boot-tegra/master into ARM/master

Albert ARIBAUD albert.u.boot at aribaud.net
Sat Nov 3 10:03:19 CET 2012


Hi Tom,

On Mon, 29 Oct 2012 16:49:34 -0700, Tom Warren
<twarren.nvidia at gmail.com> wrote:

> Albert,
> 
> Please pull u-boot-tegra/master into ARM/master. Thanks!
> 
> checkpatch is clean, and ./MAKEALL -a arm is clean (except for
> previous failures not created by these patches). Note that the serial:
> patch from Allen is already in u-boot/master, but is needed to get
> u-boot-tegra binaries to work correctly.
> 
> The following changes since commit f04821a8ca714459481bd9fd315af2b5f92d99a6:
>   Albert ARIBAUD (1):
>         Merge remote-tracking branch 'u-boot-imx/master'
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-tegra master
> 
> Allen Martin (5):
>       SPL: make jump_to_image_no_args a weak symbol
>       tegra: move to common SPL framework
>       tegra20: initialize variable to avoid compiler warning
>       serial: remove calls to serial_assign()
>       arm720t: add back common.h include
> 
> Lucas Stach (2):
>       tegra: add Colibri T20 board support
>       tegra: nand: make ONFI detection work
> 
> Marc Dietrich (1):
>       tegra: move common features to a common makefile
> 
> Stephen Warren (10):
>       ARM: tegra: define CONFIG_SYS_BOOTMAPSZ
>       ARM: tegra: use standard variables to define load addresses
>       ARM: tegra: Harmony: enable ULPI USB port
>       ARM: tegra: Seaboard: enable multiple USB ports
>       ARM: tegra: Whistler: remove unused USB alias
>       ARM: enhance u-boot.lds to detect over-sized SPL
>       ARM: tegra: derive CONFIG_SPL_MAX_SIZE instead of hard-coding it
>       ARM: tegra: select between Seaboard/Ventana at compile time
>       ARM: tegra: don't request GPIO from Seaboard's SPL
>       ARM: tegra: combine duplicate Makefile rules
> 
>  MAINTAINERS                                        |    4 +
>  Makefile                                           |   15 ++--
>  arch/arm/cpu/arm720t/interrupts.c                  |    2 +
>  arch/arm/cpu/arm720t/tegra-common/spl.c            |   91 +++-----------------
>  arch/arm/cpu/tegra20-common/emc.c                  |    2 +-
>  arch/arm/cpu/u-boot.lds                            |    4 +
>  arch/arm/include/asm/arch-tegra20/spl.h            |   28 ++++++
>  board/avionic-design/medcom-wide/Makefile          |    6 +-
>  board/avionic-design/plutux/Makefile               |    6 +-
>  board/avionic-design/tec/Makefile                  |    6 +-
>  board/compal/paz00/Makefile                        |    6 +-
>  board/compulab/trimslice/Makefile                  |    6 +-
>  board/nvidia/common/Makefile                       |    4 +-
>  board/nvidia/common/common.mk                      |    4 +
>  board/nvidia/dts/tegra20-harmony.dts               |    3 +-
>  board/nvidia/dts/tegra20-whistler.dts              |    5 +-
>  board/nvidia/harmony/harmony.c                     |    9 ++
>  board/nvidia/seaboard/seaboard.c                   |   18 +---
>  .../colibri_t20-common/colibri_t20-common.c        |   44 ++++++++++
>  .../colibri_t20-common/colibri_t20-common.h        |   16 ++++
>  board/toradex/colibri_t20_iris/Makefile            |   40 +++++++++
>  board/toradex/colibri_t20_iris/colibri_t20_iris.c  |   46 ++++++++++
>  board/toradex/dts/tegra20-colibri_t20_iris.dts     |   38 ++++++++
>  boards.cfg                                         |    1 +
>  common/cmd_nvedit.c                                |    3 -
>  common/iomux.c                                     |   10 --
>  common/spl/spl.c                                   |    8 +-
>  drivers/mtd/nand/tegra_nand.c                      |   36 ++++++++
>  include/configs/colibri_t20_iris.h                 |   83 ++++++++++++++++++
>  include/configs/harmony.h                          |    3 +
>  include/configs/seaboard.h                         |    1 +
>  include/configs/tegra-common-post.h                |   32 ++++++-
>  include/configs/tegra20-common.h                   |   10 ++-
>  33 files changed, 455 insertions(+), 135 deletions(-)
>  create mode 100644 arch/arm/include/asm/arch-tegra20/spl.h
>  create mode 100644 board/nvidia/common/common.mk
>  create mode 100644 board/toradex/colibri_t20-common/colibri_t20-common.c
>  create mode 100644 board/toradex/colibri_t20-common/colibri_t20-common.h
>  create mode 100644 board/toradex/colibri_t20_iris/Makefile
>  create mode 100644 board/toradex/colibri_t20_iris/colibri_t20_iris.c
>  create mode 100644 board/toradex/dts/tegra20-colibri_t20_iris.dts
>  create mode 100644 include/configs/colibri_t20_iris.h
> 

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

Amicalement,
-- 
Albert.


More information about the U-Boot mailing list