aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'video-20211009' of https://source.denx.de/u-boot/custodians/u-boot...WIP/09Oct2021Tom Rini2021-10-0930-948/+110
|\
| * video: move MXS to KconfigAnatolij Gustschin2021-10-0923-25/+22
| * video: remove not used mx3fb driverAnatolij Gustschin2021-10-093-914/+0
| * common: Kconfig: use 'vidconsole' name instead of old 'video'Anatolij Gustschin2021-10-091-2/+2
| * efi_loader: GOP: Fix 30bpp block transfer supportMark Kettenis2021-10-091-1/+46
| * video: simplefb: Add 30bpp supportMark Kettenis2021-10-091-1/+11
| * efi_loader: GOP: Add 30bpp supportMark Kettenis2021-10-091-2/+12
| * video: Add 30bpp supportMark Kettenis2021-10-092-3/+17
* | lz4: Use a private header for U-BootSimon Glass2021-10-095-4/+4
|/
* Merge branch '2021-10-08-image-cleanups'Tom Rini2021-10-0851-1509/+2332
|\
| * image: Split up boot_get_fdt()Simon Glass2021-10-081-100/+126
| * image: Reduce variable scope in boot_get_fdt()Simon Glass2021-10-081-12/+11
| * image: Remove some #ifdefs from image-fit and image-fit-sigSimon Glass2021-10-083-9/+16
| * image: Remove #ifdefs from select_ramdisk()Simon Glass2021-10-081-67/+72
| * image: Split up boot_get_ramdisk()Simon Glass2021-10-081-63/+86
| * image: Reduce variable scope in boot_get_ramdisk()Simon Glass2021-10-081-11/+11
| * image: Drop most #ifdefs in image-board.cSimon Glass2021-10-082-63/+55
| * image: Drop #ifdefs for fit_print_contents()Simon Glass2021-10-081-5/+6
| * image: Drop unnecessary #ifdefs from image.hSimon Glass2021-10-083-38/+8
| * image: Tidy up fit_unsupported_reset()Simon Glass2021-10-082-13/+8
| * efi: Correct dependency on FIT_SIGNATURESimon Glass2021-10-081-1/+1
| * image: Drop IMAGE_ENABLE_IGNORESimon Glass2021-10-082-4/+1
| * image: Drop IMAGE_OF_SYSTEM_SETUPSimon Glass2021-10-082-7/+1
| * image: Drop IMAGE_OF_BOARD_SETUPSimon Glass2021-10-082-8/+2
| * image: Drop IMAGE_BOOT_GET_CMDLINESimon Glass2021-10-082-7/+1
| * image: Use the correct checks for CRC32Simon Glass2021-10-085-9/+31
| * image: Use Kconfig to enable FIT_RSASSA_PSS on hostSimon Glass2021-10-085-19/+11
| * image: Use Kconfig to enable CONFIG_FIT_VERBOSE on hostSimon Glass2021-10-082-3/+7
| * image: Drop IMAGE_ENABLE_OF_LIBFDTSimon Glass2021-10-0812-20/+22
| * image: Drop IMAGE_ENABLE_FITSimon Glass2021-10-085-24/+23
| * hash: Drop some #ifdefs in hash.cSimon Glass2021-10-081-29/+25
| * hash: Use Kconfig to enable hashing in host tools and SPLSimon Glass2021-10-086-33/+72
| * spl: cypto: Bring back SPL_ versions of SHASimon Glass2021-10-081-1/+42
| * image: Add Kconfig options for FIT in the tools buildSimon Glass2021-10-083-3/+29
| * kconfig: Add tools support to CONFIG_IS_ENABLED()Simon Glass2021-10-081-3/+10
| * compiler: Rename host_build() to tools_build()Simon Glass2021-10-083-12/+13
| * image: Remove ifdefs around image_setup_linux() el atSimon Glass2021-10-082-16/+11
| * image: Avoid #ifdefs for manual relocationSimon Glass2021-10-082-18/+28
| * image: Create a function to do manual relocationSimon Glass2021-10-082-27/+30
| * image: Split host code out into its own fileSimon Glass2021-10-084-37/+46
| * image: Fix up checkpatch warnings in image-board.cSimon Glass2021-10-081-70/+72
| * image: Split board code out into its own fileSimon Glass2021-10-083-924/+928
| * image: Update image_decomp() to avoid ifdefsSimon Glass2021-10-082-77/+69
| * gzip: Avoid use of u64Simon Glass2021-10-083-18/+21
| * image: Update zstd to avoid reporting error twiceSimon Glass2021-10-081-5/+3
| * image: Avoid switch default in image_decomp()Simon Glass2021-10-081-6/+8
| * btrfs: Use U-Boot API for decompressionSimon Glass2021-10-081-46/+5
| * zstd: Create a function for use from U-BootSimon Glass2021-10-084-42/+85
| * compiler: Add a comment to host_build()Simon Glass2021-10-081-0/+5
| * Add support for an owned bufferSimon Glass2021-10-085-0/+614