Hi,
I'm porting a ATF BL2 on a custom SoC based on Cortex-A53. We don't have BL1 or equivalent yet. I want to know if it is possible to run the BL2 without loading it and start it from BL1/BootROM to test/debug my work ?
For now, i tried to load my BL2 on RAM and jump to the entrypoint but I get an SError exception.
Regards,