[PATCH v1] arm: dts: agilex5: Set DTB filename and kernel node removal for non-secure boot
Boon Khai Ng
boon.khai.ng at altera.com
Wed Mar 4 04:46:23 CET 2026
From: Alif Zakuan Yuslaimi <alif.zakuan.yuslaimi at altera.com>
Set the DTB filename in fdt_0_blob node and remove kernel node from binman
node for non-secure boot scenarios.
Signed-off-by: Alif Zakuan Yuslaimi <alif.zakuan.yuslaimi at altera.com>
Signed-off-by: Boon Khai Ng <boon.khai.ng at altera.com>
---
arch/arm/dts/socfpga_agilex5_socdk-u-boot.dtsi | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/arch/arm/dts/socfpga_agilex5_socdk-u-boot.dtsi b/arch/arm/dts/socfpga_agilex5_socdk-u-boot.dtsi
index c03f78b2fdf..b4b8f54b969 100644
--- a/arch/arm/dts/socfpga_agilex5_socdk-u-boot.dtsi
+++ b/arch/arm/dts/socfpga_agilex5_socdk-u-boot.dtsi
@@ -217,3 +217,13 @@
};
};
};
+
+#if !defined(CONFIG_SOCFPGA_SECURE_VAB_AUTH)
+&fdt_0_blob {
+ filename = "arch/arm/dts/socfpga_agilex5_socdk.dtb";
+};
+
+&binman {
+ /delete-node/ kernel;
+};
+#endif
--
2.43.7
More information about the U-Boot
mailing list