arm: socfpga: dts: soc64: Update filename in binman node of FIT image with VAB support
authorSiew Chin Lim <elly.siew.chin.lim@intel.com>
Mon, 1 Mar 2021 12:04:13 +0000 (20:04 +0800)
committerLey Foon Tan <ley.foon.tan@intel.com>
Mon, 8 Mar 2021 02:59:10 +0000 (10:59 +0800)
FIT image of Vendor Authentication Coot (VAB) contains signed images.

Signed-off-by: Siew Chin Lim <elly.siew.chin.lim@intel.com>
arch/arm/dts/socfpga_soc64_fit-u-boot.dtsi

index cf36559..4b30473 100644 (file)
        };
 };
 
+#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