[PATCH v1] configs: agilex5: Restore fixed bloblist

Chee, Tien Fong tien.fong.chee at altera.com
Wed Apr 16 08:53:28 CEST 2025



> -----Original Message-----
> From: Yuslaimi, Alif Zakuan <alif.zakuan.yuslaimi at altera.com>
> Sent: Wednesday, April 16, 2025 2:12 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>; Maniyam, Dinesh
> <dinesh.maniyam at altera.com>
> Subject: [PATCH v1] configs: agilex5: Restore fixed bloblist
> 
> From: Tingting Meng <tingting.meng at altera.com>
> 
> CONFIG_BLOBLIST_FIXED and CONFIG_BLOBLIST_ADDR options were
> unintentionally removed during recent external updates to the defconfig.
> This patch restores the missing entries to ensure proper board functionality.
> No new features are introduced.
> 
> Fixes: d6a53f523afe ("spl: Add an SPL_HAVE_INIT_STACK option")
> 
> Signed-off-by: Tingting Meng <tingting.meng at altera.com>
> ---
>  configs/socfpga_agilex5_defconfig | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/configs/socfpga_agilex5_defconfig
> b/configs/socfpga_agilex5_defconfig
> index 77112664e8a..ad0625a59fa 100644
> --- a/configs/socfpga_agilex5_defconfig
> +++ b/configs/socfpga_agilex5_defconfig
> @@ -157,6 +157,8 @@ CONFIG_WDT=y
>  CONFIG_PANIC_HANG=y
>  CONFIG_SPL_CRC32=y
>  CONFIG_BLOBLIST=y
> +CONFIG_BLOBLIST_FIXED=y
> +CONFIG_BLOBLIST_ADDR=0x7e000
>  CONFIG_BLOBLIST_SIZE=0x1000
>  CONFIG_BLOBLIST_ADDR=0x72000
>  CONFIG_HANDOFF=y
> --
> 2.25.1

Reviewed-by: Tien Fong Chee <tien.fong.chee at altera.com>

Best regards,
Tien Fong



More information about the U-Boot mailing list