Re: [U-Boot] [PATCH v2] spl: add overall SPL size check

2019-05-28 Thread Simon Goldschmidt
Am 27.05.2019 um 18:25 schrieb Masahiro Yamada: On Fri, May 24, 2019 at 5:17 AM Tom Rini wrote: On Thu, May 23, 2019 at 10:08:54PM +0200, Simon Goldschmidt wrote: Am 13.05.2019 um 14:45 schrieb Simon Goldschmidt: On Sat, May 11, 2019 at 3:55 AM Tom Rini wrote: On Mon, Apr 22, 2019 at

Re: [U-Boot] [PATCH v2] spl: add overall SPL size check

2019-05-27 Thread Masahiro Yamada
On Fri, May 24, 2019 at 5:17 AM Tom Rini wrote: > > On Thu, May 23, 2019 at 10:08:54PM +0200, Simon Goldschmidt wrote: > > Am 13.05.2019 um 14:45 schrieb Simon Goldschmidt: > > >On Sat, May 11, 2019 at 3:55 AM Tom Rini wrote: > > >> > > >>On Mon, Apr 22, 2019 at 10:27:21PM +0200, Simon

Re: [U-Boot] [PATCH v2] spl: add overall SPL size check

2019-05-23 Thread Tom Rini
On Thu, May 23, 2019 at 10:08:54PM +0200, Simon Goldschmidt wrote: > Am 13.05.2019 um 14:45 schrieb Simon Goldschmidt: > >On Sat, May 11, 2019 at 3:55 AM Tom Rini wrote: > >> > >>On Mon, Apr 22, 2019 at 10:27:21PM +0200, Simon Goldschmidt wrote: > >> > >>>This adds a size check for SPL that can

Re: [U-Boot] [PATCH v2] spl: add overall SPL size check

2019-05-23 Thread Simon Goldschmidt
Am 13.05.2019 um 14:45 schrieb Simon Goldschmidt: On Sat, May 11, 2019 at 3:55 AM Tom Rini wrote: On Mon, Apr 22, 2019 at 10:27:21PM +0200, Simon Goldschmidt wrote: This adds a size check for SPL that can dynamically check generated SPL binaries (including devicetree) for a size limit that

Re: [U-Boot] [PATCH v2] spl: add overall SPL size check

2019-05-13 Thread Simon Goldschmidt
On Sat, May 11, 2019 at 3:55 AM Tom Rini wrote: > > On Mon, Apr 22, 2019 at 10:27:21PM +0200, Simon Goldschmidt wrote: > > > This adds a size check for SPL that can dynamically check generated > > SPL binaries (including devicetree) for a size limit that ensures > > this image plus global data,

Re: [U-Boot] [PATCH v2] spl: add overall SPL size check

2019-05-10 Thread Tom Rini
On Mon, Apr 22, 2019 at 10:27:21PM +0200, Simon Goldschmidt wrote: > This adds a size check for SPL that can dynamically check generated > SPL binaries (including devicetree) for a size limit that ensures > this image plus global data, heap and stack fit in initial SRAM. > > Since some of these

Re: [U-Boot] [PATCH v2] spl: add overall SPL size check

2019-04-22 Thread Simon Goldschmidt
On Mon, Apr 22, 2019 at 11:10 PM Tom Rini wrote: > > On Mon, Apr 22, 2019 at 10:27:21PM +0200, Simon Goldschmidt wrote: > > This adds a size check for SPL that can dynamically check generated > > SPL binaries (including devicetree) for a size limit that ensures > > this image plus global data,

Re: [U-Boot] [PATCH v2] spl: add overall SPL size check

2019-04-22 Thread Tom Rini
On Mon, Apr 22, 2019 at 10:27:21PM +0200, Simon Goldschmidt wrote: > This adds a size check for SPL that can dynamically check generated > SPL binaries (including devicetree) for a size limit that ensures > this image plus global data, heap and stack fit in initial SRAM. > > Since some of these

[U-Boot] [PATCH v2] spl: add overall SPL size check

2019-04-22 Thread Simon Goldschmidt
This adds a size check for SPL that can dynamically check generated SPL binaries (including devicetree) for a size limit that ensures this image plus global data, heap and stack fit in initial SRAM. Since some of these sizes are not available to make, a new host tool 'spl_size_limit' is added