From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Fri, 26 Jun 2015 22:01:47 +0200 Subject: [U-Boot] [PATCHv4 0/3] drivers/ddr/altera: Add the DDR controller driver for SoCFPGA In-Reply-To: <201506261843.13180.marex@denx.de> References: <1433303570-10004-1-git-send-email-dinguyen@opensource.altera.com> <201506261843.13180.marex@denx.de> Message-ID: <201506262201.47989.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 Friday, June 26, 2015 at 06:43:13 PM, Marek Vasut wrote: > On Wednesday, June 03, 2015 at 05:52:47 AM, dinguyen at opensource.altera.com > > wrote: > > From: Dinh Nguyen > > > > Hi, > > > > This is v4 of the patch series that adds the DDR controller driver for > > Altera's SoCFPGA platform. > > > > v4: > > - Further cleanup by removing comments that do not apply for Cyclone5. > > - Removed more unused functions > > > > Thanks, > > I applied this to u-boot/master and tried building for socfpga_cyclone5, > this is what I'm getting after I fixed these patches to actually apply > to u-boot/master (there was a minor conflict in Makefile): > > drivers/ddr/altera/sdram.c:11:35: fatal error: asm/arch/sdram_config.h: No > such file or directory > #include OK, these files were misplaced by the patch. Now I got it to compile, only to see that when I try to init DRAM on sockit using those, PHY calibration fails (run_mem_calibrate() returns 1). btw. I also think sdram_config.h should go into board/altera/ instead . Best regards, Marek Vasut