]> git.baikalelectronics.ru Git - uboot.git/commit
sunxi: binman: Update FIT component descriptions
authorSamuel Holland <samuel@sholland.org>
Thu, 22 Oct 2020 02:12:14 +0000 (21:12 -0500)
committerJagan Teki <jagan@amarulasolutions.com>
Thu, 22 Oct 2020 06:13:43 +0000 (11:43 +0530)
commit3afc4aca4a1c1991641d1e5e8a13e3091bc22c21
treef73f221f61995ccf3f55d5e57b7153aa3fc6177d
parente734c390c61af1e8ea926b3f0c6952bebbeb4528
sunxi: binman: Update FIT component descriptions

Since commit 79569b56994e ("spl: fit: simplify logic for FDT loading for
non-OS boots"), the SPL looks at the "os" properties of FIT images to
determine where to append the FDT.

The "os" property of the "firmware" image also determines how to execute
the next stage of the boot process, as in 491f873e2521 ("spl: atf:
introduce spl_invoke_atf and make bl31_entry private"). For this reason,
the next stage must be specified in "firmware", not in "loadables".

To support this additional functionality, and to properly model the boot
process, where ATF runs before U-Boot, add the "os" properties and swap
the firmware/loadable images in the FIT image.

Since this description was copied as an example in commit 70248d6a2916
("binman: Support generating FITs with multiple dtbs"), update those
examples as well for correctness and consistency.

Acked-by: Patrick Wildt <patrick@blueri.se>
Signed-off-by: Samuel Holland <samuel@sholland.org>
Reviewed-by: Jagan Teki <jagan@amarulasolutions.com>
arch/arm/dts/sunxi-u-boot.dtsi
tools/binman/README.entries
tools/binman/etype/fit.py