From: Tom Rini <trini@ti.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] Please pull u-boot-ti/next
Date: Mon, 2 Apr 2012 09:49:40 -0700 [thread overview]
Message-ID: <20120402164940.GD4829@bill-the-cat> (raw)
Hello,
The following changes since commit 37ee186fde3c48f90121a76e5039efe534a273f3:
Ian Campbell (1):
ARM: dreamplug: Enable FDT support
are available in the git repository at:
git://git.denx.de/u-boot-ti next
Aneesh V (6):
arm: adapt asm/linkage.h from Linux
armv7: add appropriate headers for assembly functions
ARM: enable Thumb build
armv7: Use -march=armv7-a and thereby enable Thumb-2
omap4+: Avoid using __attribute__ ((__packed__))
OMAP4: enable Thumb build
Balaji T K (3):
arm: omap5: correct boot device mode7 for eMMC
omap5: pbias ldo9 turn on
mmc: omap5evm: Add eMMC saveenv support
Enric Balletb?? i Serra (1):
OMAP3: igep00x0: Reduce lines of code for IGEP-based boards.
Grazvydas Ignotas (3):
OMAP3: pandora: pin mux updates for DM3730 board variant
OMAP3: pandora: revise GPIO configuration
OMAP3: pandora: drop console kernel argument
Jonathan Solnit (1):
ARM:OMAP+:MMC: Add parameters to MMC init
Nishanth Menon (3):
OMAP3+: Introduce generic logic for OMAP voltage controller
OMAP4460: TPS Ensure SET1 is selected after voltage configuration
OMAP4: scale voltage of core before MPU scales
SRICHARAN R (16):
OMAP5: clocks: Change clock settings as required for ES1.0 silicon.
OMAP5: board: Add pinmux data for omap5_evm board.
OMAP5: io: Configure the io settings for omap5430 sevm board.
OMAP5: emif/ddr: Change emif settings as required for ES1.0 silicon.
OMAP5: palmas: Configure nominal opp vdd values
OMAP5: hwinit: Add the missing break statement
OMAP4/5: Make the silicon revision variable common.
OMAP5: SRAM: Change the SRAM base address.
OMAP4/5: Make the sysctrl structure common
OMAP4/5: device: Add support to get the device type.
OMAP5: defconfig: Align the defconfig for 5430 ES1.0
OMAP5: ddr: Change the ddr device name.
OMAP4/5: emif: Correct the emif power mgt shadow register bit fields.
power: twl6035: add palmas PMIC support
OMAP3+: reset: Create a common reset layer.
OMAP5: reset: Use cold reset in case of 5430ES1.0
Tom Rini (2):
tools, config.mk: Add gcc-version.sh, cc-version test from Linux
Makefile: Add a 'checkthumb' rule
Makefile | 7 +
README | 8 +
arch/arm/config.mk | 27 +-
arch/arm/cpu/armv7/am33xx/board.c | 2 +-
arch/arm/cpu/armv7/config.mk | 7 +-
arch/arm/cpu/armv7/mx5/lowlevel_init.S | 5 +-
arch/arm/cpu/armv7/mx6/lowlevel_init.S | 5 +-
arch/arm/cpu/armv7/omap-common/Makefile | 1 +
arch/arm/cpu/armv7/omap-common/clocks-common.c | 99 ++---
arch/arm/cpu/armv7/omap-common/emif-common.c | 41 ++-
arch/arm/cpu/armv7/omap-common/hwinit-common.c | 6 +-
arch/arm/cpu/armv7/omap-common/lowlevel_init.S | 14 +-
.../arm/cpu/armv7/omap-common/{reset.S => reset.c} | 30 +-
arch/arm/cpu/armv7/omap-common/spl.c | 1 +
arch/arm/cpu/armv7/omap-common/spl_mmc.c | 5 +-
arch/arm/cpu/armv7/omap-common/vc.c | 138 ++++++
arch/arm/cpu/armv7/omap3/lowlevel_init.S | 41 +-
arch/arm/cpu/armv7/omap4/clocks.c | 77 ++-
arch/arm/cpu/armv7/omap4/hwinit.c | 24 +-
arch/arm/cpu/armv7/omap4/sdram_elpida.c | 4 +
arch/arm/cpu/armv7/omap5/Makefile | 2 +-
arch/arm/cpu/armv7/omap5/clocks.c | 143 ++++--
arch/arm/cpu/armv7/omap5/hwinit.c | 104 ++++-
.../cpu/armv7/omap5/{sdram_elpida.c => sdram.c} | 101 +++--
arch/arm/cpu/armv7/s5pc1xx/cache.S | 10 +-
arch/arm/cpu/armv7/s5pc1xx/reset.S | 5 +-
arch/arm/cpu/armv7/start.S | 13 +-
arch/arm/cpu/armv7/tegra2/lowlevel_init.S | 5 +-
arch/arm/cpu/armv7/u8500/lowlevel.S | 9 +-
arch/arm/include/asm/arch-am33xx/mmc_host_def.h | 2 +-
arch/arm/include/asm/arch-omap3/cpu.h | 5 +-
arch/arm/include/asm/arch-omap3/mmc_host_def.h | 8 +-
arch/arm/include/asm/arch-omap3/mux.h | 6 +
arch/arm/include/asm/arch-omap4/clocks.h | 18 +-
arch/arm/include/asm/arch-omap4/cpu.h | 11 +
arch/arm/include/asm/arch-omap4/mmc_host_def.h | 2 +-
arch/arm/include/asm/arch-omap4/mux_omap4.h | 2 +-
arch/arm/include/asm/arch-omap4/omap.h | 25 +-
arch/arm/include/asm/arch-omap4/sys_proto.h | 8 +-
arch/arm/include/asm/arch-omap5/clocks.h | 52 ++-
arch/arm/include/asm/arch-omap5/cpu.h | 11 +
arch/arm/include/asm/arch-omap5/mmc_host_def.h | 2 +-
arch/arm/include/asm/arch-omap5/mux_omap5.h | 504 ++++++++++----------
arch/arm/include/asm/arch-omap5/omap.h | 153 +++++--
arch/arm/include/asm/arch-omap5/sys_proto.h | 8 +-
arch/arm/include/asm/emif.h | 76 +++-
arch/arm/include/asm/linkage.h | 7 +
arch/arm/include/asm/omap_common.h | 11 +-
board/cm_t35/cm_t35.c | 2 +-
board/comelit/dig297/dig297.c | 2 +-
board/corscience/tricorder/tricorder.c | 2 +-
board/htkw/mcx/mcx.c | 2 +-
board/isee/igep0020/igep0020.c | 4 +-
board/isee/igep0030/igep0030.c | 4 +-
board/logicpd/am3517evm/am3517evm.c | 2 +-
board/logicpd/omap3som/omap3logic.c | 2 +-
board/logicpd/zoom1/zoom1.c | 2 +-
board/logicpd/zoom2/zoom2.c | 2 +-
board/matrix_vision/mvblx/mvblx.c | 4 +-
board/overo/overo.c | 2 +-
board/pandora/pandora.c | 59 ++-
board/pandora/pandora.h | 6 +
board/technexion/twister/twister.c | 2 +-
board/teejet/mt_ventoux/mt_ventoux.c | 2 +-
board/ti/am3517crane/am3517crane.c | 2 +-
board/ti/beagle/beagle.c | 2 +-
board/ti/evm/evm.c | 2 +-
board/ti/omap5_evm/evm.c | 10 +-
board/ti/omap5_evm/mux_data.h | 489 ++++++++++---------
board/ti/panda/panda.c | 2 +-
board/ti/panda/panda_mux_data.h | 2 +-
board/ti/sdp3430/sdp.c | 2 +-
board/ti/sdp4430/sdp.c | 4 +-
board/ti/sdp4430/sdp4430_mux_data.h | 2 +-
board/timll/devkit8000/devkit8000.c | 2 +-
boards.cfg | 4 +-
config.mk | 6 +-
drivers/mmc/omap_hsmmc.c | 61 +++-
drivers/power/Makefile | 1 +
drivers/power/twl6035.c | 65 +++
include/configs/igep0030.h | 261 ----------
include/configs/{igep0020.h => igep00x0.h} | 15 +-
include/configs/omap3_pandora.h | 3 +-
include/configs/omap4_common.h | 2 +
include/configs/omap5_evm.h | 25 +-
include/linux/linkage.h | 7 +-
.../armv7/omap-common/reset.S => include/twl6035.h | 38 +-
tools/gcc-version.sh | 32 ++
88 files changed, 1767 insertions(+), 1216 deletions(-)
copy arch/arm/cpu/armv7/omap-common/{reset.S => reset.c} (70%)
create mode 100644 arch/arm/cpu/armv7/omap-common/vc.c
rename arch/arm/cpu/armv7/omap5/{sdram_elpida.c => sdram.c} (64%)
create mode 100644 arch/arm/include/asm/linkage.h
create mode 100644 drivers/power/twl6035.c
delete mode 100644 include/configs/igep0030.h
rename include/configs/{igep0020.h => igep00x0.h} (97%)
rename arch/arm/cpu/armv7/omap-common/reset.S => include/twl6035.h (53%)
create mode 100755 tools/gcc-version.sh
--
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/20120402/efd7533a/attachment.pgp>
next reply other threads:[~2012-04-02 16:49 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-04-02 16:49 Tom Rini [this message]
-- strict thread matches above, loose matches on Subject: below --
2012-07-09 18:46 [U-Boot] Please pull u-boot-ti/next Tom Rini
2012-07-09 20:39 ` Albert ARIBAUD
2012-04-20 16:26 Tom Rini
2012-04-20 17:11 ` Albert ARIBAUD
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=20120402164940.GD4829@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.