From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Thu, 15 Jan 2015 00:41:54 +0100 Subject: [U-Boot] [PATCHv1 03/22] arm: socfpga: Add sdram initialization code In-Reply-To: <1421253662-27222-4-git-send-email-dinguyen@opensource.altera.com> References: <1421253662-27222-1-git-send-email-dinguyen@opensource.altera.com> <1421253662-27222-4-git-send-email-dinguyen@opensource.altera.com> Message-ID: <201501150041.54404.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wednesday, January 14, 2015 at 05:40:43 PM, dinguyen at opensource.altera.com wrote: > From: Dinh Nguyen > > Add SDRAM initialization for the SOCFPGA platform. > > Signed-off-by: Dinh Nguyen > --- > 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