1. ce3e75d bloblist: Update to use conditional value by Simon Glass · 2 years, 8 months ago
  2. c1335e2 spl: ymodem: Fix buffer overflow during Image copy by Vignesh Raghavendra · 2 years, 8 months ago
  3. c592292 spl: add support for custom boot method names by Heiko Thiery · 2 years, 8 months ago
  4. 761a178 Merge tag 'dm-pull-26jan22' of https://source.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 2 years, 8 months ago
  5. fc2b399 usb: gadget: Add CDC ACM function by Loic Poulain · 2 years, 10 months ago
  6. 99f844b tools: Pass the key blob around by Simon Glass · 2 years, 11 months ago
  7. 98150e7 mtd: cfi: introduce CFI_FLASH_BANKS by Patrick Delaunay · 2 years, 9 months ago
  8. 22eb152 spl: Convert SYS_MMCSD_RAW_MODE_KERNEL_SECTOR to Kconfig by Alexandru Gagniuc · 2 years, 9 months ago
  9. 2d7a463 Merge https://source.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · 2 years, 8 months ago
  10. c10939d SPL: Add support for checking board / BootROM specific image types by Pali Rohár · 2 years, 8 months ago
  11. 2e0429b SPL: Add struct spl_boot_device parameter into spl_parse_board_header() by Pali Rohár · 2 years, 8 months ago
  12. 3058e28 fdt_support: Add fdt_for_each_node_by_compatible() helper macro by Marek Behún · 2 years, 8 months ago
  13. 185f812 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 8 months ago
  14. ae435ae common: board_r: drop ifdefs around header includes by Ovidiu Panait · 2 years, 9 months ago
  15. fd765b0 common: board_r: include asm-generic/gpio.h by Ovidiu Panait · 2 years, 9 months ago
  16. 2fd81be common: board_r: move init_addr_map() to init.h by Ovidiu Panait · 2 years, 9 months ago
  17. 1b212bb common: board_r: drop initr_addr_map wrapper by Ovidiu Panait · 2 years, 9 months ago
  18. 78fc039 common: board_r: drop initr_kgdb wrapper by Ovidiu Panait · 2 years, 9 months ago
  19. 485c90c common: remove bedbug debugger support by Ovidiu Panait · 2 years, 9 months ago
  20. 027b0e9 common: spl: move armv7m-specific code to spl_perform_fixups() by Ovidiu Panait · 2 years, 9 months ago
  21. 6c9e3d1 bloblist: Relicense to allow BSD-3-Clause by Simon Glass · 2 years, 9 months ago
  22. e50a24a bloblist: Add functions to obtain base address and size by Simon Glass · 2 years, 9 months ago
  23. 99047f5 bloblist: Refactor Kconfig to support alloc or fixed by Simon Glass · 2 years, 9 months ago
  24. 5938d65 bloblist: Use 'phase' consistently for bloblists by Simon Glass · 2 years, 9 months ago
  25. 1d8bbd7 bloblist: Use LOG_CATEGORY to simply logging by Simon Glass · 2 years, 9 months ago
  26. f16ec77 bloblist: Use explicit numbering for the tags by Simon Glass · 2 years, 9 months ago
  27. f9abc1c bloblist: Drop unused tags by Simon Glass · 2 years, 9 months ago
  28. 7f3b79a bloblist: Rename the SPL tag by Simon Glass · 2 years, 9 months ago
  29. 8c8bf4f common/fdt_support.c: Fix spelling of "shouldn't". by Vagrant Cascadian · 2 years, 9 months ago
  30. 5fec3c8 Merge tag 'efi-next' of https://source.denx.de/u-boot/custodians/u-boot-efi into next by Tom Rini · 2 years, 9 months ago
  31. 86bb488 x86: efi: Don't set up global_data again with EFI by Simon Glass · 2 years, 9 months ago
  32. 87a9aa6 Merge tag 'video-next-20211228' of https://source.denx.de/u-boot/custodians/u-boot-video into next by Tom Rini · 2 years, 9 months ago
  33. 1b46518 Convert CONFIG_TPL_TEXT_BASE to Kconfig by Tom Rini · 2 years, 10 months ago
  34. ada261f Finish converting CONFIG_SYS_FSL_CLK to Kconfig by Tom Rini · 2 years, 10 months ago
  35. d8bf49f video: Support virtio devices with the splash screen by Simon Glass · 2 years, 10 months ago
  36. 64cfeda video: Convert CONFIG_VIDEO_LOGO to Kconfig by Simon Glass · 2 years, 10 months ago
  37. 4057e27 console: Avoid serial output before the console is running by Simon Glass · 2 years, 10 months ago
  38. 93233b0 fdt: Show a runtime warning based on devicetree source by Simon Glass · 2 years, 9 months ago
  39. ff66e7b fdt: Report the devicetree source by Simon Glass · 2 years, 9 months ago
  40. 574506c fdt_support: Add fdt_delete_disabled_nodes() and use in Turris MOX by Marek Behún · 2 years, 10 months ago
  41. 9ab0c2f fdt_support: Add some useful functions by Marek Behún · 2 years, 10 months ago
  42. c92ccba fdt_support: Fix comment for fdt_create_phandle() by Marek Behún · 2 years, 10 months ago
  43. 2105cd0 fdt_support: Remove FDT_STATUS_FAIL_ERROR_CODE by Marek Behún · 2 years, 10 months ago
  44. 76f5a72 fdt_support: Remove fdt_alloc_phandle() in favor of fdt_generate_phandle() by Marek Behún · 2 years, 10 months ago
  45. d5b6e91 bloblist: Support allocating the bloblist by Simon Glass · 2 years, 11 months ago
  46. 6d99f86 spl: fit: Skip attempting to load 0 length image by Nishanth Menon · 3 years ago
  47. 77debf6 common: add fdt_simplefb_enable_and_mem_rsv function by Patrick Delaunay · 2 years, 10 months ago
  48. fded97a common: rename functions lcd_dt_simplefb to fdt_simplefb by Patrick Delaunay · 2 years, 10 months ago
  49. 4ca979e common: rename lcd_simplefb.c file to fdt_simplefb.c by Patrick Delaunay · 2 years, 10 months ago
  50. d71587c Convert CONFIG_LCD_DT_SIMPLEFB to Kconfig by Patrick Delaunay · 2 years, 10 months ago
  51. 2402c93 Merge tag 'v2022.01-rc3' into next by Tom Rini · 2 years, 10 months ago
  52. 8ce465e common: Allow a smaller console-recording pre-reloc by Simon Glass · 3 years ago
  53. 47d7d03 board_f: Copy GD to new GD even if relocation disabled by Marek Vasut · 2 years, 11 months ago
  54. 7e71306 Remove LYNX KDI remainders by Thomas Huth · 2 years, 11 months ago
  55. 19a91f2 Create a new boot/ directory by Simon Glass · 3 years ago
  56. 990e1e4 Fix syntax error by Leo Yu-Chi Liang · 2 years, 11 months ago
  57. 7115007 spl: Make use of CONFIG_IS_ENABLED(OS_BOOT) in SPL/TPL common code paths by Tom Rini · 2 years, 11 months ago
  58. b55881d bootstage: Add SPL support by Marek Vasut · 3 years ago
  59. 2289629 image.h: make image_sign_info.fit point to const by Hannu Lounento · 3 years ago
  60. 5d39c93 common: Kconfig.boot: add config SPL_FIT_RSASSA_PSS by Philippe Reynes · 3 years ago
  61. 949eb22 arm: spl: prepare for jumping to OPTEE by Ricardo Salveti · 3 years ago
  62. 79b8849 Merge tag 'u-boot-imx-20211020' of https://source.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 3 years ago
  63. f331497 Merge tag 'video-20211009' of https://source.denx.de/u-boot/custodians/u-boot-video by Tom Rini · 3 years ago
  64. de99e77 common: Kconfig: use 'vidconsole' name instead of old 'video' by Anatolij Gustschin · 3 years ago
  65. 2a2d8e9 lz4: Use a private header for U-Boot by Simon Glass · 3 years ago
  66. 4cb35b7 image: Split up boot_get_fdt() by Simon Glass · 3 years ago
  67. a2198cd image: Reduce variable scope in boot_get_fdt() by Simon Glass · 3 years ago
  68. b53541f image: Remove some #ifdefs from image-fit and image-fit-sig by Simon Glass · 3 years ago
  69. f33a2c1 image: Remove #ifdefs from select_ramdisk() by Simon Glass · 3 years ago
  70. e4c9287 image: Split up boot_get_ramdisk() by Simon Glass · 3 years ago
  71. 78f8879 image: Reduce variable scope in boot_get_ramdisk() by Simon Glass · 3 years ago
  72. 1df654a image: Drop most #ifdefs in image-board.c by Simon Glass · 3 years ago
  73. 78740bc image: Drop #ifdefs for fit_print_contents() by Simon Glass · 3 years ago
  74. 0ab5e02 image: Tidy up fit_unsupported_reset() by Simon Glass · 3 years ago
  75. fa13940 image: Drop IMAGE_ENABLE_IGNORE by Simon Glass · 3 years ago
  76. 3ac0f50 image: Drop IMAGE_OF_SYSTEM_SETUP by Simon Glass · 3 years ago
  77. 30ba282 image: Drop IMAGE_OF_BOARD_SETUP by Simon Glass · 3 years ago
  78. 806d1ff image: Drop IMAGE_BOOT_GET_CMDLINE by Simon Glass · 3 years ago
  79. e7d285b image: Use the correct checks for CRC32 by Simon Glass · 3 years ago
  80. 0c303f9 image: Drop IMAGE_ENABLE_OF_LIBFDT by Simon Glass · 3 years ago
  81. bf371b4 image: Drop IMAGE_ENABLE_FIT by Simon Glass · 3 years ago
  82. d54f7e3 hash: Drop some #ifdefs in hash.c by Simon Glass · 3 years ago
  83. 2c21256 hash: Use Kconfig to enable hashing in host tools and SPL by Simon Glass · 3 years ago
  84. e02b3fd image: Add Kconfig options for FIT in the tools build by Simon Glass · 3 years ago
  85. c9d6b5b compiler: Rename host_build() to tools_build() by Simon Glass · 3 years ago
  86. 4ed37ab image: Remove ifdefs around image_setup_linux() el at by Simon Glass · 3 years ago
  87. c5a68d2 image: Avoid #ifdefs for manual relocation by Simon Glass · 3 years ago
  88. 2ac00c0 image: Create a function to do manual relocation by Simon Glass · 3 years ago
  89. 5d3248a image: Split host code out into its own file by Simon Glass · 3 years ago
  90. 3d2a47f image: Fix up checkpatch warnings in image-board.c by Simon Glass · 3 years ago
  91. 41506ff image: Split board code out into its own file by Simon Glass · 3 years ago
  92. 458b30a image: Update image_decomp() to avoid ifdefs by Simon Glass · 3 years ago
  93. 02ace2c image: Update zstd to avoid reporting error twice by Simon Glass · 3 years ago
  94. b876eb8 image: Avoid switch default in image_decomp() by Simon Glass · 3 years ago
  95. 94d0a2e zstd: Create a function for use from U-Boot by Simon Glass · 3 years ago
  96. deb80ec imx: spl: fix imx8m secure boot by Heiko Schocher · 3 years, 1 month ago
  97. 884ba50 spl_fit. add hook to make fixes after fit header is loaded by Heiko Schocher · 3 years, 2 months ago
  98. dd573b6 riscv: image: Use the first DRAM bank for bootm_low by Samuel Holland · 3 years ago
  99. 51827f9 lib: optee: remove the duplicate CONFIG_OPTEE by Patrick Delaunay · 3 years, 1 month ago
  100. 0cf207e WS cleanup: remove SPACE(s) followed by TAB by Wolfgang Denk · 3 years ago