configs: socfpga: Add defconfig for Agilex and Stratix 10 with ATF support
authorChee Hong Ang <chee.hong.ang@intel.com>
Thu, 24 Dec 2020 10:21:13 +0000 (18:21 +0800)
committerLey Foon Tan <ley.foon.tan@intel.com>
Fri, 15 Jan 2021 09:48:39 +0000 (17:48 +0800)
commit7d8890d8fb608fc86478c814f2ea1979b5d80bc0
tree556dc1df087a44a044b41ee78d8bd5243666cfda
parent362787eb578341fe8625b04c2096528bfddee5e5
configs: socfpga: Add defconfig for Agilex and Stratix 10 with ATF support

Booting Agilex and Stratix 10 with ATF support.

SPL now loads ATF (BL31), U-Boot proper and DTB from FIT
image. The new boot flow with ATF support is as follow:

SPL -> ATF (BL31) -> U-Boot proper -> OS (Linux)

U-Boot proper now starts at 0x200000 (CONFIG_SYS_TEXT_BASE).
ATF will occupy the address range starting from 0x1000.

Signed-off-by: Chee Hong Ang <chee.hong.ang@intel.com>
Signed-off-by: Siew Chin Lim <elly.siew.chin.lim@intel.com>
configs/socfpga_agilex_atf_defconfig [new file with mode: 0644]
configs/socfpga_stratix10_atf_defconfig [new file with mode: 0644]