[U-Boot] [PATCH v4 0/2] spl: full-featured heap cleanups

Simon Goldschmidt simon.k.r.goldschmidt at gmail.com
Mon Apr 1 20:01:48 UTC 2019


Since clearing BSS before board_init_r is clearly not accepted, let's
just fix 2 bugs in dlmalloc and I'll handle the socfpga_a10 cleanup
in a different way (see discussions in v1 to v3 of this series...).

Changes in v4:
- dumped clearing BSS before SPL board_init_f, only real bugfixes remain

Changes in v3:
- fixed summary ("stack" -> "heap")
- enable CONFIG_SPL_CLEAR_BSS_F for socfpga_arria10 using full malloc
  early in SPL
- rebased

Simon Goldschmidt (2):
  dlmalloc: fix malloc range at end of ram
  dlmalloc: be compatible to tiny printf

 common/dlmalloc.c | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

-- 
2.17.1



More information about the U-Boot mailing list