[U-Boot] [PATCH 0/3] Remove unused FPGA feature from gen5 SPL
tien.fong.chee at intel.com
tien.fong.chee at intel.com
Thu Jul 27 04:36:45 UTC 2017
From: Tien Fong Chee <tien.fong.chee at 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
--
1.7.7.4
More information about the U-Boot
mailing list