Skip to content
Snippets Groups Projects
  • Marek Vasut's avatar
    8a9dc16e
    spl: Add full fitImage support · 8a9dc16e
    Marek Vasut authored
    
    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: default avatarMarek Vasut <marex@denx.de>
    Cc: Pantelis Antoniou <pantelis.antoniou@konsulko.com>
    Cc: Simon Glass <sjg@chromium.org>
    Reviewed-by: default avatarSimon Glass <sjg@chromium.org>
    8a9dc16e
    History
    spl: Add full fitImage support
    Marek Vasut authored
    
    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: default avatarMarek Vasut <marex@denx.de>
    Cc: Pantelis Antoniou <pantelis.antoniou@konsulko.com>
    Cc: Simon Glass <sjg@chromium.org>
    Reviewed-by: default avatarSimon Glass <sjg@chromium.org>