Hello Tom, The following changes since commit 847e6693ccb529bf8346db62876f38f0c4e04ade:
arm: pxa: config option for PXA270 turbo mode (2013-06-12 22:24:12 +0200) are available in the git repository at: git://git.denx.de/u-boot-arm master for you to fetch changes up to fbf87b1823dd5ebc2a384711ea2c677543019ece: arm: optimize relocate_code routine (2013-06-21 23:05:50 +0200) ---------------------------------------------------------------- Akshay Saraswat (2): Exynos5: clock: Update the equation to calculate PLL output frequency Exynos: uart: s5p: enabling the uart tx/rx fifo Albert ARIBAUD (8): Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master' Merge branch 'u-boot-ti/master' into 'u-boot-arm/master' arm: ensure u-boot only uses relative relocations remove all references to .dynsym arm: generalize lib/bss.c into lib/sections.c arm: make __image_copy_{start, end} compiler-generated arm: make __rel_dyn_{start, end} compiler-generated arm: optimize relocate_code routine Amar (9): FDT: Add compatible string for DWMMC EXYNOS5: FDT: Add DWMMC device node data DWMMC: Initialise dwmci and resolve EMMC read write issues EXYNOS5: DWMMC: Added FDT support for DWMMC EXYNOS5: DWMMC: Initialise the local variable to avoid unwanted results. SMDK5250: Initialise and Enable DWMMC, support FDT and non-FDT MMC: APIs to support resize of EMMC boot partition SMDK5250: Enable EMMC booting COMMON: MMC: Command to support EMMC booting and to resize EMMC boot partition Arkadiusz Wlodarczyk (1): arm:trats: change auto-booting to boot kernel with separate device tree blob Dan Murphy (5): arm: omap: Add check for fdtfile in the findfdt macro arm: omap5_uevm: Correct the console sys prompt for 5432 arm: dra7xx: Update the EXTRA_ENV_SETTINGS arm: omap4: panda: Add reading of the board revision arm: omap4: panda: Fix checkpatch on panda file Heiko Schocher (3): arm, am33xx: move rtc32k_enable() to common place arm, am335x: make mpu pll config configurable arm, am33xx: move uart soft reset code to common place Inderpal Singh (3): exynos: move tzpc_init to armv7/exynos exynos: update tzpc to make it common for exynos4 and exynos5 exynos: Update origen and smdkv310 to use common tzpc_init Naveen Krishna Chatradhi (2): power: exynos-tmu: fix warnings and clean up code power: exynos-tmu: use the mux_addr bit fields in tmu_control register Rajeshwari Shinde (3): SF: Add driver for Gigabyte device GD25LQ and GD25Q64B SMDK5250: Enable SPI Gigabyte device. MMC: DWMMC: Fix FIFO_DEPTH calculation Simon Guinot (3): net2big_v2: initialize I2C fan at startup LaCie/common: add support for the CPLD GPIO bus net2big_v2: initialize LEDs at startup Makefile | 7 + arch/arm/config.mk | 5 + arch/arm/cpu/arm920t/ep93xx/u-boot.lds | 6 +- arch/arm/cpu/arm926ejs/mxs/u-boot-spl.lds | 5 - arch/arm/cpu/arm926ejs/spear/u-boot-spl.lds | 5 - arch/arm/cpu/armv7/am33xx/board.c | 40 ++ arch/arm/cpu/armv7/am33xx/clock_am33xx.c | 9 +- arch/arm/cpu/armv7/exynos/Makefile | 2 +- arch/arm/cpu/armv7/exynos/clock.c | 10 +- .../arm/cpu/armv7/exynos/tzpc.c | 25 +- arch/arm/cpu/armv7/s5p-common/Makefile | 2 + arch/arm/cpu/ixp/u-boot.lds | 20 +- arch/arm/cpu/u-boot-spl.lds | 6 +- arch/arm/cpu/u-boot.lds | 21 +- arch/arm/dts/exynos5250.dtsi | 33 ++ arch/arm/include/asm/arch-am33xx/sys_proto.h | 4 + arch/arm/include/asm/arch-exynos/cpu.h | 4 + arch/arm/include/asm/arch-exynos/dwmmc.h | 11 +- arch/arm/include/asm/arch-exynos/tmu.h | 58 ++- arch/arm/include/asm/arch-exynos/tzpc.h | 20 + arch/arm/lib/Makefile | 2 +- arch/arm/lib/relocate.S | 61 +-- arch/arm/lib/{bss.c => sections.c} | 8 +- board/LaCie/common/cpld-gpio-bus.c | 50 +++ board/LaCie/common/cpld-gpio-bus.h | 24 ++ board/LaCie/net2big_v2/Makefile | 3 + board/LaCie/net2big_v2/net2big_v2.c | 154 +++++++- board/LaCie/net2big_v2/net2big_v2.h | 5 + board/actux1/u-boot.lds | 20 +- board/actux2/u-boot.lds | 20 +- board/actux3/u-boot.lds | 20 +- board/ait/cam_enc_4xx/u-boot-spl.lds | 5 - board/davinci/da8xxevm/u-boot-spl-da850evm.lds | 5 - board/davinci/da8xxevm/u-boot-spl-hawk.lds | 1 - board/dvlhost/u-boot.lds | 20 +- board/freescale/mx31ads/u-boot.lds | 20 +- board/isee/igep0033/board.c | 40 +- board/phytec/pcm051/board.c | 39 +- board/samsung/dts/exynos5250-smdk5250.dts | 24 ++ board/samsung/origen/lowlevel_init.S | 44 +-- board/samsung/origen/origen_setup.h | 25 -- board/samsung/smdk5250/Makefile | 5 +- board/samsung/smdk5250/clock_init.c | 18 + board/samsung/smdk5250/clock_init.h | 5 + board/samsung/smdk5250/exynos5-dt.c | 423 +++++++++++++++++++++ board/samsung/smdk5250/lowlevel_init.S | 2 + board/samsung/smdk5250/setup.h | 25 -- board/samsung/smdk5250/smdk5250.c | 223 +++-------- board/samsung/smdk5250/spl_boot.c | 64 +++- board/samsung/smdkv310/lowlevel_init.S | 60 +-- board/ti/am335x/board.c | 39 +- board/ti/panda/panda.c | 104 ++++- board/ti/ti814x/evm.c | 35 +- board/vpac270/u-boot-spl.lds | 6 +- common/cmd_mmc.c | 109 +++++- doc/device-tree-bindings/exynos/dwmmc.txt | 54 +++ drivers/mmc/dw_mmc.c | 27 +- drivers/mmc/exynos_dw_mmc.c | 127 ++++++- drivers/mmc/mmc.c | 134 +++++++ drivers/mtd/spi/Makefile | 1 + drivers/mtd/spi/gigadevice.c | 81 ++++ drivers/mtd/spi/spi_flash.c | 3 + drivers/mtd/spi/spi_flash_internal.h | 1 + drivers/power/exynos-tmu.c | 123 +++--- drivers/serial/serial_s5p.c | 13 +- drivers/video/exynos_fb.c | 4 +- include/asm-generic/sections.h | 3 - include/configs/am335x_evm.h | 7 +- include/configs/dra7xx_evm.h | 3 + include/configs/exynos5250-dt.h | 11 +- include/configs/lacie_kw.h | 9 +- include/configs/omap4_common.h | 7 +- include/configs/omap5_common.h | 9 +- include/configs/omap5_uevm.h | 4 +- include/configs/origen.h | 2 + include/configs/smdkv310.h | 2 + include/configs/trats.h | 17 +- include/dwmmc.h | 3 + include/fdtdec.h | 1 + include/mmc.h | 26 ++ lib/fdtdec.c | 1 + spl/Makefile | 8 + 82 files changed, 1899 insertions(+), 783 deletions(-) rename board/samsung/smdk5250/tzpc_init.c => arch/arm/cpu/armv7/exynos/tzpc.c (69%) rename arch/arm/lib/{bss.c => sections.c} (79%) create mode 100644 board/LaCie/common/cpld-gpio-bus.c create mode 100644 board/LaCie/common/cpld-gpio-bus.h create mode 100644 board/samsung/smdk5250/exynos5-dt.c create mode 100644 doc/device-tree-bindings/exynos/dwmmc.txt create mode 100644 drivers/mtd/spi/gigadevice.c Amicalement, -- Albert. _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot