Files
u-boot/tools
Simon Goldschmidt 2577015dc5 spl: add overall SPL size check
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 that dumps the resulting maximum size for
an SPL binary to stdout. This tool is used in toplevel Makefile to
implement the size check on SPL binaries.

Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
2019-06-07 11:03:39 -04:00
..
2019-05-05 08:48:50 -04:00
2018-05-31 08:53:11 -04:00
2018-10-08 07:34:34 -06:00
2019-02-01 14:13:46 -05:00
2019-01-01 14:12:18 +01:00
2019-06-07 11:03:39 -04:00