board_f: Rename initdram() to dram_init()This allows us to use the same DRAM init function on all archs. Add adummy function for arc, which does not use DRAM init here.Signed-off-by: Simon Glass
board_f: Rename initdram() to dram_init()This allows us to use the same DRAM init function on all archs. Add adummy function for arc, which does not use DRAM init here.Signed-off-by: Simon Glass <sjg@chromium.org>[trini: Dummy function on nios2]Signed-off-by: Tom Rini <trini@konsulko.com>
show more ...
board_f: Drop return value from initdram()At present we cannot use this function as an init sequence call without awrapper, since it returns the RAM size. Adjust it to set the RAM size inglobal_d
board_f: Drop return value from initdram()At present we cannot use this function as an init sequence call without awrapper, since it returns the RAM size. Adjust it to set the RAM size inglobal_data instead, and return 0 on success.Signed-off-by: Simon Glass <sjg@chromium.org>Reviewed-by: Stefan Roese <sr@denx.de>
board_f: Drop board_type parameter from initdram()It looks like only cm5200 and tqm8xx use this feature, so we don't reallyneed it in generic code. Drop it and have the users access gd->board_type
board_f: Drop board_type parameter from initdram()It looks like only cm5200 and tqm8xx use this feature, so we don't reallyneed it in generic code. Drop it and have the users access gd->board_typedirectly.Signed-off-by: Simon Glass <sjg@chromium.org>Reviewed-by: Stefan Roese <sr@denx.de>
mips: Add MIPSfpga platform supportMIPSfpga is an FPGA based dev platform.In a nutshell, its a microAptiv cpu core with lots of Xilinx IP blocksThe FPGA dev board used is the Nexys4DDR board by
mips: Add MIPSfpga platform supportMIPSfpga is an FPGA based dev platform.In a nutshell, its a microAptiv cpu core with lots of Xilinx IP blocksThe FPGA dev board used is the Nexys4DDR board by Digilent.For more information, check the Readme file in board/imgtec/xilfpgaSigned-off-by: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>Reviewed-by: Paul Burton <paul.burton@imgtec.com>Reviewed-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>