I did some benchmarking using the C5515 ezDSP USB stick board.
After power is applied to the board (via USB) the DSP_RESET line is held low until power is stable. After the DSP_RESET goes high it takes 250 msec until the first SPI eeprom access.
This delay is due to the numerous boot signature checks for the multiple device interface (nor flash , nand flash, etc).
Is there any way to optimize the ROM bootloader execution time to force the bootloader to use SPI flash sooner?
SPRABD7 does not suggest any specific optimizations.