]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
driver/ddr/altera: Add the sdram calibration portion
authorDinh Nguyen <dinguyen@opensource.altera.com>
Wed, 3 Jun 2015 03:52:49 +0000 (22:52 -0500)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 06:17:19 +0000 (08:17 +0200)
commite0569b83d9d0419bcd6cdfbc5e78f49121dfe38d
tree1fbfeb62493db27f46b682c4f06d34ac97bbaf2d
parent84e660cb66327cd7906dcfcbc66ff7a7f94fce32
driver/ddr/altera: Add the sdram calibration portion

This patch adds the DDR calibration portion of the Altera SDRAM driver.

Signed-off-by: Dinh Nguyen <dinguyen@opensource.altera.com>
drivers/ddr/altera/Makefile [new file with mode: 0644]
drivers/ddr/altera/sequencer.c [new file with mode: 0644]
drivers/ddr/altera/sequencer.h [new file with mode: 0644]
drivers/ddr/altera/sequencer_auto.h [new file with mode: 0644]
drivers/ddr/altera/sequencer_auto_ac_init.h [new file with mode: 0644]
drivers/ddr/altera/sequencer_auto_inst_init.h [new file with mode: 0644]
drivers/ddr/altera/sequencer_defines.h [new file with mode: 0644]