Starterware Bootloader - matianfu/survivor GitHub Wiki
The entry point is in
/bootloader/src/armv7a/cgt/bl_init.asm
not the bootloader source folder.
It is very simple and minimal. After the basic setup it jumps to main() immediately.
The entry point is located at 0x402F0400, you can set pc register to this address directly in CCS.