]> git.baikalelectronics.ru Git - uboot.git/commit
image: Allow loading a FIT image for a particular phase
authorSimon Glass <sjg@chromium.org>
Fri, 21 Oct 2022 00:23:04 +0000 (18:23 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 31 Oct 2022 15:02:45 +0000 (11:02 -0400)
commitf4d9158b0c71d547fb7defab7c7182b093e09f4e
tree120c08d0bcd646f0991c3c52826216e270a07794
parentf50845fffd4bb9590b22f15d69d8accaa645bc31
image: Allow loading a FIT image for a particular phase

Add support for filtering out FIT images by phase. Rather than adding yet
another argument to this already overloaded function, use a composite
value, where the phase is only added in if needed.

The FIT config is still selected (and verified) as normal, but the images
are selected based on the phase.

Tests for this come in a little later, as part of the updated VPL test.

Signed-off-by: Simon Glass <sjg@chromium.org>
boot/image-fit.c
doc/uImage.FIT/howto.txt
include/image.h