Hi Tom, The following changes since commit 04d2f0a9f33112bd70ce4d9c451fdca1682e3a59:
Revert "Start the deprecation process for generic board" (2014-04-04 10:09:19 -0400) are available in the git repository at: git://git.denx.de/u-boot-arm master for you to fetch changes up to 519fdde9e6a6ebce7dc743b4f5621503d25b7a45: Merge branch 'u-boot/master' into 'u-boot-arm/master' (2014-04-08 09:25:08 +0200) ---------------------------------------------------------------- Albert ARIBAUD (6): Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master' Merge branch 'u-boot/master' into 'u-boot-arm/master' Merge branch 'u-boot-ti/master' into 'u-boot-arm/master' Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' Merge branch 'u-boot/master' into 'u-boot-arm/master' Andreas Färber (1): arm: Handle .gnu.hash section in ldscripts Chin Liang See (1): socfpga: Adding Clock Manager driver David Feng (1): arm64 patch: gicv3 support Eric Nelson (1): ARM: mx6: Disable PCIe on SABRE Lite/Nitrogen6x Fabio Estevam (7): wandboard: Staticize usdhc1_pads mmc: Add a prototype for board_mmc_init() wandboard: Fix sparse warning wandboard: Include <input.h> fb: Add a prototype for board_video_skip() mx25pdk: Align the environment with other FSL boards woodburn_sd: Remove CONFIG_BOOT_INTERNAL Hannes Petermaier (2): board/BuR/kwb: fix usage of 'i2c_set_bus_speed' board: enable 32kHz RTC OSC at B&R boards Ilya Ledvich (1): drivers: net: cpsw: init phy with gigabit features Leo Yan (1): ARMv8: fix bug for flush data cache by set/way Marcel Ziswiler (4): arm: vf610: fix anadig register struct arm: vf610: add uart0 clock/iomux definitions arm: vf610: add enet1 support arm: vf610: fix double iomux configuration for vf610twr board Marek Vasut (13): arm: exynos: Squash bogus warnings in pinmux arm: mxs: Adjust the load address of U-Boot and SPL for HAB arm: mxs: Add support for generating signed BootStream ARM: mxs: Add OCOTP driver pci: mx6: Implement power callback ARM: mx6: Add PCIe on SabreSDP arm: mx5: Fix memory slowness on MX53QSB arm: mx5: Avoid hardcoding memory sizes on MX53QSB arm: mx5: Fix memory slowness on M53EVK arm: mx5: Avoid hardcoding memory sizes on M53EVK arm: mxs: Properly set GD pointer in SPL arm: mxs: Add serial console support into SPL arm: mxs: Add support for generating signed BootStream Mela Custodio (1): bootstage: arm: fix fdt stashing code Nitin Garg (3): ARM: Add workaround for Cortex-A9 errata 794072 ARM: Add workaround for Cortex-A9 errata 761320 MX6: Enable ARM errata workaround 794072 and 761320 Piotr Wilczek (12): exynos4:pinmux:fdt: decode peripheral id video:mipidsim:fdt: Add DT support for mipi dsim driver video:exynos_fb:fdt: add additional fdt data drivers:mmc:sdhci: enable support for DT board:samsung: move checkboard to common file arm:exynos: add common DTS file for exynos 4 board:samsung:common: move max77686 init function arm:exynos: enable sdhci and misc_init to common board board:origen: Enable device tree on Origen board:universal: Enable device tree on Universal board:trats: Enable device tree on Trats board:trats2: Enable device tree on Trats2 Przemyslaw Marczak (2): Trats/Trats2: Update Tizen partitions layout and dfu entities usb: dfu: add static alt num count in dfu_config_entities() Stefan Roese (2): arm: omap: cm_t35: Fix: Re-add GPMC_NAND_ECC_LP_x8_LAYOUT arm: am335x: DXR2: Move unconditional LAN9303 reset into command Stefano Babic (6): Merge branch 'master' of git://git.denx.de/u-boot-arm mxs: fix warning in SPL with console support imx: add rules for U-Boot DTB support mx6: add example DTB for mx6qsabreauto Revert "arm: mxs: Add support for generating signed BootStream" Merge branch 'master' of git://git.denx.de/u-boot-arm into master Stephen Warren (1): ARM: tegra: make all I2C ports open-drain Tim Harvey (2): power: add PFUZE100 PMIC driver ventana: Add Gateworks Ventana family support Tom Rini (2): am33xx: Rework #ifdef's around s_init for clarity am335x_evm: Remove SPI SPL from NOR support target Vasili Galka (1): drivers/spi/omap3: Bug fix of premature write transfer completion York Sun (4): armv8/cache: Consolidate setting for MAIR and TCR armv8/cache: Flush D-cache, invalidate I-cache for relocation armv8/cache: Change cache invalidate and flush function armv8: Flush dcache before switching to EL2 Łukasz Majewski (2): config:trats2: Change u-boot's TEXT_BASE from 0x78100000 to 0x43e00000 build:arm: Remove setting of CROSS_COMPILE environment variable Makefile | 8 +- README | 2 + arch/arm/config.mk | 8 +- arch/arm/cpu/arm926ejs/mxs/Makefile | 60 + arch/arm/cpu/arm926ejs/mxs/mxsimage-signed.cfg | 10 + arch/arm/cpu/arm926ejs/mxs/mxsimage.mx23.cfg | 8 +- arch/arm/cpu/arm926ejs/mxs/mxsimage.mx28.cfg | 8 +- arch/arm/cpu/arm926ejs/mxs/spl_boot.c | 35 + arch/arm/cpu/arm926ejs/mxs/u-boot-spl.lds | 2 +- arch/arm/cpu/armv7/am33xx/board.c | 8 +- arch/arm/cpu/armv7/exynos/pinmux.c | 29 + arch/arm/cpu/armv7/socfpga/Makefile | 2 +- arch/arm/cpu/armv7/socfpga/clock_manager.c | 361 ++++++ arch/arm/cpu/armv7/socfpga/spl.c | 89 ++ arch/arm/cpu/armv7/start.S | 7 +- arch/arm/cpu/armv8/Makefile | 1 - arch/arm/cpu/armv8/cache.S | 57 +- arch/arm/cpu/armv8/cache_v8.c | 25 +- arch/arm/cpu/armv8/gic.S | 106 -- arch/arm/cpu/armv8/start.S | 84 +- arch/arm/cpu/u-boot.lds | 1 + arch/arm/dts/Makefile | 6 + arch/arm/dts/exynos4.dtsi | 138 +++ arch/arm/dts/exynos4210-origen.dts | 45 + arch/arm/dts/exynos4210-trats.dts | 120 ++ arch/arm/dts/exynos4210-universal_c210.dts | 83 ++ arch/arm/dts/exynos4412-trats2.dts | 434 +++++++ arch/arm/dts/imx6q-sabreauto.dts | 13 + arch/arm/imx-common/Makefile | 8 + arch/arm/include/asm/arch-exynos/board.h | 12 + arch/arm/include/asm/arch-exynos/mipi_dsim.h | 5 + arch/arm/include/asm/arch-exynos/mmc.h | 7 + arch/arm/include/asm/arch-socfpga/clock_manager.h | 205 ++++ .../include/asm/arch-socfpga/socfpga_base_addrs.h | 1 + arch/arm/include/asm/arch-vf610/crm_regs.h | 57 +- arch/arm/include/asm/arch-vf610/imx-regs.h | 1 + arch/arm/include/asm/arch-vf610/iomux-vf610.h | 12 + arch/arm/include/asm/gic.h | 56 + arch/arm/include/asm/system.h | 1 + arch/arm/lib/Makefile | 1 + arch/arm/lib/bootm.c | 4 +- arch/arm/lib/gic_64.S | 194 +++ arch/arm/lib/relocate_64.S | 19 + board/BuR/kwb/board.c | 4 +- board/altera/socfpga/pll_config.h | 118 ++ board/denx/m53evk/m53evk.c | 31 +- board/freescale/mx53loco/mx53loco.c | 31 +- board/freescale/mx6sabresd/mx6sabresd.c | 11 + board/freescale/vf610twr/vf610twr.c | 1 - board/gateworks/gw_ventana/Makefile | 10 + board/gateworks/gw_ventana/README | 55 + board/gateworks/gw_ventana/clocks.cfg | 42 + board/gateworks/gw_ventana/gsc.c | 129 ++ board/gateworks/gw_ventana/gsc.h | 64 + board/gateworks/gw_ventana/gw_ventana.c | 1263 ++++++++++++++++++++ board/gateworks/gw_ventana/gw_ventana.cfg | 44 + board/gateworks/gw_ventana/ventana_eeprom.h | 106 ++ board/nvidia/dalmore/pinmux-config-dalmore.h | 16 +- board/nvidia/venice2/pinmux-config-venice2.h | 16 +- board/samsung/common/board.c | 180 +-- board/samsung/origen/origen.c | 112 +- board/samsung/smdk5250/exynos5-dt.c | 15 - board/samsung/smdk5250/smdk5250.c | 125 ++ board/samsung/smdk5420/smdk5420.c | 15 - board/samsung/trats/trats.c | 213 +--- board/samsung/trats2/trats2.c | 233 +--- board/samsung/universal_c210/universal.c | 204 +--- board/siemens/dxr2/board.c | 26 +- board/ti/am335x/u-boot.lds | 1 + board/wandboard/wandboard.c | 4 +- boards.cfg | 5 + doc/device-tree-bindings/video/exynos_mipi_dsi.txt | 82 ++ drivers/dfu/dfu.c | 6 +- drivers/misc/Makefile | 1 + drivers/misc/mxs_ocotp.c | 311 +++++ drivers/mmc/s5p_sdhci.c | 129 ++ drivers/net/cpsw.c | 6 +- drivers/pci/pcie_imx.c | 13 +- drivers/power/pmic/Makefile | 1 + drivers/power/pmic/pmic_pfuze100.c | 32 + drivers/spi/omap3_spi.c | 5 +- drivers/video/exynos_fb.c | 12 + drivers/video/exynos_mipi_dsi.c | 96 ++ include/configs/am335x_evm.h | 2 + include/configs/bur_am335x_common.h | 2 +- include/configs/cm_t35.h | 2 + include/configs/exynos4-dt.h | 138 +++ include/configs/gw_ventana.h | 425 +++++++ include/configs/m53evk.h | 8 +- include/configs/mx25pdk.h | 103 +- include/configs/mx53loco.h | 10 +- include/configs/mx6_common.h | 2 + include/configs/mx6qsabreauto.h | 3 + include/configs/mx6sabresd.h | 10 + include/configs/mxs.h | 15 +- include/configs/nitrogen6x.h | 1 - include/configs/origen.h | 110 +- include/configs/s5pc210_universal.h | 152 +-- include/configs/socfpga_cyclone5.h | 1 + include/configs/trats.h | 225 +--- include/configs/trats2.h | 220 +--- include/configs/vexpress_aemv8a.h | 7 + include/configs/woodburn_sd.h | 2 - include/fdtdec.h | 2 + include/linux/fb.h | 2 + include/mmc.h | 2 + include/phy.h | 2 + include/power/pfuze100_pmic.h | 96 ++ include/sdhci.h | 5 + lib/fdtdec.c | 2 + 110 files changed, 6015 insertions(+), 1635 deletions(-) create mode 100644 arch/arm/cpu/arm926ejs/mxs/mxsimage-signed.cfg create mode 100644 arch/arm/cpu/armv7/socfpga/clock_manager.c delete mode 100644 arch/arm/cpu/armv8/gic.S create mode 100644 arch/arm/dts/exynos4.dtsi create mode 100644 arch/arm/dts/exynos4210-origen.dts create mode 100644 arch/arm/dts/exynos4210-trats.dts create mode 100644 arch/arm/dts/exynos4210-universal_c210.dts create mode 100644 arch/arm/dts/exynos4412-trats2.dts create mode 100644 arch/arm/dts/imx6q-sabreauto.dts create mode 100644 arch/arm/include/asm/arch-socfpga/clock_manager.h create mode 100644 arch/arm/lib/gic_64.S create mode 100644 board/altera/socfpga/pll_config.h create mode 100644 board/gateworks/gw_ventana/Makefile create mode 100644 board/gateworks/gw_ventana/README create mode 100644 board/gateworks/gw_ventana/clocks.cfg create mode 100644 board/gateworks/gw_ventana/gsc.c create mode 100644 board/gateworks/gw_ventana/gsc.h create mode 100644 board/gateworks/gw_ventana/gw_ventana.c create mode 100644 board/gateworks/gw_ventana/gw_ventana.cfg create mode 100644 board/gateworks/gw_ventana/ventana_eeprom.h create mode 100644 doc/device-tree-bindings/video/exynos_mipi_dsi.txt create mode 100644 drivers/misc/mxs_ocotp.c create mode 100644 drivers/power/pmic/pmic_pfuze100.c create mode 100644 include/configs/exynos4-dt.h create mode 100644 include/configs/gw_ventana.h create mode 100644 include/power/pfuze100_pmic.h Amicalement, -- Albert. _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot