]> git.baikalelectronics.ru Git - uboot.git/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)
commit7e0c70cd355f32fa8d96a1010b57769943539a03
treee5cffbaacedfaee6dadf5dba1db489fa069e6ee1
parent8fee435708123da063a4fbc8df87dc0b4f11a758
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