Hi,
Thanks for your feedback. As said in the BSP Reference Manual:
"For QSPI boot, configure TF-A to read the FIP image from a defined QSPI offset."
"For SD/eMMC boot, configure TF-A to read the FIP image from a defined SD/eMMC offset."
"Configure TF-A to read the FIP image from a defined memory address instead of reading it from the boot source storage (QSPI or MMC)."
These options should let you have control over where you want the ATF to be looking for the FIP image, depending on which interface you want to search over (QSPI, MMC or SRAM).
Please, let us know.