aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-05-04image: Remove #ifdefs from select_fdt()TEST/image-cleanup-v2Simon Glass1-101/+100
2021-05-04image: Split up boot_get_fdt()Simon Glass1-146/+173
2021-05-04image: Reduce variable scope in boot_get_fdt()Simon Glass1-12/+11
2021-05-04image: Remove some #ifdefs from image-fit and image-fit-sigSimon Glass3-9/+16
2021-05-04image: Remove #ifdefs from select_ramdisk()Simon Glass1-67/+72
2021-05-04image: Split up boot_get_ramdisk()Simon Glass1-60/+87
2021-05-04image: Reduce variable scope in boot_get_ramdisk()Simon Glass1-11/+11
2021-05-04image: Drop most #ifdefs in image-board.cSimon Glass2-63/+53
2021-05-04image: Drop #ifdefs for fit_print_contents()Simon Glass1-5/+6
2021-05-04image: Drop unnecessary #ifdefs from image.hSimon Glass3-39/+8
2021-05-04image: Tidy up fit_unsupported_reset()Simon Glass2-13/+8
2021-05-04image: Drop IMAGE_ENABLE_EN/DECRYPT definesSimon Glass6-22/+23
2021-05-04image: Drop IMAGE_ENABLE_BEST_MATCHSimon Glass2-6/+1
2021-05-04image: Drop IMAGE_ENABLE_SIGN/VERIFY definesSimon Glass7-24/+25
2021-05-04image: Drop IMAGE_ENABLE_IGNORESimon Glass2-4/+1
2021-05-04image: Drop IMAGE_OF_SYSTEM_SETUPSimon Glass2-7/+1
2021-05-04image: Drop IMAGE_OF_BOARD_SETUPSimon Glass2-8/+2
2021-05-04image: Drop IMAGE_BOOT_GET_CMDLINESimon Glass2-7/+1
2021-05-04image: Drop IMAGE_ENABLE_SHAxxxSimon Glass2-24/+3
2021-05-04image: Drop IMAGE_ENABLE_SHA1Simon Glass2-12/+1
2021-05-04image: Drop IMAGE_ENABLE_MD5Simon Glass3-9/+6
2021-05-04Kconfig: Rename SPL_MD5_SUPPORT to SPL_MD5Simon Glass2-2/+2
2021-05-04image: Drop IMAGE_ENABLE_CRC32Simon Glass7-18/+32
2021-05-04Kconfig: Rename SPL_CRC32_SUPPORT to SPL_CRC32Simon Glass18-19/+19
2021-05-04image: Use Kconfig to enable FIT_RSASSA_PSS on hostSimon Glass6-13/+15
2021-05-04image: Rename CONFIG_FIT_ENABLE_RSASSA_PSS_SUPPORTSimon Glass8-13/+13
2021-05-04image: Use Kconfig to enable CONFIG_FIT_VERBOSE on hostSimon Glass2-3/+7
2021-05-04image: Drop IMAGE_ENABLE_OF_LIBFDTSimon Glass12-20/+22
2021-05-04image: Drop IMAGE_ENABLE_FITSimon Glass7-29/+45
2021-05-04hash: Drop some #ifdefs in hash.cSimon Glass1-29/+25
2021-05-04hash: Use Kconfig to enable hashing in host toolsSimon Glass3-22/+39
2021-05-04image: Rename SPL_SHAxxx_SUPPORT to SPL_FIT_SHAxxxSimon Glass2-8/+8
2021-05-04image: Shorten FIT_ENABLE_SHAxxx_SUPPORTSimon Glass3-10/+10
2021-05-04kconfig: Add host support to CONFIG_IS_ENABLED()Simon Glass1-3/+10
2021-05-04image: Add Kconfig options for FIT in the host buildSimon Glass4-12/+38
2021-05-04image: Remove ifdefs around image_setup_linux() el atSimon Glass2-16/+11
2021-05-04image: Avoid #ifdefs for manual relocationSimon Glass2-19/+30
2021-05-04image: Create a function to do manual relocationSimon Glass2-27/+30
2021-05-04image: Split host code out into its own fileSimon Glass4-37/+46
2021-05-04image: Fix up checkpatch warnings in image-board.cSimon Glass1-70/+72
2021-05-04image: Split board code out into its own fileSimon Glass3-924/+928
2021-05-04image: Update image_decomp() to avoid ifdefsSimon Glass2-77/+69
2021-05-04gzip: Avoid use of u64Simon Glass3-18/+21
2021-05-04image: Update zstd to avoid reporting error twiceSimon Glass1-5/+3
2021-05-04image: Avoid switch default in image_decomp()Simon Glass1-6/+8
2021-05-04btrfs: Use U-Boot API for decompressionSimon Glass1-46/+5
2021-05-04zstd: Create a function for use from U-BootSimon Glass4-42/+85
2021-05-04compiler: Add a comment to host_build()Simon Glass1-0/+5
2021-05-04Add support for an owned bufferSimon Glass5-0/+556
2021-04-29Merge tag 'dm-pull-29apr21' of https://source.denx.de/u-boot/custodians/u-boo...WIP/29Apr2021Tom Rini30-277/+472