[U-Boot] [PATCH v2 0/5] arm: socfpga: stack and Kconfig cleanups

Simon Goldschmidt simon.k.r.goldschmidt at gmail.com
Mon Mar 4 20:53:47 UTC 2019


This series cleans up stack definitions in socfpga_common.h as well as
cleans up defconfig files by implying/defaulting common things in Kconfig
files.

Finally, it reduces the malloc pool size used in first stage of gen5 SPL
(without ddr available) in order to have more space available for code.

As this series does not contain direct bugfixes, it targets the
socfpga-next branch.

Changes in v2:
- fix commit message: "SPL post-reloc", not "SPL pre-reloc"
- added patch to imply/default common config options
- added patch to reduce gen5 SPL initial malloc pool to 2 KiB

Simon Goldschmidt (5):
  arm: socfpga: fix comment about SPL memory layout
  arm: socfpga: a10: move SPL stack size to Kconfig
  arm: socfpga: put initial U-Boot stack into DDR
  arm: socfpga: imply/default common config options
  arm: socfpga: gen5: reduce SPL pre-reloc malloc

 arch/arm/Kconfig                       |  3 ++
 arch/arm/mach-socfpga/Kconfig          | 22 ++++++++++++++
 configs/socfpga_arria10_defconfig      |  7 -----
 configs/socfpga_arria5_defconfig       | 10 -------
 configs/socfpga_cyclone5_defconfig     | 10 -------
 configs/socfpga_dbm_soc1_defconfig     | 10 -------
 configs/socfpga_de0_nano_soc_defconfig | 10 -------
 configs/socfpga_de10_nano_defconfig    | 10 -------
 configs/socfpga_de1_soc_defconfig      | 10 -------
 configs/socfpga_is1_defconfig          |  8 ------
 configs/socfpga_sockit_defconfig       | 10 -------
 configs/socfpga_socrates_defconfig     | 10 -------
 configs/socfpga_sr1500_defconfig       | 10 -------
 configs/socfpga_stratix10_defconfig    |  4 ---
 configs/socfpga_vining_fpga_defconfig  | 10 -------
 include/configs/socfpga_common.h       | 40 +++++++++++---------------
 16 files changed, 41 insertions(+), 143 deletions(-)

-- 
2.17.1



More information about the U-Boot mailing list