[U-Boot] [PATCH 06/15] spl: fit: implement recording of loadables into /fit-images
Simon Glass
sjg at chromium.org
Sun Sep 17 17:53:55 UTC 2017
On 13 September 2017 at 13:29, Philipp Tomsich
<philipp.tomsich at 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 at theobroma-systems.com>
> ---
>
> common/spl/spl_fit.c | 95 ++++++++++++++++++++++++++++++++++++++++++++--------
> 1 file changed, 81 insertions(+), 14 deletions(-)
Reviewed-by: Simon Glass <sjg at chromium.org>
I wonder if this should be a new CONFIG option to reduce code size for
things that don't need it?
More information about the U-Boot
mailing list