Visible to Intel only — GUID: cfp1552345444515
Ixiasoft
3.2.1. User Configuration
You can find all platform configurations in arm-trusted-firmware/plat/intel/soc/stratix10/include/socfpga_plat_def.h.
For user configuration, you must modify the boot sources based on your preferences. You select BOOT_SOURCE_SDMMC if boot from SDMMC or select BOOT_SOURCE_QSPI if boot from QSPI.
#define BOOT_SOURCE BOOT_SOURCE_SDMMC
Note: To change the boot filename or offset, you can change the #define in this file.