Hi Albert, please pull from u-boot-imx:
The following changes since commit 5557e86bb0793012057d5462976c2a902bc629ac: omap4: increase SRAM budget to fix build error (2011-08-21 10:14:51 +0200) are available in the git repository at: git://www.denx.de/git/u-boot-imx.git master David Jander (1): ARM: MX51: PLL errata workaround Fabio Estevam (1): mx53: ddr3: Update DD3 initialization Stefano Babic (17): MX35: MX35PDK: support additional RAM on CSD1 MX: MX35 / MX5: uniform clock command with powerpc IMX: uniform GPIO interface using GPIO framework MX25: make use of GPIO framework for MX25 processor MX31: make use of GPIO framework for MX31 processor MX5: make use of GPIO framework for MX5 processor MX35: make use of GPIO framework for MX35 processor MX31: QONG: make use of GPIO framework MX5: efikamx: make use of GPIO framework MX25: zmx25: make use of GPIO framework MX5: mx53ard: make use of GPIO framework MX5: mx53smd: make use of GPIO framework MX5: vision2: make use of GPIO framework MX5: mx53evk: make use of GPIO framework MX5: mx53loco: make use of GPIO framework MX35: mx35pdk: make use of GPIO framework MX5: mx51evk: make use of GPIO framework arch/arm/cpu/arm1136/mx35/generic.c | 4 +- arch/arm/cpu/armv7/mx5/clock.c | 4 +- arch/arm/cpu/armv7/mx5/lowlevel_init.S | 38 +++++++++++ .../arm/include/asm/arch-mx25/gpio.h | 42 ++++-------- arch/arm/include/asm/arch-mx25/imx-regs.h | 12 --- arch/arm/include/asm/arch-mx31/gpio.h | 35 ++++++++++ arch/arm/include/asm/arch-mx31/imx-regs.h | 7 -- arch/arm/include/asm/arch-mx35/gpio.h | 40 +++++++++++ arch/arm/include/asm/arch-mx5/gpio.h | 35 ++++++++++ arch/arm/include/asm/arch-mx5/imx-regs.h | 12 ++-- board/davedenx/qong/fpga.c | 10 ++-- board/davedenx/qong/qong.c | 36 +++++----- board/efikamx/efikamx.c | 62 +++++++----------- board/freescale/mx35pdk/lowlevel_init.S | 9 ++- board/freescale/mx35pdk/mx35pdk.c | 22 +++++-- board/freescale/mx51evk/mx51evk.c | 18 ++---- board/freescale/mx53ard/imximage_dd3.cfg | 6 +- board/freescale/mx53ard/mx53ard.c | 8 +- board/freescale/mx53evk/mx53evk.c | 6 +- board/freescale/mx53loco/imximage.cfg | 6 +- board/freescale/mx53loco/mx53loco.c | 6 +- board/freescale/mx53smd/imximage.cfg | 6 +- board/freescale/mx53smd/mx53smd.c | 4 +- board/syteco/zmx25/zmx25.c | 35 ++++------ board/ttcontrol/vision2/vision2.c | 71 ++++++++------------ doc/README.imx5 | 17 +++++ drivers/gpio/mxc_gpio.c | 51 +++++++++++++- drivers/spi/mxc_spi.c | 8 +- include/configs/mx35pdk.h | 7 +- include/configs/mx51evk.h | 1 + 30 files changed, 380 insertions(+), 238 deletions(-) rename include/mxc_gpio.h => arch/arm/include/asm/arch-mx25/gpio.h (59%) create mode 100644 arch/arm/include/asm/arch-mx31/gpio.h create mode 100644 arch/arm/include/asm/arch-mx35/gpio.h create mode 100644 arch/arm/include/asm/arch-mx5/gpio.h create mode 100644 doc/README.imx5 Thanks, Stefano -- ===================================================================== DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-0 Fax: +49-8142-66989-80 Email: off...@denx.de ===================================================================== _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot