1. 1d457db global: Migrate CONFIG_MAX_MEM_MAPPED to CFG by Tom Rini · 1 year, 11 months ago
  2. dd5b58c global: Migrate CONFIG_MALLOC_F_ADDR to CFG by Tom Rini · 1 year, 11 months ago
  3. 218ce36 global: Remove undef CONFIG_... for unused values by Tom Rini · 1 year, 11 months ago
  4. 7d212af usb: Update USB_STORAGE dependencies by Tom Rini · 1 year, 11 months ago
  5. 14f4379 Merge tag 'v2023.01-rc4' into next by Tom Rini · 1 year, 10 months ago
  6. fda2253 spl: spl_legacy: fix invalid offset in SPL_COPY_PAYLOAD_ONLY by Dai Okamura · 1 year, 10 months ago
  7. ac14155 common/spl/Kconfig: add dependency on SPL_SEMIHOSTING for SPL payload by Kautuk Consul · 1 year, 11 months ago
  8. 68e5404 sandbox: Move CONFIG_IO_TRACE to Kconfig by Tom Rini · 1 year, 11 months ago
  9. 19b4040 Convert CONFIG_HWCONFIG to Kconfig by Tom Rini · 1 year, 11 months ago
  10. 65cc0e2 global: Move remaining CONFIG_SYS_* to CFG_SYS_* by Tom Rini · 1 year, 11 months ago
  11. aa6e94d global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_* by Tom Rini · 1 year, 11 months ago
  12. f16b1a6 spl: Migrate SYS_SATA_FAT_BOOT_PARTITION to Kconfig by Tom Rini · 1 year, 11 months ago
  13. ecc8d42 global: Move remaining CONFIG_SYS_PCI* to CFG_SYS_PCI* by Tom Rini · 1 year, 11 months ago
  14. 4e59094 global: Move remaining CONFIG_SYS_NAND_* to CFG_SYS_NAND_* by Tom Rini · 2 years ago
  15. 27380d8 console: file should always be non-negative by Heinrich Schuchardt · 2 years ago
  16. 4b0a1f5 spl: Fix SPL_ATF and SPL_OPENSBI dependencies by Samuel Holland · 2 years ago WIP/2022-11-21-important-fixes
  17. 60d7820 Revert "cli_readline: Only insert printable chars" by Pali Rohár · 2 years ago
  18. 02f5a01 SYS_NONCACHED_MEMORY: Correct comment in common/board_f.c by Tom Rini · 2 years ago
  19. 08574ed Convert CONFIG_SYS_MONITOR_LEN to Kconfig by Tom Rini · 2 years ago
  20. 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 WIP/06Nov2022
  21. 023d9c9 efi_loader: remove CONFIG_EFI_SETUP_EARLY by AKASHI Takahiro · 2 years ago
  22. 898bd53 Merge https://source.denx.de/u-boot/custodians/u-boot-usb by Tom Rini · 2 years ago WIP/04Nov2022
  23. 0444889 usb: storage: continue probe on "Invalid device" by Janne Grunau · 2 years ago
  24. 3406e9d usb: Add 1ms delay after first Get Descriptor request by Marek Vasut · 2 years ago
  25. 8450b97 mips: mtmips: spl/Kconfig: Set CONFIG_SPL_PAD_TO to 0x0 for ARCH_MTMIPS by Stefan Roese · 2 years ago
  26. 50128ae cyclic: get rid of cyclic_init() by Rasmus Villemoes · 2 years ago
  27. 2896839 cyclic: switch to using hlist instead of list by Rasmus Villemoes · 2 years ago
  28. 6b84b1d cyclic: drop redundant cyclic_ready flag by Rasmus Villemoes · 2 years ago
  29. d7de5ef cyclic: use a flag in gd->flags for recursion protection by Rasmus Villemoes · 2 years ago
  30. 467bad5 event: Add an event for main_loop by Sughosh Ganu · 2 years ago
  31. 5981d61 vpl: Allow signature verification by Simon Glass · 2 years ago
  32. 4218456 vbe: Add Kconfig options for VPL by Simon Glass · 2 years ago
  33. 5a61bf1 spl: Allow multiple loaders of the same time by Simon Glass · 2 years ago
  34. 6a318b1 bloblist: Drop debugging by Simon Glass · 2 years ago
  35. 6e55b11 spl: Add a separate silence option for SPL by Simon Glass · 2 years ago
  36. ec7e8da spl: Refactor controls for console output by Simon Glass · 2 years ago
  37. 2b8d2cc spl: Use binman suffix allow symbols of any SPL etype by Simon Glass · 2 years ago
  38. 9846390 Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASE by Simon Glass · 2 years ago
  39. b86986c video: Rename CONFIG_DM_VIDEO to CONFIG_VIDEO by Simon Glass · 2 years ago
  40. b0c5353 video: Drop common LCD implementation by Simon Glass · 2 years ago
  41. 70cc7b6 video: Drop use of the lcd header file by Simon Glass · 2 years ago
  42. 2429068 fdt: Drop support for LCD fixup in simplefb by Simon Glass · 2 years ago
  43. 0f9b86f video: Drop remaining references to CONFIG_LCD by Simon Glass · 2 years ago
  44. f9b7bd7 video: cmd: Drop old LCD code by Simon Glass · 2 years ago
  45. 2285864 video: Drop VCXK video controller by Simon Glass · 2 years ago
  46. 1dc6517 Drop CONFIG_LCD_LOGO by Simon Glass · 2 years ago
  47. ba97899 video: Drop CONFIG_LCD_INFO by Simon Glass · 2 years ago
  48. 8166056 video: Drop CONFIG_LCD_INFO_BELOW_LOGO by Simon Glass · 2 years ago
  49. 832bcbb video: Drop CONFIG_LCD_ALIGNMENT by Simon Glass · 2 years ago
  50. b5b1ce8 video: lcd: Drop console rotation by Simon Glass · 2 years ago
  51. 7fcb30c splash: get devpart from environment variable by Julien Masson · 2 years ago
  52. a638d9a splash: support raw image from MMC by Julien Masson · 2 years ago
  53. 3a82cd2 scripts: Makefile.spl: Enable memory drivers to be built for SPL by Roger Quadros · 2 years ago
  54. 06377c5 spl: spl_legacy: Fix NAND boot on OMAP3 BeagleBoard by Roger Quadros · 2 years, 1 month ago
  55. c2c485d Merge https://source.denx.de/u-boot/custodians/u-boot-watchdog by Tom Rini · 2 years ago
  56. ddc8d36 cyclic: Don't disable cylic function upon exceeding CPU time by Stefan Roese · 2 years ago
  57. 9259bd1 common: board_f: Print information for all sysresets by Michal Suchanek · 2 years ago
  58. f60e6f6 input: Remove legacy KEYBOARD option by Tom Rini · 2 years ago
  59. 73ceadc Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxi by Tom Rini · 2 years ago
  60. 177040b sunxi: Kconfig: use SoC-wide values for some symbols by Andre Przywara · 2 years, 1 month ago
  61. 7ff1263 stdio: Fix class iteration in stdio_add_devices() by Michal Suchanek · 2 years ago
  62. db9d55e spl: atf: Fix clang -Wasm-operand-widths warning by Alistair Delva · 2 years, 1 month ago WIP/2022-10-10-LLVM-related-improvements
  63. fcb670b usb: Add missing guard around env_get() in usb_hub by Marek Vasut · 2 years, 1 month ago
  64. 3c29c0f common/board_f: drop ifdefs around header includes by Ovidiu Panait · 2 years, 1 month ago
  65. d63fc99 common/board_f: introduce arch_setup_dest_addr() by Ovidiu Panait · 2 years, 1 month ago
  66. 85e68ae common/board_f: move CONFIG_MACH_TYPE logic to arch/arm/lib/bdinfo.c by Ovidiu Panait · 2 years, 1 month ago
  67. 181cbd4 common/board_f: remove XTRN_DECLARE_GLOBAL_DATA_PTR dead code by Ovidiu Panait · 2 years, 1 month ago
  68. 2d45913 Merge branch 'next' by Tom Rini · 2 years, 1 month ago WIP/03Oct2022
  69. ee88ba7 dm: core: Provide a way to reset the device tree by Simon Glass · 2 years, 1 month ago
  70. 62d6383 test: Support testing malloc() failures by Simon Glass · 2 years, 1 month ago
  71. f39e5b8 event: Fix a typo in the EVENT help by Simon Glass · 2 years, 1 month ago
  72. f3543e6 treewide: Drop image_header_t typedef by Simon Glass · 2 years, 1 month ago
  73. d9d7c20 treewide: Drop bootm_headers_t typedef by Simon Glass · 2 years, 1 month ago
  74. 76f921e board_r: Relocate OF_EMBED if NEEDS_MANUAL_RELOC only by Pierre-Clément Tosi · 2 years, 1 month ago WIP/2022-09-29-assorted-fixes
  75. c11cedc autoboot: make sure watchdog device(s) are handled with keyed autoboot by Rasmus Villemoes · 2 years, 1 month ago
  76. 8149b15 blk: Rename if_type to uclass_id by Simon Glass · 2 years, 1 month ago
  77. 78b5243 serial: Implement serial_flush() function for console flush() fallback by Pali Rohár · 2 years, 1 month ago
  78. 974f483 console: Implement flush() function by Pali Rohár · 2 years, 1 month ago
  79. 236f739 board_f: show_dram_config: Print also real DRAM size by Pali Rohár · 2 years, 1 month ago
  80. d92aee5 board_f: Fix printing gd->ram_size and gd->ram_top by Pali Rohár · 2 years, 1 month ago
  81. 049704f board_f: Fix types for board_get_usable_ram_top() by Pali Rohár · 2 years, 1 month ago
  82. 777aaaa common/memsize.c: Fix get_effective_memsize() to check for overflow by Pali Rohár · 2 years, 1 month ago
  83. 7210e45 common/memsize.c: Fix get_effective_memsize() to always check for CONFIG_MAX_MEM_MAPPED by Pali Rohár · 2 years, 1 month ago
  84. 4a08c26 arm: mvebu: Add default SPL_SIZE_LIMIT for 32-bit SoCs by Pali Rohár · 2 years, 1 month ago
  85. e9a1ff9 Merge branch 'master' into next by Tom Rini · 2 years, 1 month ago
  86. 29caf93 cyclic: Use schedule() instead of WATCHDOG_RESET() by Stefan Roese · 2 years, 2 months ago
  87. 881d410 cyclic: Introduce schedule() function by Stefan Roese · 2 years, 2 months ago
  88. e33a5c6 blk: Switch over to using uclass IDs by Simon Glass · 2 years, 2 months ago
  89. ca28baf blk: Select SPL_LEGACY_BLOCK automatically by Simon Glass · 2 years, 2 months ago
  90. 7f8967c blk: Rename HAVE_BLOCK_DEVICE by Simon Glass · 2 years, 2 months ago
  91. 069f0d7 cli: Reduce size of readline buffers in SPL by Sean Anderson · 2 years, 2 months ago
  92. 1b3e682 xyz-modem: Allow to configure initial timeout for loadx and loady by Pali Rohár · 2 years, 2 months ago
  93. 77253c5 spl: fit: Allocate buffers aligned to cache line size by Stefan Herbrechtsmeier · 2 years, 4 months ago
  94. 7a0d880 Add in the ability to load and boot an uncompressed kernel image during the Falcon Mode boot sequence. by Nathan Barrett-Morrison · 2 years, 9 months ago
  95. 1520af3 Merge tag 'efi-next-2022-09-14' of https://source.denx.de/u-boot/custodians/u-boot-efi into next by Tom Rini · 2 years, 1 month ago WIP/14Sep2022-next
  96. 95fc669 menu: add KEY_PLUS, KEY_MINUS and KEY_SPACE handling by Masahisa Kojima · 2 years, 1 month ago
  97. 7054564 cyclic: Integrate cyclic functionality at bootup in board_r/f by Stefan Roese · 2 years, 2 months ago
  98. c2c6971 cyclic: Add basic support for cyclic function execution infrastruture by Stefan Roese · 2 years, 2 months ago
  99. 6dca1d9 fdt_support: add optional board_rng_seed() hook by Rasmus Villemoes · 2 years, 2 months ago
  100. adf13bc Convert CONFIG_SYS_I2C_EEPROM_CCID et al to Kconfig by Tom Rini · 2 years, 2 months ago