[U-Boot] [PATCH] spl: Add full fitImage support

Marek Vasut marex at denx.de
Sun May 13 22:22:31 UTC 2018


On 05/14/2018 12:02 AM, Simon Glass wrote:
> On 13 May 2018 at 08:23, Marek Vasut <marex at denx.de> wrote:
>> 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 at denx.de>
>> Cc: Pantelis Antoniou <pantelis.antoniou at konsulko.com>
>> Cc: Simon Glass <sjg at chromium.org>
>> ---
>> V2: - Drop blank line below spl_load_fit_image()
>>     - Explicitly enable image verification if available
>> ---
>>  Kconfig          | 11 +++++++++
>>  common/spl/spl.c | 74 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>>  2 files changed, 85 insertions(+)
>>
> 
> Reviewed-by: Simon Glass <sjg at chromium.org>
> 
> Can you add this to the FIT tests?

Yeah, do you have some pointers for me ?

-- 
Best regards,
Marek Vasut


More information about the U-Boot mailing list