aboutsummaryrefslogtreecommitdiff
path: root/configs/socfpga_agilex_vab_defconfig
diff options
context:
space:
mode:
authorSiew Chin Lim <elly.siew.chin.lim@intel.com>2021-03-24 23:56:37 +0800
committerLey Foon Tan <ley.foon.tan@intel.com>2021-04-08 17:29:13 +0800
commitcdca9860705291de736d40ddc52acba2daaec106 (patch)
tree99c6be4019903df0d6b52404001cb88542452ed0 /configs/socfpga_agilex_vab_defconfig
parent404a98b0a49853e02ea342f6873b38702dd122c7 (diff)
downloadu-boot-cdca9860705291de736d40ddc52acba2daaec106.zip
u-boot-cdca9860705291de736d40ddc52acba2daaec106.tar.gz
u-boot-cdca9860705291de736d40ddc52acba2daaec106.tar.bz2
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_vab_defconfig')
-rw-r--r--configs/socfpga_agilex_vab_defconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/socfpga_agilex_vab_defconfig b/configs/socfpga_agilex_vab_defconfig
index bca663e..fac9cf7 100644
--- a/configs/socfpga_agilex_vab_defconfig
+++ b/configs/socfpga_agilex_vab_defconfig
@@ -15,6 +15,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