From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Goldschmidt Date: Mon, 1 Apr 2019 22:01:48 +0200 Subject: [U-Boot] [PATCH v4 0/2] spl: full-featured heap cleanups Message-ID: <20190401200150.1630-1-simon.k.r.goldschmidt@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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