1. 6c5f560 mtd: cfi: introduce CFI_FLASH_BANKS by Patrick Delaunay · 2 years, 11 months ago
  2. 99426c8 spl: Convert SYS_MMCSD_RAW_MODE_KERNEL_SECTOR to Kconfig by Alexandru Gagniuc · 2 years, 11 months ago
  3. c340341 Merge https://source.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · 2 years, 10 months ago
  4. f47349a SPL: Add support for checking board / BootROM specific image types by Pali Rohár · 2 years, 11 months ago
  5. dda8f88 SPL: Add struct spl_boot_device parameter into spl_parse_board_header() by Pali Rohár · 2 years, 11 months ago
  6. 5d6b448 fdt_support: Add fdt_for_each_node_by_compatible() helper macro by Marek Behún · 2 years, 10 months ago
  7. 47b4c02 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 10 months ago
  8. 42a9d97 common: board_r: drop ifdefs around header includes by Ovidiu Panait · 2 years, 11 months ago
  9. 132be47 common: board_r: include asm-generic/gpio.h by Ovidiu Panait · 2 years, 11 months ago
  10. 7dbb021 common: board_r: move init_addr_map() to init.h by Ovidiu Panait · 2 years, 11 months ago
  11. 9ef3c8a common: board_r: drop initr_addr_map wrapper by Ovidiu Panait · 2 years, 11 months ago
  12. af061f0 common: board_r: drop initr_kgdb wrapper by Ovidiu Panait · 2 years, 11 months ago
  13. 3b75487 common: remove bedbug debugger support by Ovidiu Panait · 2 years, 11 months ago
  14. 8bbad14 common: spl: move armv7m-specific code to spl_perform_fixups() by Ovidiu Panait · 2 years, 11 months ago
  15. bbd7bda bloblist: Relicense to allow BSD-3-Clause by Simon Glass · 2 years, 11 months ago
  16. 01fd56a bloblist: Add functions to obtain base address and size by Simon Glass · 2 years, 11 months ago
  17. c6fcb94 bloblist: Refactor Kconfig to support alloc or fixed by Simon Glass · 2 years, 11 months ago
  18. e94421b bloblist: Use 'phase' consistently for bloblists by Simon Glass · 2 years, 11 months ago
  19. 963bf32 bloblist: Use LOG_CATEGORY to simply logging by Simon Glass · 2 years, 11 months ago
  20. fd20df4 bloblist: Use explicit numbering for the tags by Simon Glass · 2 years, 11 months ago
  21. 0b6578a bloblist: Drop unused tags by Simon Glass · 2 years, 11 months ago
  22. 90c1a58 bloblist: Rename the SPL tag by Simon Glass · 2 years, 11 months ago
  23. d00c5c7 common/fdt_support.c: Fix spelling of "shouldn't". by Vagrant Cascadian · 3 years ago
  24. 46a63fe Merge tag 'efi-next' of https://source.denx.de/u-boot/custodians/u-boot-efi into next by Tom Rini · 2 years, 11 months ago
  25. a38b867 x86: efi: Don't set up global_data again with EFI by Simon Glass · 2 years, 11 months ago
  26. ac461ae Merge tag 'video-next-20211228' of https://source.denx.de/u-boot/custodians/u-boot-video into next by Tom Rini · 2 years, 11 months ago
  27. 15cd5be Convert CONFIG_TPL_TEXT_BASE to Kconfig by Tom Rini · 3 years ago
  28. 0a25069 Finish converting CONFIG_SYS_FSL_CLK to Kconfig by Tom Rini · 3 years ago
  29. 61f0958 video: Support virtio devices with the splash screen by Simon Glass · 3 years ago
  30. 8e5a8b6 video: Convert CONFIG_VIDEO_LOGO to Kconfig by Simon Glass · 3 years ago
  31. c7ba6c8 console: Avoid serial output before the console is running by Simon Glass · 3 years ago
  32. 467cf5a fdt: Show a runtime warning based on devicetree source by Simon Glass · 3 years ago
  33. 8f9ce7e fdt: Report the devicetree source by Simon Glass · 3 years ago
  34. ac4d9ff fdt_support: Add fdt_delete_disabled_nodes() and use in Turris MOX by Marek Behún · 3 years ago
  35. 4ef5ca6 fdt_support: Add some useful functions by Marek Behún · 3 years ago
  36. ae0ef95 fdt_support: Fix comment for fdt_create_phandle() by Marek Behún · 3 years ago
  37. f872e83 fdt_support: Remove FDT_STATUS_FAIL_ERROR_CODE by Marek Behún · 3 years ago
  38. 3577eba3 fdt_support: Remove fdt_alloc_phandle() in favor of fdt_generate_phandle() by Marek Behún · 3 years ago
  39. 5d2199d bloblist: Support allocating the bloblist by Simon Glass · 3 years, 1 month ago
  40. e4cb645 spl: fit: Skip attempting to load 0 length image by Nishanth Menon · 3 years, 1 month ago
  41. 774aecc common: add fdt_simplefb_enable_and_mem_rsv function by Patrick Delaunay · 3 years ago
  42. e7e69a5 common: rename functions lcd_dt_simplefb to fdt_simplefb by Patrick Delaunay · 3 years ago
  43. b9735d6 common: rename lcd_simplefb.c file to fdt_simplefb.c by Patrick Delaunay · 3 years ago
  44. ec05898 Convert CONFIG_LCD_DT_SIMPLEFB to Kconfig by Patrick Delaunay · 3 years ago
  45. 769c468 Merge tag 'v2022.01-rc3' into next by Tom Rini · 3 years ago
  46. 9803ddf common: Allow a smaller console-recording pre-reloc by Simon Glass · 3 years, 1 month ago
  47. 8c4a68e board_f: Copy GD to new GD even if relocation disabled by Marek Vasut · 3 years ago
  48. d9fe9db Remove LYNX KDI remainders by Thomas Huth · 3 years, 1 month ago
  49. 91944df Create a new boot/ directory by Simon Glass · 3 years, 1 month ago
  50. de53e5e Fix syntax error by Leo Yu-Chi Liang · 3 years, 1 month ago
  51. c2e7888 spl: Make use of CONFIG_IS_ENABLED(OS_BOOT) in SPL/TPL common code paths by Tom Rini · 3 years, 1 month ago
  52. 9815434 bootstage: Add SPL support by Marek Vasut · 3 years, 1 month ago
  53. e2b1e1f image.h: make image_sign_info.fit point to const by Hannu Lounento · 3 years, 1 month ago
  54. 47f3eb2 common: Kconfig.boot: add config SPL_FIT_RSASSA_PSS by Philippe Reynes · 3 years, 1 month ago
  55. ec0352a arm: spl: prepare for jumping to OPTEE by Ricardo Salveti · 3 years, 1 month ago
  56. 2eeaea4 Merge tag 'u-boot-imx-20211020' of https://source.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 3 years, 1 month ago
  57. e2a168a Merge tag 'video-20211009' of https://source.denx.de/u-boot/custodians/u-boot-video by Tom Rini · 3 years, 2 months ago
  58. 5b2bc14 common: Kconfig: use 'vidconsole' name instead of old 'video' by Anatolij Gustschin · 3 years, 2 months ago
  59. caf6267 lz4: Use a private header for U-Boot by Simon Glass · 3 years, 2 months ago
  60. 8a876e4 image: Split up boot_get_fdt() by Simon Glass · 3 years, 2 months ago
  61. 3afbb60 image: Reduce variable scope in boot_get_fdt() by Simon Glass · 3 years, 2 months ago
  62. c0cabbc image: Remove some #ifdefs from image-fit and image-fit-sig by Simon Glass · 3 years, 2 months ago
  63. e5661c9 image: Remove #ifdefs from select_ramdisk() by Simon Glass · 3 years, 2 months ago
  64. ccda2fa image: Split up boot_get_ramdisk() by Simon Glass · 3 years, 2 months ago
  65. 2de5b01 image: Reduce variable scope in boot_get_ramdisk() by Simon Glass · 3 years, 2 months ago
  66. 0f78138 image: Drop most #ifdefs in image-board.c by Simon Glass · 3 years, 2 months ago
  67. 800b6fb image: Drop #ifdefs for fit_print_contents() by Simon Glass · 3 years, 2 months ago
  68. 4a00af4 image: Tidy up fit_unsupported_reset() by Simon Glass · 3 years, 2 months ago
  69. a0cfb84 image: Drop IMAGE_ENABLE_IGNORE by Simon Glass · 3 years, 2 months ago
  70. 336b9c7 image: Drop IMAGE_OF_SYSTEM_SETUP by Simon Glass · 3 years, 2 months ago
  71. d49049f image: Drop IMAGE_OF_BOARD_SETUP by Simon Glass · 3 years, 2 months ago
  72. b8eb1fe image: Drop IMAGE_BOOT_GET_CMDLINE by Simon Glass · 3 years, 2 months ago
  73. 577226c image: Use the correct checks for CRC32 by Simon Glass · 3 years, 2 months ago
  74. 85c057e image: Drop IMAGE_ENABLE_OF_LIBFDT by Simon Glass · 3 years, 2 months ago
  75. e719d3b image: Drop IMAGE_ENABLE_FIT by Simon Glass · 3 years, 2 months ago
  76. 866178e hash: Drop some #ifdefs in hash.c by Simon Glass · 3 years, 2 months ago
  77. 383dd57 hash: Use Kconfig to enable hashing in host tools and SPL by Simon Glass · 3 years, 2 months ago
  78. f16dc6c image: Add Kconfig options for FIT in the tools build by Simon Glass · 3 years, 2 months ago
  79. db503fb compiler: Rename host_build() to tools_build() by Simon Glass · 3 years, 2 months ago
  80. bc0c4db image: Remove ifdefs around image_setup_linux() el at by Simon Glass · 3 years, 2 months ago
  81. 48a1b68 image: Avoid #ifdefs for manual relocation by Simon Glass · 3 years, 2 months ago
  82. 684ef38 image: Create a function to do manual relocation by Simon Glass · 3 years, 2 months ago
  83. 4a8a8a1 image: Split host code out into its own file by Simon Glass · 3 years, 2 months ago
  84. 60d7154 image: Fix up checkpatch warnings in image-board.c by Simon Glass · 3 years, 2 months ago
  85. 4d7237b image: Split board code out into its own file by Simon Glass · 3 years, 2 months ago
  86. fd86d01 image: Update image_decomp() to avoid ifdefs by Simon Glass · 3 years, 2 months ago
  87. 7e1aa64 image: Update zstd to avoid reporting error twice by Simon Glass · 3 years, 2 months ago
  88. eefec3d image: Avoid switch default in image_decomp() by Simon Glass · 3 years, 2 months ago
  89. 3eb3cce zstd: Create a function for use from U-Boot by Simon Glass · 3 years, 2 months ago
  90. 7d7c367 imx: spl: fix imx8m secure boot by Heiko Schocher · 3 years, 3 months ago
  91. 67e8f5d spl_fit. add hook to make fixes after fit header is loaded by Heiko Schocher · 3 years, 4 months ago
  92. db4ed12 riscv: image: Use the first DRAM bank for bootm_low by Samuel Holland · 3 years, 3 months ago
  93. a7ca480 lib: optee: remove the duplicate CONFIG_OPTEE by Patrick Delaunay · 3 years, 3 months ago
  94. 62fb2b4 WS cleanup: remove SPACE(s) followed by TAB by Wolfgang Denk · 3 years, 2 months ago
  95. 9d328a6 WS cleanup: remove trailing white space by Wolfgang Denk · 3 years, 2 months ago
  96. 3fd6633 WS cleanup: remove trailing empty lines by Wolfgang Denk · 3 years, 2 months ago
  97. 84c0f69 ti: keystone: Move away from CONFIG_SOC_KEYSTONE by Tom Rini · 3 years, 3 months ago
  98. 3580f6d treewide: Simply conditions with the new OF_REAL by Simon Glass · 3 years, 4 months ago
  99. 0034d96 treewide: fdt: Move fdt_get_config_... to ofnode_conf_read... by Simon Glass · 3 years, 4 months ago
  100. c81801d image: add lz4 zstd compression magic map by Artem Lapkin · 3 years, 3 months ago