Skip to content
Snippets Groups Projects
Commit d5934ad7 authored by Marian Balakowicz's avatar Marian Balakowicz
Browse files

[new uImage] Add dual format uImage support framework


This patch adds framework for dual format images. Format detection is added
and the bootm controll flow is updated to include cases for new FIT format
uImages.

When the legacy (image_header based) format is detected appropriate
legacy specific handling is invoked. For the new (FIT based) format uImages
dual boot framework has a minial support, that will only print out a
corresponding debug messages. Implementation of the FIT specific handling will
be added in following patches.

Signed-off-by: default avatarMarian Balakowicz <m8@semihalf.com>
parent 5583cbf7
No related branches found
No related tags found
Loading
Showing
with 803 additions and 315 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment