I "just" want to trigger a reset during R5 SPL boot on a AM62x.
Tested both:
reset_cpu();
do_reset(NULL, 0, 0, NULL); // At the end it calls reset_cpu...
Without any result.
I have also activated these configs:
SPL_SYSRESET, SYSRESET_TI_SCI
Leading to (when calling reset_cpu):
U-Boot SPL 2023.04-00026-g0db5fb465be8-dirty (Nov 08 2023 - 18:23:57 +0100)
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.0.5--v09.00.05 (Kool Koala)')
Resetting ...
ti_sci system-controller@44043000: ti_sci_get_response: Message receive failed. ret = -110
ti_sci system-controller@44043000: Message not acknowledgedti-sci-sysreset sysreset-controller: ti_sci_sysreset_request: reboot_device failed (-19)
ti_sci system-controller@44043000: ti_sci_get_response: Message receive failed. ret = -110
ti_sci system-controller@44043000: Message not acknowledgedti-sci-sysreset sysreset-controller: ti_sci_sysreset_request: reboot_device failed (-19)
no sysreset
### ERROR ### Please RESET the board ###
Is there any method to reset R5 core during SPL boot?