public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Albert ARIBAUD <albert.u.boot@aribaud.net>
To: u-boot@lists.denx.de
Subject: [U-Boot] pull request for u-boot-tegra/master into ARM/master
Date: Sat, 3 Nov 2012 10:03:19 +0100	[thread overview]
Message-ID: <20121103100319.4698a4ca@lilith> (raw)
In-Reply-To: <CA+m5__Jte2QNsDKhBjgbmQ+hZx-YLKkZozU657pbyt1U7=oHOg@mail.gmail.com>

Hi Tom,

On Mon, 29 Oct 2012 16:49:34 -0700, Tom Warren
<twarren.nvidia@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.

  reply	other threads:[~2012-11-03  9:03 UTC|newest]

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

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=20121103100319.4698a4ca@lilith \
    --to=albert.u.boot@aribaud.net \
    --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