[PATCH 1/2] arch: arm: dts: Enable kernel itb file generation for Agilex5 SoCFPGA
Chee, Tien Fong
tien.fong.chee at altera.com
Tue Mar 11 04:51:07 CET 2025
> -----Original Message-----
> From: Ravulapalli, Naresh Kumar <naresh.kumar.ravulapalli at altera.com>
> Sent: Tuesday, March 4, 2025 1:07 PM
> To: u-boot at lists.denx.de
> Cc: Marek Vasut <marex at denx.de>; Simon Goldschmidt
> <simon.k.r.goldschmidt at gmail.com>; Chee, Tien Fong
> <tien.fong.chee at altera.com>; Meng, Tingting <tingting.meng at altera.com>;
> Tom Rini <trini at konsulko.com>; Ng, Boon Khai <boon.khai.ng at altera.com>;
> Jit Loon Lim <jit.loon.lim at intel.com>; Alif Zakuan Yuslaimi
> <alif.zakuan.yuslaimi at intel.com>; Ravulapalli, Naresh Kumar
> <naresh.kumar.ravulapalli at altera.com>
> Subject: [PATCH 1/2] arch: arm: dts: Enable kernel itb file generation for
> Agilex5 SoCFPGA
>
> Load and entry addresses are corrected for Agilex5 SoCFPGA board which
> would enable to generate the kernel itb file with the right addresses.
>
> Signed-off-by: Naresh Kumar Ravulapalli
> <nareshkumar.ravulapalli at altera.com>
> ---
> arch/arm/dts/socfpga_soc64_fit-u-boot.dtsi | 5 +++++
> 1 file changed, 5 insertions(+)
>
> diff --git a/arch/arm/dts/socfpga_soc64_fit-u-boot.dtsi
> b/arch/arm/dts/socfpga_soc64_fit-u-boot.dtsi
> index 15306db600..93a8e0697d 100644
> --- a/arch/arm/dts/socfpga_soc64_fit-u-boot.dtsi
> +++ b/arch/arm/dts/socfpga_soc64_fit-u-boot.dtsi
> @@ -106,8 +106,13 @@
> arch = "arm64";
> os = "linux";
> compression = "none";
> + #if
> IS_ENABLED(CONFIG_TARGET_SOCFPGA_AGILEX5)
> + load = <0x86000000>;
> + entry = <0x86000000>;
> + #else
> load = <0x6000000>;
> entry = <0x6000000>;
> + #endif
> kernel_blob: blob-ext {
> filename = "Image";
> };
> --
> 2.35.3
Reviewed-by: Tien Fong Chee <tien.fong.chee at altera.com>
Best regards,
Tien Fong
More information about the U-Boot
mailing list