
On 20 December 2013 02:34, Rajeshwari S Shinde rajeshwari.s@samsung.com wrote:
This patch intends to add DDR3 initialization code for Exynos5420.
Signed-off-by: Akshay Saraswat akshay.s@samsung.com Signed-off-by: Rajeshwari S Shinde rajeshwari.s@samsung.com
Acked-by: Simon Glass sjg@chromium.org
Changes in V2: - Corrected a compilation issue for SMDK5250. Changes in V3: - None Changes in V4: - None Changes in V5: - None Changes in V6: - None Changes in V7: - Fixed multi line comment. Changes in V8: - None Changes in V9: - Used samsung_get base to get the dmc base address Changes in V10: - Changed to new 5420 dmc and power resgister structure. - Changed the input parameters for dmc common functions due to changes in the dmc register structure. Changes in V11: - None Changes in V12: - Changed const void* to uint32_t * arch/arm/cpu/armv7/exynos/dmc_common.c | 60 ++-- arch/arm/cpu/armv7/exynos/dmc_init_ddr3.c | 439 +++++++++++++++++++++++++++++- arch/arm/cpu/armv7/exynos/exynos5_setup.h | 26 +- arch/arm/include/asm/arch-exynos/cpu.h | 7 +- arch/arm/include/asm/arch-exynos/dmc.h | 10 + 5 files changed, 484 insertions(+), 58 deletions(-)