u-boot-brain/drivers/ddr/altera
Marek Vasut 8eccde3ebb ddr: altera: Internal scc_mgr_apply_group_all_out_delay_add() cleanup part 1
Apparently, in case of the DQ and DM, the value if the new_delay variable
is calculated, but the value is not used. Zap the entire code which does
calculate the value.

It is not clear to me whether or not the code is doing the right thing
in the first place. Right now, it calls scc_mgr_load_dq() and
scc_mgr_load_dm() respectively, but I suspect it might need to call
scc_mgr_apply_group_dq_out1_delay() and scc_mgr_apply_group_dm_out1_delay()
instead. This is something Altera must investigate.

Signed-off-by: Marek Vasut <marex@denx.de>
2015-08-08 14:14:13 +02:00
..
Makefile driver/ddr/altera: Add the sdram calibration portion 2015-08-08 14:14:05 +02:00
sdram.c ddr: altera: Wrap SOCFPGA_SDR_ADDRESS into SDR_PHYGRP.*ADDRESS 2015-08-08 14:14:11 +02:00
sequencer_auto_ac_init.h driver/ddr/altera: Add the sdram calibration portion 2015-08-08 14:14:05 +02:00
sequencer_auto_inst_init.h driver/ddr/altera: Add the sdram calibration portion 2015-08-08 14:14:05 +02:00
sequencer_auto.h driver/ddr/altera: Add the sdram calibration portion 2015-08-08 14:14:05 +02:00
sequencer_defines.h driver/ddr/altera: Add the sdram calibration portion 2015-08-08 14:14:05 +02:00
sequencer.c ddr: altera: Internal scc_mgr_apply_group_all_out_delay_add() cleanup part 1 2015-08-08 14:14:13 +02:00
sequencer.h ddr: altera: Stop using SDR_CTRLGRP_ADDRESS directly 2015-08-08 14:14:11 +02:00