summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorSiew Chin Lim <elly.siew.chin.lim@intel.com>2021-03-01 20:04:13 +0800
committerLey Foon Tan <ley.foon.tan@intel.com>2021-03-08 10:59:10 +0800
commitae99131bf4f1fcd87f498f390a22d19e4a85ac90 (patch)
treebb1727c6bbbc9c26801ca541b3fe0a48dae4b1df /arch
parent1025b530a9c83e8b2d915b0bb718b58d76b2b1e4 (diff)
downloadu-boot-ae99131bf4f1fcd87f498f390a22d19e4a85ac90.tar.gz
u-boot-ae99131bf4f1fcd87f498f390a22d19e4a85ac90.tar.xz
u-boot-ae99131bf4f1fcd87f498f390a22d19e4a85ac90.zip
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 <elly.siew.chin.lim@intel.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/dts/socfpga_soc64_fit-u-boot.dtsi22
1 files changed, 22 insertions, 0 deletions
diff --git a/arch/arm/dts/socfpga_soc64_fit-u-boot.dtsi b/arch/arm/dts/socfpga_soc64_fit-u-boot.dtsi
index cf365590a8..4b30473743 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