[U-Boot] Pull request: u-boot-arm/master
Albert ARIBAUD
albert.u.boot at aribaud.net
Wed Sep 14 08:57:55 CEST 2011
Hi Wolfgang,
The following changes since commit 6ceb0135f96d73063ffbaab5be7ce23933367388:
Prepare v2011.09 (2011-09-11 21:31:04 +0200)
are available in the git repository at:
git://git.denx.de/u-boot-arm.git master
Aneesh V (4):
omap4: factor out common part from board config headers
omap4: make SDRAM init work for ES1.0 silicon
omap4: IO settings
omap4: fix pad configuration settings for SDP and Panda
Fabio Estevam (2):
MX25: tx25: Fix build by making use of GPIO framework
MX25: tx25: Cleanup tx25.h config
Howard D. Gray (1):
ARMV7: OMAP3: Add 37xx ESx revision numbers.
Jason Kridner (1):
led: remove camel casing of led identifiers globally
Joel A Fernandes (1):
OMAP: Add function to get state of a GPIO output
Michael Jones (2):
ARMV7: OMAP: Write more than 1 byte at a time in i2c_write
ARMV7: OMAP: I2C driver: cosmetic: make checkpatch-compatible
Nagabhushana Netagunte (3):
da830: modify the U-Boot prompt string
da830: enable SPI flash boot mode
da830: modify the MEMTEST start and end address
Sandeep Paulraj (2):
OMAP3 Beagle: Minor config cleanup
DA830: Fix Build Warning
Sanjeev Premi (4):
omap3: beagle: Fix build warning
omap: gpio: Use generic API
omap: gpio: generic changes after changing API
omap: gpio: Adapt board files to use generic API
arch/arm/cpu/arm1176/start.S | 2 +-
arch/arm/cpu/arm720t/start.S | 2 +-
arch/arm/cpu/arm920t/ep93xx/led.c | 24 ++--
arch/arm/cpu/arm920t/ep93xx/lowlevel_init.S | 10 +-
arch/arm/cpu/arm920t/start.S | 2 +-
arch/arm/cpu/arm925t/start.S | 2 +-
arch/arm/cpu/arm926ejs/at91/led.c | 12 +-
arch/arm/cpu/arm926ejs/start.S | 2 +-
arch/arm/cpu/arm_intcm/start.S | 2 +-
arch/arm/cpu/armv7/omap-common/gpio.c | 105 +++++++++--
arch/arm/cpu/armv7/omap3/sys_info.c | 13 ++-
arch/arm/cpu/armv7/omap4/board.c | 62 ++++++
arch/arm/cpu/armv7/omap4/clocks.c | 5 +-
arch/arm/cpu/armv7/omap4/emif.c | 72 +------
arch/arm/cpu/armv7/omap4/sdram_elpida.c | 24 ++--
arch/arm/cpu/ixp/start.S | 2 +-
arch/arm/cpu/s3c44b0/start.S | 2 +-
arch/arm/include/asm/arch-omap3/omap3.h | 10 +
arch/arm/include/asm/arch-omap4/emif.h | 23 +--
arch/arm/include/asm/arch-omap4/omap4.h | 45 ++++-
arch/arm/include/asm/omap_gpio.h | 13 --
arch/arm/lib/board.c | 32 ++--
board/atmel/at91rm9200ek/led.c | 12 +-
board/cm_t35/leds.c | 10 +-
board/comelit/dig297/dig297.c | 12 +-
board/eukrea/cpu9260/led.c | 48 +++---
board/isee/igep0020/igep0020.c | 12 +-
board/karo/tx25/tx25.c | 1 +
board/logicpd/zoom2/debug_board.c | 10 +-
board/logicpd/zoom2/led.c | 66 ++++----
board/logicpd/zoom2/zoom2.c | 10 +-
board/overo/overo.c | 54 +++---
board/ti/beagle/beagle.c | 44 ++--
board/ti/beagle/led.c | 26 ++--
board/ti/evm/evm.c | 12 +-
board/ti/panda/panda_mux_data.h | 41 ++--
board/ti/sdp4430/sdp4430_mux_data.h | 9 +-
common/cmd_led.c | 8 +-
doc/README.omap3 | 20 +-
drivers/i2c/omap24xx_i2c.c | 241
+++++++++++-------------
include/configs/da830evm.h | 18 +-
include/configs/omap3_beagle.h | 3 +-
include/configs/omap4_common.h | 275
+++++++++++++++++++++++++++
include/configs/omap4_panda.h | 244
+-----------------------
include/configs/omap4_sdp4430.h | 245
+-----------------------
include/configs/tx25.h | 16 +-
include/status_led.h | 32 ++--
47 files changed, 916 insertions(+), 1019 deletions(-)
create mode 100644 include/configs/omap4_common.h
Amicalement,
--
Albert.
More information about the U-Boot
mailing list