
17 Sep
2017
17 Sep
'17
7:53 p.m.
On 13 September 2017 at 13:29, Philipp Tomsich philipp.tomsich@theobroma-systems.com wrote:
If a FDT was loaded (e.g. to append it to U-Boot image), we store it's address and record information for all loadables into this FDT. This allows us to easily keep track of images for multiple privilege levels (e.g. with ATF) or of firmware images preloaded into temporary locations (e.g. PMU firmware that may overlap the SPL stage).
Signed-off-by: Philipp Tomsich philipp.tomsich@theobroma-systems.com
common/spl/spl_fit.c | 95 ++++++++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 81 insertions(+), 14 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org
I wonder if this should be a new CONFIG option to reduce code size for things that don't need it?