[PATCH 4/4] board: ti: am62ax: Add support for remote proc load

Devarsh Thakkar devarsht at ti.com
Fri May 10 14:22:50 CEST 2024


On 09/05/24 19:50, Hari Nagalla wrote:
> Add AM62a remote proc firmware names to environment variables for
> loading of C7x DSP and R5F processors.
> 
> Signed-off-by: Hari Nagalla <hnagalla at ti.com>

Reviewed-by: Devarsh Thakkar <devarsht at ti.com>

Regards
Devarsh
> ---
>  board/ti/am62ax/am62ax.env | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/board/ti/am62ax/am62ax.env b/board/ti/am62ax/am62ax.env
> index 334374abb7..97122fb57b 100644
> --- a/board/ti/am62ax/am62ax.env
> +++ b/board/ti/am62ax/am62ax.env
> @@ -1,5 +1,8 @@
>  #include <env/ti/ti_common.env>
>  #include <env/ti/mmc.env>
> +#if CONFIG_CMD_REMOTEPROC
> +#include <env/ti/k3_rproc.env>
> +#endif
>  
>  name_kern=Image
>  console=ttyS2,115200n8
> @@ -27,3 +30,4 @@ get_kern_mmc=load mmc ${bootpart} ${loadaddr}
>  get_fit_mmc=load mmc ${bootpart} ${addr_fit}
>  	${bootdir}/${name_fit}
>  partitions=name=rootfs,start=0,size=-,uuid=${uuid_gpt_rootfs}
> +rproc_fw_binaries= 0 /lib/firmware/am62a-mcu-r5f0_0-fw 1 /lib/firmware/am62a-c71_0-fw


More information about the U-Boot mailing list