]> git.ipfire.org Git - people/ms/u-boot.git/commit - Makefile
driver/ddr/altera: Add DDR driver for Altera's SDRAM controller
authorDinh Nguyen <dinguyen@opensource.altera.com>
Wed, 3 Jun 2015 03:52:48 +0000 (22:52 -0500)
committerMarek Vasut <marex@denx.de>
Sat, 8 Aug 2015 12:14:05 +0000 (14:14 +0200)
commit9bbd2132e3af95ac225f3641b69bd129da11457f
tree35f73f7f63456ccd7fde6710e63cbcb6c9b62c32
parent9f76f105c765d3c681309137e9ca5364e1ae9f2a
driver/ddr/altera: Add DDR driver for Altera's SDRAM controller

This patch enables the SDRAM controller that is used on Altera's SoCFPGA
family. This patch configures the SDRAM controller based on a configuration
file that is generated from the Quartus tool, sdram_config.h.

Signed-off-by: Dinh Nguyen <dinguyen@opensource.altera.com>
Makefile
arch/arm/mach-socfpga/include/mach/sdram.h
arch/arm/mach-socfpga/include/mach/sdram_config.h [new file with mode: 0644]
drivers/ddr/altera/sdram.c [new file with mode: 0644]
scripts/Makefile.spl