Hi TI team,
Currently, I am testing the AM65x industrial development kit.
The SDK version I use is ti-processor-sdk-linux-rt-am65xx-evm-06.02.00.81.
During the boot flow, the ATF and OPTEE will be loaded, and then the A53 SPL and u-boot image be loaded subsequently.
| | | | +-----------+ |
| | |---------|-----------------------|---->| Reset rls | |
| | | | | +-----------+ |
| | DMSC | | | : |
| |Services | | | +-----------+ |
| | |<--------|-----------------------|---->|*ATF/OPTEE*| |
| | | | | +-----------+ |
| | | | | : |
| | | | | +-----------+ |
| | |<--------|-----------------------|---->| *A53 SPL* | |
| | | | | +-----------+ |
| | | | | | Load | |
| | | | | | u-boot.img| |
| | | | | +-----------+ |
| | | | | : |
| | | | | +-----------+ |
| | |<--------|-----------------------|---->| *U-Boot* | |
| | | | | +-----------+ |
| | | | | | prompt | |
| | | | | +-----------+ |
| +---------+ | | |
However, in our future use case, we don't have security demand.
Is it possible to skip the step of loading ATF and OPTEE , and load A53 SPL directly?
if yes, could you tell me how to patch the u-boot?
Thanks