X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=Kconfig;h=b4864cdf8d3e448995c3f89e50bff35a51bb43f3;hb=61853a7ac7e167d90899ec4e99d2e07db7bc72c1;hp=d9be0daf23a19ff60d141d656e332fc17808a5ff;hpb=5b21d648cbcfa1d1134cb713bc52d3a78564378a;p=oweals%2Fu-boot.git diff --git a/Kconfig b/Kconfig index d9be0daf23..b4864cdf8d 100644 --- a/Kconfig +++ b/Kconfig @@ -115,6 +115,7 @@ config ENV_VARS_UBOOT_CONFIG config NR_DRAM_BANKS int "Number of DRAM banks" + default 1 if ARCH_SUNXI default 4 help This defines the number of DRAM banks. @@ -147,7 +148,9 @@ config SYS_MALLOC_F_LEN default 0x1000 if AM33XX default 0x2800 if SANDBOX default 0x2000 if (ARCH_IMX8 || ARCH_IMX8M || ARCH_MX7 || \ - ARCH_MX7ULP || ARCH_MX6 || ARCH_MX5) + ARCH_MX7ULP || ARCH_MX6 || ARCH_MX5 || \ + ARCH_LS1012A || ARCH_LS1021A || ARCH_LS1043A || \ + ARCH_LS1046A) default 0x400 help Before relocation, memory is very limited on many platforms. Still, @@ -383,6 +386,14 @@ config FIT_ENABLE_RSASSA_PSS_SUPPORT Enable this to support the pss padding algorithm as described in the rfc8017 (https://tools.ietf.org/html/rfc8017). +config FIT_CIPHER + bool "Enable ciphering data in a FIT uImages" + depends on DM + select AES + help + Enable the feature of data ciphering/unciphering in the tool mkimage + and in the u-boot support of the FIT image. + config FIT_VERBOSE bool "Show verbose messages when FIT images fail" help