X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=README;h=bfd89b0bfb091259f091db5ff68f3f8f0b2be63f;hb=5f30f3be7394e66a84de501803cab2fe9392ed8b;hp=6cdf355446f57423045ba605d6b760a183eec1de;hpb=b66af14dc9d0bb3b962e09b2d000f228e2d5b039;p=karo-tx-uboot.git diff --git a/README b/README index 6cdf355446..bfd89b0bfb 100644 --- a/README +++ b/README @@ -902,6 +902,7 @@ The following options need to be configured: CONFIG_CMD_BSP * Board specific commands CONFIG_CMD_BOOTD bootd CONFIG_CMD_CACHE * icache, dcache + CONFIG_CMD_CLK * clock command support CONFIG_CMD_CONSOLE coninfo CONFIG_CMD_CRC32 * crc32 CONFIG_CMD_DATE * support for RTC, date/time... @@ -922,6 +923,8 @@ The following options need to be configured: CONFIG_CMD_EXPORTENV * export the environment CONFIG_CMD_EXT2 * ext2 command support CONFIG_CMD_EXT4 * ext4 command support + CONFIG_CMD_FS_GENERIC * filesystem commands (e.g. load, ls) + that work for multiple fs types CONFIG_CMD_SAVEENV saveenv CONFIG_CMD_FDC * Floppy Disk Support CONFIG_CMD_FAT * FAT command support @@ -2847,7 +2850,7 @@ CBFS (Coreboot Filesystem) support CONFIG_RSA This enables the RSA algorithm used for FIT image verification - in U-Boot. See doc/uImage/signature for more information. + in U-Boot. See doc/uImage.FIT/signature.txt for more information. The signing part is build into mkimage regardless of this option.