Hi Tom, As discussed here is a pull-req to fix the FEL booting issue. We had already build up a queue of some misc. fixes in u-boot-sunxi/next, so those are included too.
The following changes since commit bd2a4888b123713adec271d6c8040ca9f609aa2f: sunxi: configs/sunxi-common.h: Enable CONFIG_CMD_PART (2015-02-11 19:43:45 -0500) are available in the git repository at: http://git.denx.de/u-boot-sunxi.git master for you to fetch changes up to 840fe95c3bcff7692c51b90ebc0d350792597ff0: sunxi: Support the FEL boot mode in the regular u-boot build (2015-02-16 20:23:52 +0100) ---------------------------------------------------------------- Hans de Goede (5): sunxi: MAINTAINERS: drop no longer existing felconfig-s from MAINTAINERS sunxi: video: Do not use CONFIG_SYS_MEM_TOP_HIDE for the framebuffer sunxi: video: Dynamically reserve framebuffer memory sunxi: dram: Un-inline dram helper functions sunxi: otg: Fix peripheral mode Paul Kocialkowski (1): sunxi: Ampe A76 support Siarhei Siamashka (2): tools: mksunxiboot: Fix problems on big endian systems sunxi: Support the FEL boot mode in the regular u-boot build Simon Glass (3): arm: Allow lr to be saved by board code arm: spl: Provide for a board-specific loader sunxi: Normalise FEL support arch/arm/cpu/armv7/exynos/spl_boot.c | 1 - arch/arm/cpu/armv7/omap-common/lowlevel_init.S | 2 +- arch/arm/cpu/armv7/omap3/lowlevel_init.S | 2 +- arch/arm/cpu/armv7/start.S | 7 ++- arch/arm/cpu/armv7/sunxi/Makefile | 5 +- arch/arm/cpu/armv7/sunxi/board.c | 46 ++++++++++++++- arch/arm/cpu/armv7/sunxi/config.mk | 2 - arch/arm/cpu/armv7/sunxi/dram_helpers.c | 37 ++++++++++++ arch/arm/cpu/armv7/sunxi/fel_utils.S | 42 +++++++++++++ arch/arm/cpu/armv7/sunxi/u-boot-spl-fel.lds | 82 -------------------------- arch/arm/include/asm/arch-sunxi/dram.h | 28 +-------- arch/arm/include/asm/arch-sunxi/sys_proto.h | 10 ++++ arch/arm/include/asm/spl.h | 4 ++ arch/arm/include/asm/system.h | 15 +++++ board/nokia/rx51/lowlevel_init.S | 3 +- board/sunxi/Kconfig | 10 ++++ board/sunxi/MAINTAINERS | 7 ++- common/spl/spl.c | 5 ++ configs/Ampe_A76_defconfig | 15 +++++ drivers/usb/musb-new/sunxi.c | 13 +--- drivers/video/sunxi_display.c | 36 +++++++++-- include/configs/sunxi-common.h | 14 ++--- scripts/Makefile.spl | 2 - tools/mksunxiboot.c | 14 +++-- 24 files changed, 247 insertions(+), 155 deletions(-) create mode 100644 arch/arm/cpu/armv7/sunxi/dram_helpers.c create mode 100644 arch/arm/cpu/armv7/sunxi/fel_utils.S delete mode 100644 arch/arm/cpu/armv7/sunxi/u-boot-spl-fel.lds create mode 100644 configs/Ampe_A76_defconfig Thanks & Regards, Hans _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot