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

Tom Rini trini at ti.com
Fri Aug 29 19:48:33 CEST 2014


On Wed, Aug 20, 2014 at 09:12:48AM -0700, Tom Warren wrote:

> Albert,
> 
> Please pull u-boot-tegra/master into ARM/master. Thanks!
> 
> ./MAKEALL -s tegra AOK, checkpatch.pl is OK, and ./MAKEALL -a arm only
> shows failures that were already present in ARM/master.
> 
> The following changes since commit 1899fac925eda817e12234aef3d01d354788662e:
> 
>   Merge branch 'u-boot-sunxi/master' into 'u-boot-arm/master' (2014-08-09
> 16:48:34 +0200)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-tegra.git master
> 
> for you to fetch changes up to a78cf41e79f64fe90f573b07ee3c88be533b97ca:
> 
>   ARM: tegra: remove custom define for Jetson TK1 (2014-08-19 08:44:03
> -0700)
> 
> ----------------------------------------------------------------
> Bryan Wu (1):
>       ARM: tegra: Disable VPR
> 
> Stefan Agner (1):
>       ARM: tegra: add Colibri T30 board support
> 
> Stephen Warren (3):
>       ARM: tegra: enable DFU too
>       ARM: tegra: Use mem size from MC rather than ODMDATA
>       ARM: tegra: remove custom define for Jetson TK1
> 
>  arch/arm/Kconfig                                   |   4 +
>  arch/arm/cpu/tegra-common/Makefile                 |   1 +
>  arch/arm/cpu/tegra-common/ap.c                     |   3 +
>  arch/arm/cpu/tegra-common/board.c                  |  18 +-
>  arch/arm/cpu/tegra-common/vpr.c                    |  35 ++
>  arch/arm/dts/Makefile                              |   1 +
>  arch/arm/dts/tegra30-colibri.dts                   |  85 +++++
>  arch/arm/include/asm/arch-tegra/ap.h               |   9 +
>  arch/arm/include/asm/arch-tegra124/mc.h            |  49 +++
>  arch/arm/include/asm/mach-types.h                  |  13 +
>  board/nvidia/venice2/as3722_init.h                 |   2 +-
>  board/toradex/colibri_t30/Kconfig                  |  24 ++
>  board/toradex/colibri_t30/MAINTAINERS              |   7 +
>  board/toradex/colibri_t30/Makefile                 |   6 +
>  board/toradex/colibri_t30/colibri_t30.c            |  42 +++
>  .../colibri_t30/pinmux-config-colibri_t30.h        | 360
> +++++++++++++++++++++
>  configs/colibri_t30_defconfig                      |   3 +
>  configs/jetson-tk1_defconfig                       |   1 -
>  include/configs/beaver.h                           |   2 +-
>  include/configs/colibri_t30.h                      |  67 ++++
>  include/configs/jetson-tk1.h                       |   2 +-
>  ...egra-common-ums.h => tegra-common-usb-gadget.h} |  19 +-
>  include/configs/venice2.h                          |   2 +-
>  23 files changed, 745 insertions(+), 10 deletions(-)
>  create mode 100644 arch/arm/cpu/tegra-common/vpr.c
>  create mode 100644 arch/arm/dts/tegra30-colibri.dts
>  create mode 100644 arch/arm/include/asm/arch-tegra124/mc.h
>  create mode 100644 board/toradex/colibri_t30/Kconfig
>  create mode 100644 board/toradex/colibri_t30/MAINTAINERS
>  create mode 100644 board/toradex/colibri_t30/Makefile
>  create mode 100644 board/toradex/colibri_t30/colibri_t30.c
>  create mode 100644 board/toradex/colibri_t30/pinmux-config-colibri_t30.h
>  create mode 100644 configs/colibri_t30_defconfig
>  create mode 100644 include/configs/colibri_t30.h
>  rename include/configs/{tegra-common-ums.h => tegra-common-usb-gadget.h}
> (57%)

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20140829/59de733d/attachment.pgp>


More information about the U-Boot mailing list