public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/3] Remove unused FPGA feature from gen5 SPL
@ 2017-07-27  4:36 tien.fong.chee at intel.com
  2017-07-27  4:36 ` [U-Boot] [PATCH 1/3] arm: socfpga: " tien.fong.chee at intel.com
                   ` (2 more replies)
  0 siblings, 3 replies; 15+ messages in thread
From: tien.fong.chee at intel.com @ 2017-07-27  4:36 UTC (permalink / raw)
  To: u-boot

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

-- 
1.7.7.4

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2017-07-31 10:03 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-27  4:36 [U-Boot] [PATCH 0/3] Remove unused FPGA feature from gen5 SPL tien.fong.chee at intel.com
2017-07-27  4:36 ` [U-Boot] [PATCH 1/3] arm: socfpga: " tien.fong.chee at intel.com
2017-07-27  8:21   ` Marek Vasut
2017-07-27  9:21     ` Chee, Tien Fong
2017-07-27  9:37       ` Marek Vasut
2017-07-28  5:16         ` Chee, Tien Fong
2017-07-28  7:52           ` Marek Vasut
2017-07-28 11:35             ` Chee, Tien Fong
2017-07-28 11:40               ` Marek Vasut
2017-07-31 10:03                 ` Chee, Tien Fong
2017-07-27  4:36 ` [U-Boot] [PATCH 2/3] arm: socfpga: Move Gen5 FPGA manager driver to FPGA driver tien.fong.chee at intel.com
2017-07-27  4:36 ` [U-Boot] [PATCH 3/3] arm: socfpga: Enable FPGA bridge in gen5 U-boot tien.fong.chee at intel.com
2017-07-27  8:24   ` Marek Vasut
2017-07-27  9:26     ` Chee, Tien Fong
2017-07-27  9:39       ` Marek Vasut

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox