]> code.ossystems Code Review - bsp/u-boot.git/commit
imx: mx7: DDR controller configuration for the i.MX7 architecture
authorUri Mashiach <uri.mashiach@compulab.co.il>
Sun, 24 Sep 2017 06:00:23 +0000 (09:00 +0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Mon, 2 Oct 2017 17:31:33 +0000 (14:31 -0300)
commitb4ee05016306bf0da2a38f4e3d9bae7d72e78e77
tree2c1629192f0c7f64fcd42e8206bb7ccae32bf73c
parent9ad01a2efb12d91ac510340978b0c5ad337ea458
imx: mx7: DDR controller configuration for the i.MX7 architecture

The configuration files imximage.cfg are used for the DDR controller
configuration.
Add DDR configuration function to replace the DDR controller
configuration in the imximage.cfg file. The function can be used for
DDR size detection.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>
(cherry picked from commit 125db79b96f7496e8e922b6710ee2de6cfb47363)
arch/arm/include/asm/arch-mx7/crm_regs.h
arch/arm/include/asm/arch-mx7/imx-regs.h
arch/arm/include/asm/arch-mx7/mx7-ddr.h [new file with mode: 0644]
arch/arm/mach-imx/mx7/Makefile
arch/arm/mach-imx/mx7/ddr.c [new file with mode: 0644]