From: Albert ARIBAUD <albert.u.boot@aribaud.net>
To: u-boot@lists.denx.de
Subject: [U-Boot] Please pull u-boot-ti/master, v2
Date: Fri, 20 Dec 2013 00:13:22 +0100 [thread overview]
Message-ID: <20131220001322.10c01bd4@lilith> (raw)
In-Reply-To: <20131219170419.GG420@bill-the-cat>
Hi Tom,
On Thu, 19 Dec 2013 12:04:19 -0500, Tom Rini <trini@ti.com> wrote:
> Hey,
>
> The following changes since commit d627eefcd5e72db00889718ca9ee1dcb4d026fc9:
>
> Merge remote-tracking branch 'u-boot-pxa/master' into 'u-boot-arm/master' (2013-12-18 22:19:02 +0100)
>
> are available in the git repository at:
>
>
> git://git.denx.de/u-boot-ti.git master
>
> for you to fetch changes up to 2931fa4db349c97f882ffda42e901208654b5ca9:
>
> ARM: AM43xx: Add Maintainer (2013-12-18 21:14:45 -0500)
>
> Changes in v2:
> - Dropped Dan's patch as he's right and it depends on another series we
> aren't quite ready for.
> - Reworked Lokesh's ioregs related patch to cover cm_t335 now as well.
>
> ----------------------------------------------------------------
> Lokesh Vutla (12):
> ARM: AM43xx: Update the base addresses of modules
> ARM: AM43xx: Adapt to ti_armv7_common.h config file
> ARM: AM43xx: Add L2 Support
> ARM: AM43xx: Add extra ENV settings
> ARM: AM43xx: Select clk source for Timer2
> ARM: AM43xx: Update Current Booting devices list
> ARM: AM43xx: mux: Update mux data
> ARM: AM43xx: clocks: Update DPLL details
> ARM: AM33xx+: Update ioregs to pass different values
> ARM: AM43xx: EPOS_EVM: Add support for LPDDR2
> ARM: AM43xx: GP_EVM: Add support for DDR3
> ARM: AM43xx: Add Maintainer
>
> Sekhar Nori (2):
> ARM: AM43XX: board: add support for reading onboard EEPROM
> ARM: AM43XX: Add CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG support
>
> Stefan Roese (1):
> arm: omap3: Fix beagleboard SPL boot hangup (GPIO clocks not enabled)
>
> arch/arm/cpu/armv7/am33xx/clock.c | 12 +-
> arch/arm/cpu/armv7/am33xx/clock_am33xx.c | 15 +
> arch/arm/cpu/armv7/am33xx/clock_am43xx.c | 12 +-
> arch/arm/cpu/armv7/am33xx/ddr.c | 146 +++++++-
> arch/arm/cpu/armv7/am33xx/emif4.c | 25 +-
> arch/arm/cpu/armv7/omap-common/emif-common.c | 14 -
> arch/arm/include/asm/arch-am33xx/clock.h | 7 +-
> arch/arm/include/asm/arch-am33xx/clocks_am33xx.h | 3 +
> arch/arm/include/asm/arch-am33xx/cpu.h | 24 +-
> arch/arm/include/asm/arch-am33xx/ddr_defs.h | 41 ++-
> arch/arm/include/asm/arch-am33xx/gpio.h | 12 +
> arch/arm/include/asm/arch-am33xx/hardware.h | 7 -
> arch/arm/include/asm/arch-am33xx/hardware_am33xx.h | 2 +
> arch/arm/include/asm/arch-am33xx/hardware_am43xx.h | 16 +
> arch/arm/include/asm/arch-am33xx/mux_am43xx.h | 45 +++
> arch/arm/include/asm/arch-am33xx/omap.h | 4 +-
> arch/arm/include/asm/arch-am33xx/spl.h | 13 +-
> arch/arm/include/asm/emif.h | 26 ++
> board/compulab/cm_t335/spl.c | 10 +-
> board/isee/igep0033/board.c | 10 +-
> board/phytec/pcm051/board.c | 20 +-
> board/siemens/dxr2/board.c | 12 +-
> board/siemens/pxm2/board.c | 10 +-
> board/siemens/rut/board.c | 10 +-
> board/ti/am335x/board.c | 40 ++-
> board/ti/am43xx/board.c | 355 +++++++++++++++++++-
> board/ti/am43xx/board.h | 36 ++
> board/ti/am43xx/mux.c | 35 +-
> board/ti/ti814x/evm.c | 4 +-
> board/ti/ti816x/evm.c | 12 +-
> boards.cfg | 2 +-
> include/configs/am43xx_evm.h | 204 +++++------
> include/configs/omap3_beagle.h | 3 +
> 33 files changed, 1005 insertions(+), 182 deletions(-)
>
> Thanks!
>
Applied to u-boot-arm/master, thanks!
Amicalement,
--
Albert.
next prev parent reply other threads:[~2013-12-19 23:13 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-12-19 17:04 [U-Boot] Please pull u-boot-ti/master, v2 Tom Rini
2013-12-19 23:13 ` Albert ARIBAUD [this message]
-- strict thread matches above, loose matches on Subject: below --
2013-12-06 12:15 Tom Rini
2013-12-06 14:02 ` Albert ARIBAUD
2013-11-12 15:03 Tom Rini
2013-11-12 15:55 ` 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=20131220001322.10c01bd4@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