[U-Boot] [PATCH] vf610twr: Fix typo in DRAM init

2015-10-09 Thread Anthony Felice
This commit fixes a typo in vf610twr DRAM init that was causing a hang in U-Boot for the Vybrid Tower. This typo was introduced in commit 3f353cecc (vf610: refactor DDRMC code). Signed-off-by: Anthony Felice --- board/freescale/vf610twr/vf610twr.c | 2 +- 1 file changed, 1 insertion(+), 1

[U-Boot] [PATCH] vf610twr: Enable all masks of CCGRx registers.

2015-10-08 Thread Anthony Felice
clocks, and this has been done in previous Freescale releases of U-Boot for the Vybrid Tower. Signed-off-by: Anthony Felice --- arch/arm/include/asm/arch-vf610/crm_regs.h | 1 + board/freescale/vf610twr/vf610twr.c| 22 +- 2 files changed, 10 insertions(+), 13 deletions

[U-Boot] [PATCH] vf610twr: Tune DDR initialization settings

2014-05-14 Thread Anthony Felice
. Signed-off-by: Anthony Felice --- arch/arm/include/asm/arch-vf610/imx-regs.h| 50 +++--- arch/arm/include/asm/arch-vf610/iomux-vf610.h | 44 +++-- arch/arm/include/asm/imx-common/iomux-v3.h| 2 + board/freescale/vf610twr/vf610twr.c | 93