[PATCH v1] arm: dts: agilex5: Set DTB filename and kernel node removal for non-secure boot
Chee, Tien Fong
tien.fong.chee at altera.com
Wed Apr 15 11:19:33 CEST 2026
On 4/3/2026 11:46 am, Boon Khai Ng wrote:
> 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
Reviewed-by: Tien Fong Chee <tien.fong.chee at altera.com> Best regards,
Tien Fong
More information about the U-Boot
mailing list