aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-10-11sunxi: Clean up inclusions of asm/arch/gpio.hSamuel Holland14-19/+2
2021-10-11pinephone_defconfig: add support for early-boot status LEDArnaud Ferraris1-0/+6
2021-10-11board: sunxi: enable status LED earlyArnaud Ferraris1-0/+6
2021-10-11gpio: sunxi: Remove the sunxi_name_to_gpio_bank functionSamuel Holland2-15/+0
2021-10-11sunxi: Simplify MMC pinmux selectionSamuel Holland7-97/+34
2021-10-11clk: sunxi: Move header out of arch directorySamuel Holland15-19/+17
2021-10-11configs: add PineTab defconfigArnaud Ferraris2-0/+15
2021-10-09Merge tag 'video-20211009' of https://source.denx.de/u-boot/custodians/u-boot...WIP/09Oct2021Tom Rini30-948/+110
2021-10-09video: move MXS to KconfigAnatolij Gustschin23-25/+22
2021-10-09video: remove not used mx3fb driverAnatolij Gustschin3-914/+0
2021-10-09common: Kconfig: use 'vidconsole' name instead of old 'video'Anatolij Gustschin1-2/+2
2021-10-09lz4: Use a private header for U-BootSimon Glass5-4/+4
2021-10-09efi_loader: GOP: Fix 30bpp block transfer supportMark Kettenis1-1/+46
2021-10-09video: simplefb: Add 30bpp supportMark Kettenis1-1/+11
2021-10-09efi_loader: GOP: Add 30bpp supportMark Kettenis1-2/+12
2021-10-09video: Add 30bpp supportMark Kettenis2-3/+17
2021-10-08Merge branch '2021-10-08-image-cleanups'Tom Rini51-1509/+2332
2021-10-08image: Split up boot_get_fdt()Simon Glass1-100/+126
2021-10-08image: Reduce variable scope in boot_get_fdt()Simon Glass1-12/+11
2021-10-08image: Remove some #ifdefs from image-fit and image-fit-sigSimon Glass3-9/+16
2021-10-08image: Remove #ifdefs from select_ramdisk()Simon Glass1-67/+72
2021-10-08image: Split up boot_get_ramdisk()Simon Glass1-63/+86
2021-10-08image: Reduce variable scope in boot_get_ramdisk()Simon Glass1-11/+11
2021-10-08image: Drop most #ifdefs in image-board.cSimon Glass2-63/+55
2021-10-08image: Drop #ifdefs for fit_print_contents()Simon Glass1-5/+6
2021-10-08image: Drop unnecessary #ifdefs from image.hSimon Glass3-38/+8
2021-10-08image: Tidy up fit_unsupported_reset()Simon Glass2-13/+8
2021-10-08efi: Correct dependency on FIT_SIGNATURESimon Glass1-1/+1
2021-10-08image: Drop IMAGE_ENABLE_IGNORESimon Glass2-4/+1
2021-10-08image: Drop IMAGE_OF_SYSTEM_SETUPSimon Glass2-7/+1
2021-10-08image: Drop IMAGE_OF_BOARD_SETUPSimon Glass2-8/+2
2021-10-08image: Drop IMAGE_BOOT_GET_CMDLINESimon Glass2-7/+1
2021-10-08image: Use the correct checks for CRC32Simon Glass5-9/+31
2021-10-08image: Use Kconfig to enable FIT_RSASSA_PSS on hostSimon Glass5-19/+11
2021-10-08image: Use Kconfig to enable CONFIG_FIT_VERBOSE on hostSimon Glass2-3/+7
2021-10-08image: Drop IMAGE_ENABLE_OF_LIBFDTSimon Glass12-20/+22
2021-10-08image: Drop IMAGE_ENABLE_FITSimon Glass5-24/+23
2021-10-08hash: Drop some #ifdefs in hash.cSimon Glass1-29/+25
2021-10-08hash: Use Kconfig to enable hashing in host tools and SPLSimon Glass6-33/+72
2021-10-08spl: cypto: Bring back SPL_ versions of SHASimon Glass1-1/+42
2021-10-08image: Add Kconfig options for FIT in the tools buildSimon Glass3-3/+29
2021-10-08kconfig: Add tools support to CONFIG_IS_ENABLED()Simon Glass1-3/+10
2021-10-08compiler: Rename host_build() to tools_build()Simon Glass3-12/+13
2021-10-08image: Remove ifdefs around image_setup_linux() el atSimon Glass2-16/+11
2021-10-08image: Avoid #ifdefs for manual relocationSimon Glass2-18/+28
2021-10-08image: Create a function to do manual relocationSimon Glass2-27/+30
2021-10-08image: Split host code out into its own fileSimon Glass4-37/+46
2021-10-08image: Fix up checkpatch warnings in image-board.cSimon Glass1-70/+72
2021-10-08image: Split board code out into its own fileSimon Glass3-924/+928
2021-10-08image: Update image_decomp() to avoid ifdefsSimon Glass2-77/+69