It would be after boot_card(). Usually some assembly language start code calls boot_card() which calls rtems_initialize_executive(). There is a loop in that function which iterates over the sysinit entries. The function bsp_start() is one of those invoked by this loop.
The set of macros for the current list of initialization points is in sysinit.h.
The sysinit function calls are done via an array. Do a “nm -n” and look for Sysinit with begin and end. That’s the initialization function set