Hi,
We are working on AM65X EVM board.
As per our understanding R5 SPL is the one responsible for tispl.bin load to memory and A53 cores reset by requesting the same to the DMSC core.
We are going through the AM65X u-boot source code for R5 SPL to understand the A53 reset request to the DMSC.
board_init_f() function defined in the arch/arm/mach-k3/am6_init.c file
board_init_r() function defined in the common/spl/spl.c file
jump_to_image_no_args() function defined the arch/arm/mach-k3/common.c
R5 core release resource ( release_resources_for_core_shutdown() ) and going to low power state / WFE code is present in the function jump_to_image_no_args().
But, reset of the A53 core code presence, is not clear in the R5 SPL code sequence
Could anyone please indicate which part of R5 SPL code is responsible for the A53 core reset ?
Thanks and Regards,
Ravikiran J J