Hi Tom, another pull request for 2015.04 release. Atmel stuff should be fine now for this release.
The following changes since commit 662e2acb46250881ec26bc8366fc9eb1856cb7c2: sunxi: UTOO_P66: Add missing MAINTAINERS entry (2015-03-29 14:56:48 +0200) are available in the git repository at: git://git.denx.de/u-boot-atmel.git master for you to fetch changes up to b2d387bcebba352ca64b781486507800964d7ffd: ARM: at91: sama5: move the common part of configurations to at91-sama5_common.h (2015-04-01 01:04:32 +0200) ---------------------------------------------------------------- Bo Shen (6): ARM: atmel: arm9: switch to use common timer functions ARM: atmel: armv7: switch to use common timer functions ARM: atmel: arm926ejs: fix clock configuration ARM: atmel: at91sam9m10g45ek: enable spl support ARM: atmel: at91sam9x5ek: enable spl support ARM: atmel: at91sam9n12ek: enable spl support David Dueck (1): ARM: at91: atmel_nand: Support flash based BBT Heiko Schocher (1): arm, at91: corvus: move MACH_TYPE to defconfig Tom Rini (1): spl_atmel.c: Switch s_init to board_init_f Wu, Josh (3): ARM: at91: sama5d4: display the U-Boot version on LCD ARM: at91: at91sam9n12ek: save the environment to a fat file in MMC card ARM: at91: sama5: move the common part of configurations to at91-sama5_common.h arch/arm/mach-at91/Kconfig | 3 + arch/arm/mach-at91/Makefile | 2 + arch/arm/mach-at91/arm926ejs/clock.c | 54 +++++++------- arch/arm/mach-at91/arm926ejs/timer.c | 59 --------------- arch/arm/mach-at91/arm926ejs/u-boot-spl.lds | 48 +++++++++++++ arch/arm/mach-at91/armv7/timer.c | 61 ---------------- arch/arm/mach-at91/include/mach/at91_pmc.h | 6 +- arch/arm/mach-at91/include/mach/at91sam9260.h | 3 + arch/arm/mach-at91/include/mach/at91sam9261.h | 3 + arch/arm/mach-at91/include/mach/at91sam9263.h | 3 + arch/arm/mach-at91/include/mach/at91sam9g45.h | 3 + arch/arm/mach-at91/include/mach/at91sam9rl.h | 3 + arch/arm/mach-at91/include/mach/at91sam9x5.h | 13 ++++ arch/arm/mach-at91/include/mach/sama5d3.h | 3 + arch/arm/mach-at91/include/mach/sama5d4.h | 3 + arch/arm/mach-at91/mpddrc.c | 3 +- arch/arm/mach-at91/spl.c | 2 +- arch/arm/mach-at91/spl_at91.c | 11 ++- arch/arm/mach-at91/spl_atmel.c | 10 +++ board/atmel/at91sam9m10g45ek/at91sam9m10g45ek.c | 80 +++++++++++++++++++++ board/atmel/at91sam9n12ek/at91sam9n12ek.c | 73 +++++++++++++++++++ board/atmel/at91sam9x5ek/at91sam9x5ek.c | 74 +++++++++++++++++++ board/atmel/sama5d4_xplained/sama5d4_xplained.c | 2 + board/atmel/sama5d4ek/sama5d4ek.c | 2 + configs/at91sam9m10g45ek_mmc_defconfig | 1 + configs/at91sam9m10g45ek_nandflash_defconfig | 1 + configs/at91sam9n12ek_nandflash_defconfig | 1 + configs/at91sam9n12ek_spiflash_defconfig | 1 + configs/at91sam9x5ek_nandflash_defconfig | 1 + configs/at91sam9x5ek_spiflash_defconfig | 1 + configs/corvus_defconfig | 2 +- drivers/mtd/nand/atmel_nand.c | 6 ++ include/configs/at91-sama5_common.h | 87 +++++++++++++++++++++++ include/configs/at91sam9m10g45ek.h | 58 +++++++++++++++ include/configs/at91sam9n12ek.h | 73 ++++++++++++++++++- include/configs/at91sam9x5ek.h | 57 +++++++++++++++ include/configs/corvus.h | 3 - include/configs/sama5d3_xplained.h | 77 +------------------- include/configs/sama5d3xek.h | 82 ++------------------- include/configs/sama5d4_xplained.h | 76 +------------------- include/configs/sama5d4ek.h | 78 +------------------- 41 files changed, 673 insertions(+), 456 deletions(-) create mode 100644 arch/arm/mach-at91/arm926ejs/u-boot-spl.lds create mode 100644 include/configs/at91-sama5_common.h _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot