[PATCH v1] include: configs: socfpga: Add environment variables for distro boot

Chee, Tien Fong tien.fong.chee at altera.com
Wed Apr 15 11:29:23 CEST 2026


Hi Boon Khai,

On 4/3/2026 12:02 pm, Boon Khai Ng wrote:
> Added environment variables needed to support distro boot.
>
> Signed-off-by: Boon Khai Ng <boon.khai.ng at altera.com>
> ---
>   include/configs/socfpga_soc64_common.h | 3 +++
>   1 file changed, 3 insertions(+)
>
> diff --git a/include/configs/socfpga_soc64_common.h b/include/configs/socfpga_soc64_common.h
> index 4d333c63ad9..14c53a1da5f 100644
> --- a/include/configs/socfpga_soc64_common.h
> +++ b/include/configs/socfpga_soc64_common.h
> @@ -144,6 +144,7 @@
>   		" ${qspi_clock}; echo QSPI clock frequency updated; fi; fi\0" \
>   	"scriptaddr=0x81000000\0" \
>   	"scriptfile=boot.scr\0" \
> +	"nandroot=ubi0:rootfs\0" \
>   	"socfpga_legacy_reset_compat=1\0" \
>   	"smc_fid_rd=0xC2000007\0" \
>   	"smc_fid_wr=0xC2000008\0" \
> @@ -178,6 +179,8 @@
>   	"scriptfile=boot.scr\0" \
>   	"nandroot=ubi0:rootfs\0" \
>   	"socfpga_legacy_reset_compat=1\0" \
> +	"rsu_status=rsu dtb; rsu display_dcmf_version; "\
> +		"rsu display_dcmf_status; rsu display_max_retry\0" \


rsu_status is not required in distro boot, and RSU driver is not 
supported yet.


Best regards,

Tien Fong



More information about the U-Boot mailing list