[U-Boot] Please pull u-boot-ti/master
Tom Rini
trini at ti.com
Mon Apr 8 18:33:36 CEST 2013
Hello,
The following changes since commit 8bf3c322856f42d4db8acd7fa4f2a17898564064:
logo: update to the new logo for ATMEL (2013-04-05 21:49:37 +0200)
are available in the git repository at:
git://git.denx.de/u-boot-ti.git master
for you to fetch changes up to dd2445ec1b839a5ca61ff8438a5b7aebb21b7986:
omap5_common.h: Use fallback CONFIG_SYS_BAUDRATE_TABLE (2013-04-08 11:40:59 -0400)
----------------------------------------------------------------
Andreas BieÃmann (6):
omap3/cpu.h: add BCH support
asm/omap_gpmc.h: consolidate common defines
omap3/omap_gpmc.h: add ooblayout for BCH8 as in kernel
omap_gpmc: change nandecc command
omap_gpmc: add support for hw assisted BCH8
tricorder: enable hw assisted BCH8 in SPL and u-boot
Bin Liu (2):
musb: am335x: disable bulk split-combine feature
musb: set MUSB speed based on CONFIG
Hunter, Jon (4):
omap2420-h4: Fix DRAM initialisation
omap2420-h4: Fix booting from NOR flash
omap2420-h4: Add device tree support
omap2420-h4: Fix get_timer() and CONFIG_SYS_HZ
Lars Poeschel (1):
pcm051: Enable DDR PHY dynamic power down bit
Lokesh Vutla (1):
arm: omap4: Fix SDRAM AUTO DETECTION
Lubomir Popov (1):
OMAP: Fix copy-paste bug that did not enable UART4 clock
Manfred Huber (1):
omap3_beagle: Flush UART3 xmit on enable if TEMT is broken
Nishanth Menon (1):
omap5: Allow use of a plain text env file
SRICHARAN R (4):
ARM: OMAP5: Rename omap5_evm to omap5_uevm
ARM: OMAP5: Set fdt_high to enable booting with Device tree
ARM: OMAP4/5: Change the default boot command to work with device tree
ARM: OMAP4/5: Make bootz as the default boot command
Tom Rini (5):
am335x: Enable MMC1 clock
doc/feature-removal-schedule.txt: Add CONFIG_SYS_(CLOCKS|PADS)_ENABLE_ALL
OMAP3/4/5/AM33xx: Correct logic for checking FAT or RAW MMC
omap5_uevm.h: Move uEVM-specific choices to omap5_uevm.h
omap5_common.h: Use fallback CONFIG_SYS_BAUDRATE_TABLE
README | 8 -
arch/arm/cpu/arm1136/omap24xx/timer.c | 8 +-
arch/arm/cpu/armv7/am33xx/clock_am33xx.c | 5 +
arch/arm/cpu/armv7/am33xx/elm.c | 2 +-
arch/arm/cpu/armv7/omap-common/clocks-common.c | 4 +-
arch/arm/cpu/armv7/omap-common/emif-common.c | 29 +-
arch/arm/cpu/armv7/omap-common/lowlevel_init.S | 10 +-
arch/arm/cpu/armv7/omap3/board.c | 31 +-
arch/arm/cpu/armv7/omap4/emif.c | 1 -
arch/arm/cpu/armv7/omap5/emif.c | 1 -
arch/arm/include/asm/arch-am33xx/omap_gpmc.h | 58 +---
arch/arm/include/asm/arch-am33xx/spl.h | 3 +
arch/arm/include/asm/arch-am33xx/sys_proto.h | 2 +-
arch/arm/include/asm/arch-omap24xx/omap2420.h | 6 +-
arch/arm/include/asm/arch-omap3/cpu.h | 6 +
arch/arm/include/asm/arch-omap3/omap_gpmc.h | 68 +---
arch/arm/include/asm/arch-omap3/spl.h | 3 +
arch/arm/include/asm/arch-omap3/sys_proto.h | 2 +-
arch/arm/include/asm/arch-omap4/omap.h | 1 -
arch/arm/include/asm/arch-omap4/spl.h | 2 +
arch/arm/include/asm/arch-omap5/omap.h | 1 -
arch/arm/include/asm/arch-omap5/spl.h | 2 +
arch/arm/include/asm/emif.h | 1 -
arch/arm/include/asm/omap_gpmc.h | 87 +++++
board/isee/igep00x0/igep00x0.c | 2 +-
board/overo/overo.c | 2 +-
board/phytec/pcm051/board.c | 3 +-
board/ti/omap2420h4/config.mk | 4 +-
board/ti/omap2420h4/mem.c | 13 -
board/ti/omap2420h4/omap2420h4.c | 24 +-
board/ti/{omap5_evm => omap5_uevm}/Makefile | 0
board/ti/{omap5_evm => omap5_uevm}/evm.c | 0
board/ti/{omap5_evm => omap5_uevm}/mux_data.h | 0
boards.cfg | 2 +-
doc/README.omap3 | 28 ++
doc/feature-removal-schedule.txt | 16 +
drivers/mtd/nand/omap_gpmc.c | 424 +++++++++++++++++-------
drivers/serial/ns16550.c | 18 +-
drivers/usb/musb-new/musb_core.c | 7 +
drivers/usb/musb-new/musb_uboot.c | 2 +-
include/configs/am335x_evm.h | 1 +
include/configs/dra7xx_evm.h | 2 +
include/configs/igep00x0.h | 3 -
include/configs/omap2420h4.h | 5 +-
include/configs/omap4_common.h | 22 +-
include/configs/omap5_common.h | 51 ++-
include/configs/{omap5_evm.h => omap5_uevm.h} | 18 +
include/configs/tricorder.h | 13 +-
lib/Makefile | 2 +-
49 files changed, 672 insertions(+), 331 deletions(-)
create mode 100644 arch/arm/include/asm/omap_gpmc.h
rename board/ti/{omap5_evm => omap5_uevm}/Makefile (100%)
rename board/ti/{omap5_evm => omap5_uevm}/evm.c (100%)
rename board/ti/{omap5_evm => omap5_uevm}/mux_data.h (100%)
rename include/configs/{omap5_evm.h => omap5_uevm.h} (70%)
Andreas' changes came well before the merge window, Everything else is a
bugfix of some sort or another or part of keeping platforms still useful
with later kernel releases.
--
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/20130408/e9b647b3/attachment.pgp>
More information about the U-Boot
mailing list