aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-10-06image: Split up boot_get_fdt()WIP/2021-10-06-image-cleanupsSimon Glass1-100/+126
2021-10-06image: Reduce variable scope in boot_get_fdt()Simon Glass1-12/+11
2021-10-06image: Remove some #ifdefs from image-fit and image-fit-sigSimon Glass3-9/+16
2021-10-06image: Remove #ifdefs from select_ramdisk()Simon Glass1-67/+72
2021-10-06image: Split up boot_get_ramdisk()Simon Glass1-63/+86
2021-10-06image: Reduce variable scope in boot_get_ramdisk()Simon Glass1-11/+11
2021-10-06image: Drop most #ifdefs in image-board.cSimon Glass2-63/+55
2021-10-06image: Drop #ifdefs for fit_print_contents()Simon Glass1-5/+6
2021-10-06image: Drop unnecessary #ifdefs from image.hSimon Glass3-38/+8
2021-10-06image: Tidy up fit_unsupported_reset()Simon Glass2-13/+8
2021-10-06efi: Correct dependency on FIT_SIGNATURESimon Glass1-1/+1
2021-10-06image: Drop IMAGE_ENABLE_IGNORESimon Glass2-4/+1
2021-10-06image: Drop IMAGE_OF_SYSTEM_SETUPSimon Glass2-7/+1
2021-10-06image: Drop IMAGE_OF_BOARD_SETUPSimon Glass2-8/+2
2021-10-06image: Drop IMAGE_BOOT_GET_CMDLINESimon Glass2-7/+1
2021-10-06image: Use the correct checks for CRC32Simon Glass5-9/+31
2021-10-06image: Use Kconfig to enable FIT_RSASSA_PSS on hostSimon Glass5-21/+10
2021-10-06image: Use Kconfig to enable CONFIG_FIT_VERBOSE on hostSimon Glass2-3/+7
2021-10-06image: Drop IMAGE_ENABLE_OF_LIBFDTSimon Glass12-20/+22
2021-10-06image: Drop IMAGE_ENABLE_FITSimon Glass6-25/+24
2021-10-06hash: Drop some #ifdefs in hash.cSimon Glass1-29/+25
2021-10-06hash: Use Kconfig to enable hashing in host tools and SPLSimon Glass4-31/+66
2021-10-06spl: cypto: Bring back SPL_ versions of SHASimon Glass1-1/+42
2021-10-06image: Add Kconfig options for FIT in the tools buildSimon Glass3-3/+29
2021-10-06kconfig: Add tools support to CONFIG_IS_ENABLED()Simon Glass1-3/+10
2021-10-06compiler: Rename host_build() to tools_build()Simon Glass3-12/+13
2021-10-06image: Remove ifdefs around image_setup_linux() el atSimon Glass2-16/+11
2021-10-06image: Avoid #ifdefs for manual relocationSimon Glass2-18/+28
2021-10-06image: Create a function to do manual relocationSimon Glass2-27/+30
2021-10-06image: Split host code out into its own fileSimon Glass4-37/+46
2021-10-06image: Fix up checkpatch warnings in image-board.cSimon Glass1-70/+72
2021-10-06image: Split board code out into its own fileSimon Glass3-924/+928
2021-10-06image: Update image_decomp() to avoid ifdefsSimon Glass2-77/+69
2021-10-06gzip: Avoid use of u64Simon Glass3-18/+21
2021-10-06image: Update zstd to avoid reporting error twiceSimon Glass1-5/+3
2021-10-06image: Avoid switch default in image_decomp()Simon Glass1-6/+8
2021-10-06btrfs: Use U-Boot API for decompressionSimon Glass1-46/+5
2021-10-06zstd: Create a function for use from U-BootSimon Glass4-42/+85
2021-10-06compiler: Add a comment to host_build()Simon Glass1-0/+5
2021-10-06Add support for an owned bufferSimon Glass5-0/+614
2021-10-06lib: Add memdup()Simon Glass3-0/+58
2021-10-06Merge branch '2021-10-06-assorted-improvements'Tom Rini355-661/+848
2021-10-06Convert CONFIG_NAND_OMAP_ECCSCHEME to KconfigWIP/2021-10-06-assorted-improvementsTom Rini37-89/+116
2021-10-06Convert CONFIG_SYS_NAND_U_BOOT_LOCATIONS et al to KconfigTom Rini99-60/+115
2021-10-06Convert CONFIG_NAND_FSL_ELBC et al to KconfigTom Rini108-38/+96
2021-10-06Convert CONFIG_SYS_NAND_MAX_CHIPS to KconfigTom Rini10-20/+8
2021-10-06nand.h: Cleanup linux/mtd/rawnand.h usageTom Rini37-2/+37
2021-10-06Convert CONFIG_SYS_NAND_ONFI_DETECTION to KconfigTom Rini237-92/+174
2021-10-06Convert CONFIG_SYS_NAND_5_ADDR_CYCLE to KconfigTom Rini44-45/+10
2021-10-06Convert CONFIG_SYS_NAND_BAD_BLOCK_POS to KconfigTom Rini39-40/+21