Hi Albert, Please pull from u-boot-sunxi.git/master for a set of patches adding generic boot command support + a series of DRAM cleanups and fixes.
Note the generic boot command support depends on "config: introduce a generic $bootcmd" which has been merged into u-boot/master, but not yet into u-boot-arm/master. So I've cherry picked that patch into u-boot-sunxi/master. It should "disappear" on merge. The following changes since commit 1899fac925eda817e12234aef3d01d354788662e: Merge branch 'u-boot-sunxi/master' into 'u-boot-arm/master' (2014-08-09 16:48:34 +0200) are available in the git repository at: http://git.denx.de/u-boot-sunxi.git master for you to fetch changes up to bf4ca384ad991c09cad7dd7838c1da6756c101b9: sunxi: dram: Autodetect DDR3 bus width and density (2014-08-12 08:42:34 +0200) ---------------------------------------------------------------- Dennis Gilmore (1): config: introduce a generic $bootcmd Hans de Goede (7): sunxi-common.h: Remove CONFIG_SYS_BOOT_GET_CMDLINE sunxi-common.h: Remove dead #ifdef CONFIG_CMD_NET code block sunxi-common.h: Don't undefine CONFIG_CMD_NFS sunxi-common.h: Don't undef CONFIG_CMD_NET only to redefine it again later sunxi: Kconfig: move common settings into a shared code block sunxi-common.h: Use new generic $bootcmd sunxi: Add environment settings to make extlinux.conf booting work Siarhei Siamashka (16): sunxi: dram: Remove useless 'dramc_scan_dll_para()' function sunxi: dram: Remove broken super-standby remnants sunxi: dram: Respect the DDR3 reset timing requirements sunxi: dram: Fix CKE delay handling for sun4i/sun5i sunxi: dram: Remove broken impedance and ODT configuration code sunxi: dram: Do DDR3 reset in the same way on sun4i/sun5i/sun7i sunxi: dram: Add 'await_bits_clear'/'await_bits_set' helper functions sunxi: dram: Re-introduce the impedance calibration ond ODT sunxi: dram: Configurable MBUS clock speed (use PLL5 or PLL6) sunxi: dram: Use divisor P=1 for PLL5 sunxi: dram: Improve DQS gate data training error handling sunxi: dram: Add a helper function 'mctl_get_number_of_lanes' sunxi: dram: Configurable DQS gating window mode and delay sunxi: dram: Drop DDR2 support and assume only single rank DDR3 memory sunxi: dram: Derive write recovery delay from DRAM clock speed sunxi: dram: Autodetect DDR3 bus width and density arch/arm/cpu/armv7/sunxi/dram.c | 621 ++++++++++++++++++--------------- arch/arm/include/asm/arch-sunxi/dram.h | 14 +- board/sunxi/Kconfig | 33 +- configs/A10-OLinuXino-Lime_defconfig | 1 + configs/A10s-OLinuXino-M_defconfig | 1 + configs/A13-OLinuXinoM_defconfig | 1 + configs/A13-OLinuXino_defconfig | 1 + configs/A20-OLinuXino_MICRO_defconfig | 1 + configs/Auxtek-T004_defconfig | 1 + configs/Bananapi_defconfig | 1 + configs/Cubieboard2_FEL_defconfig | 1 + configs/Cubieboard2_defconfig | 1 + configs/Cubieboard_defconfig | 1 + configs/Cubietruck_FEL_defconfig | 1 + configs/Cubietruck_defconfig | 1 + configs/Linksprite_pcDuino3_defconfig | 1 + configs/Mele_A1000G_defconfig | 1 + configs/Mele_A1000_defconfig | 1 + configs/Mini-X-1Gb_defconfig | 1 + configs/Mini-X_defconfig | 1 + configs/ba10_tv_box_defconfig | 1 + configs/i12-tvbox_defconfig | 1 + configs/qt840a_defconfig | 1 + configs/r7-tv-dongle_defconfig | 1 + include/config_distro_bootcmd.h | 197 +++++++++++ include/configs/sunxi-common.h | 56 ++- 26 files changed, 614 insertions(+), 328 deletions(-) create mode 100644 include/config_distro_bootcmd.h Regards, Hans _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot