1. f88d48c dlmalloc: Fix a warning with clang-15 by Tom Rini · 1 year, 8 months ago
  2. cb90ddb Merge tag 'dm-next-12mar23a' of git://git.denx.de/u-boot-dm into next by Tom Rini · 1 year, 7 months ago
  3. 4023dc9 binman: add sign option for binman by Ivan Mikhaylov · 1 year, 8 months ago
  4. 97d6d7e console: Use only 0x00 as line separator for console recording by Marek Vasut · 1 year, 8 months ago
  5. a5faa4a Merge tag 'v2023.04-rc4' into next by Tom Rini · 1 year, 7 months ago
  6. 4042ce7 usb: move CONFIG_USB_HUB_DEBOUNCE_TIMEOUT to USB by Heinrich Schuchardt · 1 year, 9 months ago
  7. fe61da8 usb: USB hubs require host mode by Heinrich Schuchardt · 1 year, 9 months ago
  8. 39c1fa2 video console: implement multiple fonts configuration by Dzmitry Sankouski · 1 year, 8 months ago
  9. 7ffbb5b Add VPL options for BLOBLIST by Simon Glass · 1 year, 8 months ago
  10. 3693ee9 event: Add Kconfig options for SPL by Simon Glass · 1 year, 8 months ago
  11. b7be876 common: Make ARCH_EARLY_INIT_R be selected only by Tom Rini · 1 year, 8 months ago
  12. e7348a7 common/Kconfig: Reword text for BOARD_TYPES by Tom Rini · 1 year, 8 months ago
  13. 718d1c7 spl: mmc: Allow to disable SYS_MMCSD_FS_BOOT_PARTITION by Pali Rohár · 1 year, 9 months ago
  14. 5b197ee Merge tag 'v2023.04-rc3' into next by Tom Rini · 1 year, 8 months ago
  15. 3106e47 common: avb_verify: prevent opening incorrect session by Ivan Khoronzhuk · 1 year, 9 months ago
  16. c74e034 dm: Add support for handling old u-boot,dm- tags by Simon Glass · 1 year, 8 months ago
  17. c38a21d dm: Allow serial output during the relocation process by Simon Glass · 1 year, 9 months ago
  18. 2c88d5e sandbox: Bring back setting mon_len in global_data by Simon Glass · 1 year, 9 months ago
  19. c34009d Merge tag 'efi-2023-04-rc2' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 1 year, 8 months ago
  20. 1f69cbe Correct SPL uses of VIDEO by Simon Glass · 1 year, 9 months ago
  21. b7e4869 Correct SPL use of SPLASH_SOURCE by Simon Glass · 1 year, 9 months ago
  22. 4c77608 Correct SPL uses of SAVE_PREV_BL_INITRAMFS_START_ADDR by Simon Glass · 1 year, 9 months ago
  23. 10f8bc0 Correct SPL uses of SAVE_PREV_BL_FDT_ADDR by Simon Glass · 1 year, 9 months ago
  24. bc2dba9 Correct SPL use of OF_EMBED by Simon Glass · 1 year, 9 months ago
  25. 00ba40f Correct SPL uses of NEEDS_MANUAL_RELOC by Simon Glass · 1 year, 9 months ago
  26. b84d23d Correct SPL use of HUSH_PARSER by Simon Glass · 1 year, 9 months ago
  27. 88df363 eficonfig: CTRL+S to save the boot order by Masahisa Kojima · 1 year, 9 months ago
  28. 5cbdd15 Correct SPL use of CMD_SHA1SUM by Simon Glass · 1 year, 9 months ago
  29. bdb133a Correct SPL use of CMD_HASH by Simon Glass · 1 year, 9 months ago
  30. 5eddad0 usb: Drop unused ehci-faraday driver by Simon Glass · 1 year, 9 months ago
  31. 00fa989 qemu: Move qfw kernel setup into a common file by Simon Glass · 1 year, 9 months ago
  32. 4f6daac log: Add a category for filesystems by Simon Glass · 1 year, 9 months ago
  33. 69a3e07 spl: Drop unwanted return in spl_fit_upload_fpga() by Simon Glass · 1 year, 9 months ago
  34. b75ca26 common: bouncebuf: Use dma-mapping for cache ops by Andrew Davis · 1 year, 10 months ago
  35. 19efd43 event: Correct duplicate log message in event_notify() by Simon Glass · 1 year, 9 months ago
  36. 6e7df1d global: Finish CONFIG -> CFG migration by Tom Rini · 1 year, 9 months ago
  37. 2d1e2e5 common/update: Finish Kconfig migration by Tom Rini · 1 year, 9 months ago
  38. 6e73ab3 spl: sata: Rework the loading case it not use IS_ENABLED(...) by Tom Rini · 1 year, 9 months ago
  39. d35e44f autoboot: Rework CONFIG_AUTOBOOT_STOP_STR_* usage by Tom Rini · 1 year, 9 months ago
  40. a3fda0d global: Remove unused CONFIG defines by Tom Rini · 1 year, 9 months ago
  41. 53c47c5 Merge tag 'dm-pull-18jan23' of https://source.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 1 year, 9 months ago
  42. 33c60a3 trace: Use notrace for short by Simon Glass · 1 year, 10 months ago
  43. e875cab configs: Increase malloc size after relocation by Neha Malcom Francis · 1 year, 9 months ago
  44. 448e2b6 event: Correct dependencies on the EVENT framework by Tom Rini · 1 year, 9 months ago
  45. 5b958de Merge branch '2022-01-16-bootstd-updates' by Tom Rini · 1 year, 9 months ago
  46. 9e7ac0b menu: Factor out menu-keypress decoding by Simon Glass · 1 year, 10 months ago
  47. 30f3333 image: Move common image code to image_board and command by Simon Glass · 1 year, 10 months ago
  48. 32bab0e menu: Make use of CLI character processing by Simon Glass · 1 year, 10 months ago
  49. 86cc3c5 menu: Use a switch statement by Simon Glass · 1 year, 10 months ago
  50. d0ca98d menu: Update bootmenu_loop() to return the code by Simon Glass · 1 year, 10 months ago
  51. 5712976 menu: Update bootmenu_autoboot_loop() to return the code by Simon Glass · 1 year, 10 months ago
  52. 2da4a15 menu: Rename KEY_... to BKEY_... by Simon Glass · 1 year, 10 months ago
  53. b08e9d4 cli: Move readline character-processing to a state machine by Simon Glass · 1 year, 10 months ago
  54. ffb191e arm: rockchip: Add RV1126 arch core support by Jagan Teki · 1 year, 10 months ago
  55. 5454dea usb: hub: allow to increase HUB_DEBOUNCE_TIMEOUT by Patrick Delaunay · 2 years, 1 month ago
  56. fe4c21d Merge tag 'u-boot-stm32-20230113' of https://source.denx.de/u-boot/custodians/u-boot-stm by Tom Rini · 1 year, 9 months ago
  57. 48b3ecb gpio: Get rid of gpio_hog_probe_all() by Marek Vasut · 2 years, 1 month ago
  58. cf7aa03 common: spl: ram: fix return code by Nikita Shubin · 1 year, 10 months ago
  59. 33965c7 console: Add option to keep it silent until env is loaded by Harald Seiler · 2 years, 4 months ago
  60. ba1fa2a usb: onboard-hub: add driver to manage onboard hub supplies by Fabrice Gasnier · 1 year, 10 months ago
  61. 721307e cmd: exit: Fix return value propagation out of environment scripts by Marek Vasut · 1 year, 10 months ago
  62. c9c42ad common:autoboot:modify function parameters by Shenlin Liang · 1 year, 11 months ago
  63. cebdfc2 Merge branch 'next' by Tom Rini · 1 year, 9 months ago
  64. d1f4b09 common/memsize.c: Check for overflow in get_effective_memsize() only for mpc85xx by Pali Rohár · 1 year, 10 months ago
  65. 90c7888 common/spl/spl_ram: Remove unused default by Tom Rini · 1 year, 11 months ago
  66. 7c5c137 global: Migrate CONFIG_PRAM to CFG by Tom Rini · 1 year, 11 months ago
  67. 1d457db global: Migrate CONFIG_MAX_MEM_MAPPED to CFG by Tom Rini · 1 year, 11 months ago
  68. dd5b58c global: Migrate CONFIG_MALLOC_F_ADDR to CFG by Tom Rini · 1 year, 11 months ago
  69. 218ce36 global: Remove undef CONFIG_... for unused values by Tom Rini · 1 year, 11 months ago
  70. f365971 spl: Kconfig: Fix SPL_OPTEE_IMAGE dependency by Jagan Teki · 2 years ago
  71. 7d212af usb: Update USB_STORAGE dependencies by Tom Rini · 1 year, 11 months ago
  72. 14f4379 Merge tag 'v2023.01-rc4' into next by Tom Rini · 1 year, 10 months ago
  73. fda2253 spl: spl_legacy: fix invalid offset in SPL_COPY_PAYLOAD_ONLY by Dai Okamura · 1 year, 11 months ago
  74. ac14155 common/spl/Kconfig: add dependency on SPL_SEMIHOSTING for SPL payload by Kautuk Consul · 1 year, 11 months ago
  75. 68e5404 sandbox: Move CONFIG_IO_TRACE to Kconfig by Tom Rini · 1 year, 11 months ago
  76. 19b4040 Convert CONFIG_HWCONFIG to Kconfig by Tom Rini · 1 year, 11 months ago
  77. 65cc0e2 global: Move remaining CONFIG_SYS_* to CFG_SYS_* by Tom Rini · 1 year, 11 months ago
  78. aa6e94d global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_* by Tom Rini · 1 year, 11 months ago
  79. f16b1a6 spl: Migrate SYS_SATA_FAT_BOOT_PARTITION to Kconfig by Tom Rini · 1 year, 11 months ago
  80. ecc8d42 global: Move remaining CONFIG_SYS_PCI* to CFG_SYS_PCI* by Tom Rini · 1 year, 11 months ago
  81. 4e59094 global: Move remaining CONFIG_SYS_NAND_* to CFG_SYS_NAND_* by Tom Rini · 2 years ago
  82. 27380d8 console: file should always be non-negative by Heinrich Schuchardt · 2 years ago
  83. 4b0a1f5 spl: Fix SPL_ATF and SPL_OPENSBI dependencies by Samuel Holland · 2 years ago
  84. 60d7820 Revert "cli_readline: Only insert printable chars" by Pali Rohár · 2 years ago
  85. 02f5a01 SYS_NONCACHED_MEMORY: Correct comment in common/board_f.c by Tom Rini · 2 years ago
  86. 08574ed Convert CONFIG_SYS_MONITOR_LEN to Kconfig by Tom Rini · 2 years ago
  87. d332cd5 Merge tag 'efi-2023-01-rc1-4' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 2 years ago
  88. 023d9c9 efi_loader: remove CONFIG_EFI_SETUP_EARLY by AKASHI Takahiro · 2 years ago
  89. 898bd53 Merge https://source.denx.de/u-boot/custodians/u-boot-usb by Tom Rini · 2 years ago
  90. 0444889 usb: storage: continue probe on "Invalid device" by Janne Grunau · 2 years ago
  91. 3406e9d usb: Add 1ms delay after first Get Descriptor request by Marek Vasut · 2 years ago
  92. 8450b97 mips: mtmips: spl/Kconfig: Set CONFIG_SPL_PAD_TO to 0x0 for ARCH_MTMIPS by Stefan Roese · 2 years ago
  93. 50128ae cyclic: get rid of cyclic_init() by Rasmus Villemoes · 2 years ago
  94. 2896839 cyclic: switch to using hlist instead of list by Rasmus Villemoes · 2 years ago
  95. 6b84b1d cyclic: drop redundant cyclic_ready flag by Rasmus Villemoes · 2 years ago
  96. d7de5ef cyclic: use a flag in gd->flags for recursion protection by Rasmus Villemoes · 2 years ago
  97. 467bad5 event: Add an event for main_loop by Sughosh Ganu · 2 years ago
  98. 5981d61 vpl: Allow signature verification by Simon Glass · 2 years ago
  99. 4218456 vbe: Add Kconfig options for VPL by Simon Glass · 2 years ago
  100. 5a61bf1 spl: Allow multiple loaders of the same time by Simon Glass · 2 years ago