
From: Tien Fong Chee tien.fong.chee@intel.com
This patchset would remove the FPGA enable support feature from SPL, and moving all FPGA related functions into one location drivers/fpga/. After this, FPGA enable would be supported in U-boot instead of SPL. This change can help to save some space in SPL.
This series is working on top of u-boot.git - http://git.denx.de/u-boot.git
Tien Fong Chee (3): arm: socfpga: Remove unused FPGA feature from gen5 SPL arm: socfpga: Move Gen5 FPGA manager driver to FPGA driver arm: socfpga: Enable FPGA bridge in gen5 U-boot
arch/arm/mach-socfpga/Makefile | 1 - arch/arm/mach-socfpga/fpga_manager.c | 78 --------------------------- arch/arm/mach-socfpga/reset_manager_gen5.c | 9 +++ arch/arm/mach-socfpga/system_manager_gen5.c | 6 -- drivers/ddr/altera/sdram.c | 8 +++- drivers/fpga/socfpga_gen5.c | 54 ++++++++++++++++++ include/configs/socfpga_common.h | 4 ++ 7 files changed, 74 insertions(+), 86 deletions(-) delete mode 100644 arch/arm/mach-socfpga/fpga_manager.c