From: Albert ARIBAUD <albert.u.boot@aribaud.net>
To: u-boot@lists.denx.de
Subject: [U-Boot] Please pull u-boot-ti/next
Date: Mon, 9 Jul 2012 22:39:36 +0200 [thread overview]
Message-ID: <20120709223936.7f2ec2bb@lilith> (raw)
In-Reply-To: <20120709184611.GB23173@oliver-linux>
Hi Tom,
On Mon, 9 Jul 2012 11:46:11 -0700, Tom Rini <trini@ti.com> wrote:
> Hello,
>
> The following changes since commit d702b0811df53a1fc2d8049e35431e4591d093c6:
>
> ARM: cache: Move the cp15 CR register read before flushing the cache. (2012-07-07 14:07:44 +0200)
>
> are available in the git repository at:
>
> git://git.denx.de/u-boot-ti next
>
> for you to fetch changes up to 9af1a780c81639ca4b6f7035530dc8c7151bf201:
>
> omap: am335x_evm: enable i2c1 channel (2012-07-09 11:12:19 -0700)
>
> ----------------------------------------------------------------
> Igor Grinberg (1):
> arm: omap3: cm-t35: minor comment and printf change
>
> Ilya Yanok (1):
> omap24xx_i2c: add 2-byte address support
>
> Javier Martinez Canillas (2):
> igep00x0: default to OMAP-specific serial driver
> igep00x0: default mmcrootfstype to EXT4
>
> Lad, Prabhakar (7):
> da850/omap-l138: Add MMC support for DA850/OMAP-L138
> arm, davinci: perform check for initializing global data and serial init
> da850/omap-l138: Define SPI specific configs for SPL only when SPI is used
> da850/omap-l138: Add support to read u-boot image from MMC/SD
> da850/omap-l138: Fix NAND flash timings
> da850/omap-l138: Add support for NAND SPL
> da850/omap-l138: add support for direct NOR boot mode
>
> Peter Meerwald (4):
> beagle: add eeprom expansion board info for bct brettl4
> beagle: make get_expansion_id(), get_board_revision(), beagle_display_init() static
> beagle: fix termination of buddy env setting
> beagle: removed unused pr_debug #define
>
> Rajashekhara, Sudhakar (2):
> da850/omap-l138: modifications for Logic PD Rev.3 AM18xx EVM
> da850/omap-l138: Make MMC and NOR support mutually exclusive
>
> Stefano Babic (4):
> mcx: increased buffer for command line
> OMAP3: mcx: set pinmux for uart4
> OMAP3: mcx: updated default environment
> OMAP3: mcx: read hot-water-button after reset
>
> Steve Sakoman (3):
> omap: am335x_evm: remove unused definitions
> omap: am33xx: enable gpio support
> omap: am335x_evm: enable i2c1 channel
>
> Sughosh Ganu (1):
> hawkboard/omapl-138: Add support for generating ais image for hawkboard
>
> .gitignore | 3 +
> Makefile | 5 +-
> arch/arm/cpu/arm926ejs/davinci/da850_pinmux.c | 11 ++
> arch/arm/cpu/arm926ejs/davinci/spl.c | 20 ++--
> arch/arm/cpu/armv7/am33xx/board.c | 10 ++
> arch/arm/cpu/armv7/am33xx/clock.c | 20 ++++
> arch/arm/cpu/armv7/omap-common/Makefile | 2 +-
> arch/arm/include/asm/arch-am33xx/cpu.h | 20 ++++
> arch/arm/include/asm/arch-am33xx/gpio.h | 29 +++++
> arch/arm/include/asm/arch-davinci/hardware.h | 1 +
> arch/arm/include/asm/arch-davinci/pinmux_defs.h | 3 +
> board/cm_t35/cm_t35.c | 4 +-
> board/davinci/da8xxevm/da850evm.c | 54 ++++++++--
> board/davinci/da8xxevm/hawkboard-ais-nand.cfg | 4 +
> board/htkw/mcx/mcx.c | 23 ++++
> board/htkw/mcx/mcx.h | 11 +-
> board/ti/am335x/evm.c | 6 +-
> board/ti/am335x/mux.c | 13 +++
> board/ti/beagle/beagle.c | 16 +--
> boards.cfg | 1 +
> drivers/i2c/omap24xx_i2c.c | 58 +++++-----
> drivers/mmc/Makefile | 4 +
> drivers/mmc/spl_mmc_load.c | 62 +++++++++++
> include/configs/am335x_evm.h | 2 +-
> include/configs/da850evm.h | 93 ++++++++++++++--
> include/configs/hawkboard.h | 1 +
> include/configs/igep00x0.h | 4 +-
> include/configs/mcx.h | 132 ++++++++++++++++-------
> include/configs/omap3_beagle.h | 2 +-
> include/mmc.h | 2 +
> 30 files changed, 502 insertions(+), 114 deletions(-)
> create mode 100644 arch/arm/include/asm/arch-am33xx/gpio.h
> create mode 100644 board/davinci/da8xxevm/hawkboard-ais-nand.cfg
> create mode 100644 drivers/mmc/spl_mmc_load.c
>
> This includes the single patch I asked for in u-boot-ti/master as well
> as a number of other small clean-ups, bugfixes or enhancements that have
> been around for a bit, but did not meet the merge window and I don't
> want to forget them. If you want me to carry them in my own /next
> branch until -rc1 comes out, that's fine and this can just serve as
> notice to interested parties that yes, really, patches have been picked
> up.
Applied to u-boot-arm/next, to be moved to master after the 12.07 release.
Amicalement,
--
Albert.
next prev parent reply other threads:[~2012-07-09 20:39 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-07-09 18:46 [U-Boot] Please pull u-boot-ti/next Tom Rini
2012-07-09 20:39 ` Albert ARIBAUD [this message]
-- strict thread matches above, loose matches on Subject: below --
2012-04-20 16:26 Tom Rini
2012-04-20 17:11 ` Albert ARIBAUD
2012-04-02 16:49 Tom Rini
2012-03-16 17:15 Tom Rini
2012-03-26 19:06 ` Tom Rini
2012-03-26 20:55 ` Tom Rini
2011-12-19 21:20 Tom Rini
2011-12-19 22:02 ` Albert ARIBAUD
2011-09-18 23:39 s-paulraj at ti.com
2011-09-19 7:15 ` Albert ARIBAUD
2011-09-19 7:47 ` Wolfgang Denk
2011-09-19 12:11 ` Albert ARIBAUD
2011-09-19 14:21 ` Paulraj, Sandeep
2011-09-20 6:49 ` Albert ARIBAUD
2010-12-21 1:09 [U-Boot] Please Pull u-boot-ti/next s-paulraj at ti.com
2010-12-11 16:08 [U-Boot] Please pull u-boot-ti/next s-paulraj at ti.com
2010-12-11 16:24 ` Albert ARIBAUD
2010-12-13 22:54 ` Wolfgang Denk
2010-11-30 16:59 s-paulraj at ti.com
2010-11-30 20:39 ` Wolfgang Denk
2010-06-22 15:29 [U-Boot] Please Pull u-boot-ti/next s-paulraj at ti.com
2010-06-29 19:59 ` Wolfgang Denk
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=20120709223936.7f2ec2bb@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