From 9df731a176aab8e03b984b681b1bea01ccff6644 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Mon, 06 Nov 2023 07:23:06 +0000 Subject: [PATCH] rk3568 rt uboot init --- u-boot/Kconfig | 15 +++++++++++++++ 1 files changed, 15 insertions(+), 0 deletions(-) diff --git a/u-boot/Kconfig b/u-boot/Kconfig index b92331e..5489509 100644 --- a/u-boot/Kconfig +++ b/u-boot/Kconfig @@ -203,6 +203,18 @@ SHA256 variant is supported: SHA512 and others are not currently supported in U-Boot. +config FIT_ENABLE_RSA4096_SUPPORT + bool "Support RSA4096 verification of FIT image contents" + select RSA_SOFTWARE_EXP if !DM_CRYPTO + default n + help + Enable this to support RSA4096 checksum of FIT image contents. A + RSA4096 is a 4096-bit (512-byte) key used to check that + check if the content comes from an encryption party. RSA4096 is one + of algorithms recommended for use in secure applications since (as at 2016) + there is no known feasible attack that could produce a 'collision' with differing + input data. Use this for the higher security than RSA2048 in default. + config FIT_SIGNATURE bool "Enable signature verification of FIT uImages" depends on DM @@ -278,6 +290,9 @@ Say y here if you want to enable fit image structure and data print. +config FIT_OMIT_UBOOT + bool "Omit u-boot-nodtb.bin and u-boot.dtb when output uboot.itb" + if SPL config SPL_FIT -- Gitblit v1.6.2