
15 Jan
2015
15 Jan
'15
12:41 a.m.
On Wednesday, January 14, 2015 at 05:40:43 PM, dinguyen@opensource.altera.com wrote:
From: Dinh Nguyen dinguyen@opensource.altera.com
Add SDRAM initialization for the SOCFPGA platform.
Signed-off-by: Dinh Nguyen dinguyen@opensource.altera.com
arch/arm/cpu/armv7/socfpga/Makefile | 2 +- arch/arm/cpu/armv7/socfpga/sdram.c | 1311 +++++++++++++++++++++++++++++ arch/arm/include/asm/arch-socfpga/sdram.h | 434 ++++++++++ include/configs/socfpga_cyclone5.h | 1 + 4 files changed, 1747 insertions(+), 1 deletion(-) create mode 100644 arch/arm/cpu/armv7/socfpga/sdram.c create mode 100644 arch/arm/include/asm/arch-socfpga/sdram.h
Hi!
I suspect the same comments as for patch 02/22 apply here, so we can discuss them there :)
Best regards, Marek Vasut