[PATCH v3 6/6] rockchip: Use atf as firmware and move u-boot to loadables in FIT
Simon Glass
sjg at chromium.org
Thu Jan 26 18:48:33 CET 2023
On Sat, 21 Jan 2023 at 12:02, Jonas Karlman <jonas at kwiboo.se> wrote:
>
> The FIT generated after the switch to using binman is using different
> values for firmware and loadables properties compared to the old script.
>
> With the old script:
> firmware = "atf-1";
> loadables = "u-boot", "atf-2", ...;
>
> After switch to binman:
> firmware = "u-boot";
> loadables = "atf-1", "atf-2", ...;
>
> This change result in SPL jumping directly into U-Boot proper instead of
> initializing TF-A.
>
> With this patch the properties change back to:
> firmware = "atf-1";
> loatables = "u-boot", "atf-2", ...;
>
> Fixes: e0c0efff2a02 ("rockchip: Support building the all output files in binman")
> Signed-off-by: Jonas Karlman <jonas at kwiboo.se>
> ---
> v3:
> - Use fit,firmware property
> v2:
> - New patch
>
> arch/arm/dts/rockchip-u-boot.dtsi | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
Reviewed-by: Simon Glass <sjg at chromium.org>
Applied to u-boot-dm, thanks!
More information about the U-Boot
mailing list