• S
    spl: add overall SPL size check · 2577015d
    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 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: NSimon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
    2577015d
Kconfig 18.7 KB