aboutsummaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'video-20211009' of https://source.denx.de/u-boot/custodians/u-boot...WIP/09Oct2021Tom Rini2021-10-091-2/+2
|\
| * common: Kconfig: use 'vidconsole' name instead of old 'video'Anatolij Gustschin2021-10-091-2/+2
* | lz4: Use a private header for U-BootSimon Glass2021-10-091-1/+1
|/
* 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-081-61/+50
* image: Drop #ifdefs for fit_print_contents()Simon Glass2021-10-081-5/+6
* image: Tidy up fit_unsupported_reset()Simon Glass2021-10-081-0/+8
* image: Drop IMAGE_ENABLE_IGNORESimon Glass2021-10-081-1/+1
* image: Drop IMAGE_OF_SYSTEM_SETUPSimon Glass2021-10-081-1/+1
* image: Drop IMAGE_OF_BOARD_SETUPSimon Glass2021-10-081-2/+2
* image: Drop IMAGE_BOOT_GET_CMDLINESimon Glass2021-10-081-1/+1
* image: Use the correct checks for CRC32Simon Glass2021-10-082-6/+20
* image: Drop IMAGE_ENABLE_OF_LIBFDTSimon Glass2021-10-083-7/+7
* image: Drop IMAGE_ENABLE_FITSimon Glass2021-10-083-14/+14
* 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-081-26/+23
* image: Add Kconfig options for FIT in the tools buildSimon Glass2021-10-082-3/+4
* compiler: Rename host_build() to tools_build()Simon Glass2021-10-082-10/+10
* image: Remove ifdefs around image_setup_linux() el atSimon Glass2021-10-082-16/+11
* image: Avoid #ifdefs for manual relocationSimon Glass2021-10-081-18/+22
* image: Create a function to do manual relocationSimon Glass2021-10-081-26/+7
* image: Split host code out into its own fileSimon Glass2021-10-083-37/+45
* 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-081-77/+68
* 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
* zstd: Create a function for use from U-BootSimon Glass2021-10-081-41/+9
* riscv: image: Use the first DRAM bank for bootm_lowSamuel Holland2021-10-071-1/+1
* lib: optee: remove the duplicate CONFIG_OPTEEPatrick Delaunay2021-10-053-5/+5
* WS cleanup: remove SPACE(s) followed by TABWIP/2021-09-30-whitespace-cleanupsWolfgang Denk2021-09-303-3/+3
* WS cleanup: remove trailing white spaceWolfgang Denk2021-09-301-1/+1
* WS cleanup: remove trailing empty linesWolfgang Denk2021-09-302-3/+0
* ti: keystone: Move away from CONFIG_SOC_KEYSTONETom Rini2021-09-271-1/+1
* treewide: Simply conditions with the new OF_REALSimon Glass2021-09-252-5/+5
* treewide: fdt: Move fdt_get_config_... to ofnode_conf_read...Simon Glass2021-09-254-15/+12
* image: add lz4 zstd compression magic mapArtem Lapkin2021-09-231-0/+2
* Remove including timestamp.h in version.hWIP/2021-09-16-general-updatesPali Rohár2021-09-171-0/+3
* version: Move version_string[] from version.h to version_string.hPali Rohár2021-09-171-1/+1
* Merge tag 'v2021.10-rc4' into nextTom Rini2021-09-168-140/+37
|\
| * image: Avoid erroneous double byte-swap in CRC valueAlexandru Gagniuc2021-09-141-9/+0
| * image: rsa: Move padding_algos to linker listsWIP/2021-09-14-assorted-fixesAlexandru Gagniuc2021-09-141-17/+6
| * pci: Drop DM_PCISimon Glass2021-09-131-1/+0
| * image: Drop if/elseif hash selection in calculate_hash()Alexandru Gagniuc2021-09-082-26/+21
| * common: Move MD5 hash to hash_algo[] array.Alexandru Gagniuc2021-09-081-0/+13