arch: arm: dts: Enable kernel itb file generation for Agilex5 SoCFPGA
authorNaresh Kumar Ravulapalli <nareshkumar.ravulapalli@altera.com>
Tue, 4 Mar 2025 05:06:43 +0000 (21:06 -0800)
committerTien Fong Chee <tien.fong.chee@intel.com>
Tue, 22 Apr 2025 03:47:40 +0000 (11:47 +0800)
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@altera.com>
Reviewed-by: Tien Fong Chee <tien.fong.chee@altera.com>
arch/arm/dts/socfpga_soc64_fit-u-boot.dtsi

index 15306db..93a8e06 100644 (file)
                                        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";
                                        };