u-boot-brain/drivers/ddr/altera
Simon Goldschmidt 285b3cb939 dm: ddr: socfpga: fix gen5 ddr driver to not use bss
This driver uses bss from SPL board_init_f(). Change it to move all the
data from bss to a common struct allocated on the stack (64 byte).

In addition to saving 28 bytes of bss, the code even gets 264 bytes
smaller.

Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
2019-07-21 12:45:01 +02:00
..
Kconfig arm: socfpga: Move Stratix 10 SDRAM driver to DM 2019-05-06 12:44:17 +02:00
Makefile ddr: altera: Compile ALTERA SDRAM in SPL only 2019-05-06 12:44:17 +02:00
sdram_arria10.c ddr: socfpga: Clean up ddr_setup() 2019-03-09 23:25:19 +01:00
sdram_gen5.c arm: socfpga: move gen5 SDR driver to DM 2019-04-17 22:20:16 +02:00
sdram_s10.c arm: socfpga: Move Stratix 10 SDRAM driver to DM 2019-05-06 12:44:17 +02:00
sdram_s10.h arm: socfpga: Move Stratix 10 SDRAM driver to DM 2019-05-06 12:44:17 +02:00
sequencer.c dm: ddr: socfpga: fix gen5 ddr driver to not use bss 2019-07-21 12:45:01 +02:00
sequencer.h dm: ddr: socfpga: fix gen5 ddr driver to not use bss 2019-07-21 12:45:01 +02:00