]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
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)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 06:17:19 +0000 (08:17 +0200)
commit84e660cb66327cd7906dcfcbc66ff7a7f94fce32
tree5cedf084ee0910be6a91dc37a45e19d2da591cee
parent537830cf6cbab2eaf1ffedda202ecab9348e46c0
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