]> git.sur5r.net Git - u-boot/commit
spl: Add full fitImage support
authorMarek Vasut <marex@denx.de>
Sat, 12 May 2018 22:23:17 +0000 (00:23 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 24 May 2018 02:06:42 +0000 (22:06 -0400)
commit8a9dc16e4d07d29fff08b7caca36f0865065f7f7
treee5cffbaacedfaee6dadf5dba1db489fa069e6ee1
parentf919fbd350bf6f782ab5ceba5b28fc5ad6d9c595
spl: Add full fitImage support

Add support for loading U-Boot and optionally FDT from a fitImage
in SPL by using the full fitImage support from U-Boot. While we do
have limited SPL loading support in SPL with a small footprint, it
is missing a lot of important features, like checking signatures.
This support has all the fitImage features, while the footprint is
obviously larger.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Pantelis Antoniou <pantelis.antoniou@konsulko.com>
Cc: Simon Glass <sjg@chromium.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
Kconfig
common/spl/spl.c