public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Tom Rini <trini@ti.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] pull request for u-boot-tegra/master into ARM/master
Date: Fri, 29 Aug 2014 13:48:33 -0400	[thread overview]
Message-ID: <20140829174833.GT19374@bill-the-cat> (raw)
In-Reply-To: <CA+m5__K=MB4vHZqB6f1KtuqCPapQFryr1uUDiJ5WDUG3eFg46w@mail.gmail.com>

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>

  reply	other threads:[~2014-08-29 17:48 UTC|newest]

Thread overview: 52+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-20 16:12 [U-Boot] pull request for u-boot-tegra/master into ARM/master Tom Warren
2014-08-29 17:48 ` Tom Rini [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-06-19 17:53 Tom Warren
2014-07-01 16:58 ` Albert ARIBAUD
2014-06-06 15:53 Tom Warren
2014-06-08  7:13 ` Albert ARIBAUD
2014-05-13 21:14 Tom Warren
2014-05-15 16:15 ` Albert ARIBAUD
2014-04-17 16:08 Tom Warren
2014-04-21 19:00 ` Albert ARIBAUD
2014-03-06 15:39 Tom Warren
2014-03-07 14:30 ` Albert ARIBAUD
2014-02-04 23:19 Tom Warren
2014-02-11 16:42 ` Stephen Warren
2014-02-11 16:48   ` Albert ARIBAUD
2014-02-11 16:59     ` Stephen Warren
2014-02-11 17:48       ` Albert ARIBAUD
2014-02-12 17:12 ` Albert ARIBAUD
2013-12-18 20:06 Tom Warren
2013-12-18 21:18 ` Albert ARIBAUD
2013-12-18 22:28   ` Tom Warren
2013-08-19 22:57 Tom Warren
2013-09-04  9:49 ` Albert ARIBAUD
2013-07-11 22:00 Tom Warren
2013-07-12  7:51 ` Albert ARIBAUD
2013-06-06 16:30 Tom Warren
2013-06-07  8:06 ` Albert ARIBAUD
2013-05-28 21:16 Tom Warren
2013-05-29 16:16 ` Albert ARIBAUD
2013-04-15 23:28 Tom Warren
2013-04-16 17:17 ` Albert ARIBAUD
2013-04-16 19:55   ` Stephen Warren
2013-04-16 20:02     ` Tom Warren
2013-04-17  6:56     ` Albert ARIBAUD
2013-04-16 20:55 ` Albert ARIBAUD
2013-03-25 17:43 Tom Warren
2013-03-26 10:12 ` Albert ARIBAUD
2013-03-15 15:25 Tom Warren
2013-03-15 20:46 ` Albert ARIBAUD
2013-01-18 16:00 Tom Warren
2013-01-18 16:06 ` Albert ARIBAUD
2012-11-16 17:14 Tom Warren
2012-11-16 21:27 ` Albert ARIBAUD
2012-11-16 21:45   ` Tom Warren
2012-11-16 23:33     ` Albert ARIBAUD
2012-11-16 23:42       ` Tom Warren
2012-11-17  0:12         ` Albert ARIBAUD
2012-11-19 15:39           ` Tom Warren
2012-11-19 17:12             ` Tom Warren
2012-11-20  6:21               ` Albert ARIBAUD
2012-10-29 23:49 Tom Warren
2012-11-03  9:03 ` Albert ARIBAUD

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20140829174833.GT19374@bill-the-cat \
    --to=trini@ti.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox