]> git.baikalelectronics.ru Git - uboot.git/commit
spl: socfpga: Implement fpga bitstream loading with socfpga loadfs
authorTien Fong Chee <tien.fong.chee@intel.com>
Tue, 7 May 2019 09:42:30 +0000 (17:42 +0800)
committerMarek Vasut <marex@denx.de>
Fri, 10 May 2019 20:48:11 +0000 (22:48 +0200)
commitdbde41407ee51194328e8288ba7128715ed702c1
tree099e967755262df7e02f0ce5a23172cfb2373f93
parentb2aa9ba305fe61e4e8df4ad32b17f5d014a782a8
spl: socfpga: Implement fpga bitstream loading with socfpga loadfs

Add support for loading FPGA bitstream to get DDR up running before
U-Boot is loaded into DDR. Boot device initialization, generic firmware
loader and SPL FAT support are required for this whole mechanism to work.

Signed-off-by: Tien Fong Chee <tien.fong.chee@intel.com>
arch/arm/mach-socfpga/include/mach/fpga_manager_arria10.h
arch/arm/mach-socfpga/spl_a10.c
drivers/fpga/socfpga_arria10.c