From: Siew Chin Lim Date: Mon, 1 Mar 2021 12:04:13 +0000 (+0800) Subject: arm: socfpga: dts: soc64: Update filename in binman node of FIT image with VAB support X-Git-Tag: v2021.10~273^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ae99131bf4f1fcd87f498f390a22d19e4a85ac90;p=platform%2Fkernel%2Fu-boot.git arm: socfpga: dts: soc64: Update filename in binman node of FIT image with VAB support FIT image of Vendor Authentication Coot (VAB) contains signed images. Signed-off-by: Siew Chin Lim --- diff --git a/arch/arm/dts/socfpga_soc64_fit-u-boot.dtsi b/arch/arm/dts/socfpga_soc64_fit-u-boot.dtsi index cf36559..4b30473 100644 --- a/arch/arm/dts/socfpga_soc64_fit-u-boot.dtsi +++ b/arch/arm/dts/socfpga_soc64_fit-u-boot.dtsi @@ -117,4 +117,26 @@ }; }; +#if defined(CONFIG_SOCFPGA_SECURE_VAB_AUTH) +&uboot_blob { + filename = "signed-u-boot-nodtb.bin"; +}; + +&atf_blob { + filename = "signed-bl31.bin"; +}; + +&uboot_fdt_blob { + filename = "signed-u-boot.dtb"; +}; + +&kernel_blob { + filename = "signed-Image"; +}; + +&kernel_fdt_blob { + filename = "signed-linux.dtb"; +}; +#endif + #endif