[PATCH] xilinx: mbv: Enable SPL_REMAKE_ELF support

Michal Simek michal.simek at amd.com
Fri May 15 09:28:40 CEST 2026



On 5/5/26 08:34, Michal Simek wrote:
> From: Sandeep Gundlupet Raju <sandeep.gundlupet-raju at amd.com>
> 
> For MicroBlaze-V SPI boot, the u-boot-spl.elf should be embedded into
> the BRAM (Block RAM) of bitstream or rcdo. This requires SPL_REMAKE_ELF
> to be enabled so that the SPL ELF is generated during the build.
> 
> Enable SPL_REMAKE_ELF for MB-V devices to support this flow.
> 
> Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju at amd.com>
> Signed-off-by: Michal Simek <michal.simek at amd.com>
> ---
> 
>   configs/xilinx_mbv32_defconfig | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/configs/xilinx_mbv32_defconfig b/configs/xilinx_mbv32_defconfig
> index 4ff3bd6b6875..0f88826687ff 100644
> --- a/configs/xilinx_mbv32_defconfig
> +++ b/configs/xilinx_mbv32_defconfig
> @@ -34,6 +34,7 @@ CONFIG_SPL_SYS_MALLOC=y
>   CONFIG_SPL_HAS_CUSTOM_MALLOC_START=y
>   CONFIG_SPL_CUSTOM_SYS_MALLOC_ADDR=0x80000000
>   CONFIG_SPL_SYS_MALLOC_SIZE=0x200000
> +CONFIG_SPL_REMAKE_ELF=y
>   # CONFIG_CMD_MII is not set
>   CONFIG_CMD_SNTP=y
>   CONFIG_CMD_TIMER=y

Applied.
M


More information about the U-Boot mailing list