summaryrefslogtreecommitdiff
path: root/configs/socfpga_agilex_atf_defconfig
diff options
context:
space:
mode:
authorSiew Chin Lim <elly.siew.chin.lim@intel.com>2021-03-24 18:56:37 +0300
committerLey Foon Tan <ley.foon.tan@intel.com>2021-04-08 12:29:13 +0300
commitcdca9860705291de736d40ddc52acba2daaec106 (patch)
tree99c6be4019903df0d6b52404001cb88542452ed0 /configs/socfpga_agilex_atf_defconfig
parent404a98b0a49853e02ea342f6873b38702dd122c7 (diff)
downloadu-boot-cdca9860705291de736d40ddc52acba2daaec106.tar.xz
arm: socfpga: Enable FIT signature with crc32 for SOC64 devices
Add signature with crc32 value for all images in binman node for FIT image in device tree. And, enable FIT signature checking for Stratix10 and Agilex ATF and VAB sdmmc boot. Signed-off-by: Siew Chin Lim <elly.siew.chin.lim@intel.com>
Diffstat (limited to 'configs/socfpga_agilex_atf_defconfig')
-rw-r--r--configs/socfpga_agilex_atf_defconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/socfpga_agilex_atf_defconfig b/configs/socfpga_agilex_atf_defconfig
index 7adda02b00..e5b7f4b52a 100644
--- a/configs/socfpga_agilex_atf_defconfig
+++ b/configs/socfpga_agilex_atf_defconfig
@@ -14,6 +14,10 @@ CONFIG_IDENT_STRING="socfpga_agilex"
CONFIG_SPL_FS_FAT=y
CONFIG_DEFAULT_DEVICE_TREE="socfpga_agilex_socdk"
CONFIG_FIT=y
+CONFIG_FIT_SIGNATURE=y
+CONFIG_FIT_SIGNATURE_MAX_SIZE=0x10000000
+CONFIG_SPL_FIT_SIGNATURE=y
+CONFIG_SPL_CRC32_SUPPORT=y
CONFIG_SPL_LOAD_FIT=y
CONFIG_SPL_LOAD_FIT_ADDRESS=0x02000000
# CONFIG_USE_SPL_FIT_GENERATOR is not set