1. 2d45913 Merge branch 'next' by Tom Rini · 2 years ago
  2. ee88ba7 dm: core: Provide a way to reset the device tree by Simon Glass · 2 years, 1 month ago
  3. 62d6383 test: Support testing malloc() failures by Simon Glass · 2 years, 1 month ago
  4. f39e5b8 event: Fix a typo in the EVENT help by Simon Glass · 2 years, 1 month ago
  5. f3543e6 treewide: Drop image_header_t typedef by Simon Glass · 2 years, 1 month ago
  6. d9d7c20 treewide: Drop bootm_headers_t typedef by Simon Glass · 2 years, 1 month ago
  7. 76f921e board_r: Relocate OF_EMBED if NEEDS_MANUAL_RELOC only by Pierre-Clément Tosi · 2 years ago
  8. c11cedc autoboot: make sure watchdog device(s) are handled with keyed autoboot by Rasmus Villemoes · 2 years ago
  9. 8149b15 blk: Rename if_type to uclass_id by Simon Glass · 2 years ago
  10. 78b5243 serial: Implement serial_flush() function for console flush() fallback by Pali Rohár · 2 years, 1 month ago
  11. 974f483 console: Implement flush() function by Pali Rohár · 2 years, 1 month ago
  12. 236f739 board_f: show_dram_config: Print also real DRAM size by Pali Rohár · 2 years ago
  13. d92aee5 board_f: Fix printing gd->ram_size and gd->ram_top by Pali Rohár · 2 years ago
  14. 049704f board_f: Fix types for board_get_usable_ram_top() by Pali Rohár · 2 years ago
  15. 777aaaa common/memsize.c: Fix get_effective_memsize() to check for overflow by Pali Rohár · 2 years ago
  16. 7210e45 common/memsize.c: Fix get_effective_memsize() to always check for CONFIG_MAX_MEM_MAPPED by Pali Rohár · 2 years ago
  17. 4a08c26 arm: mvebu: Add default SPL_SIZE_LIMIT for 32-bit SoCs by Pali Rohár · 2 years ago
  18. e9a1ff9 Merge branch 'master' into next by Tom Rini · 2 years ago
  19. 29caf93 cyclic: Use schedule() instead of WATCHDOG_RESET() by Stefan Roese · 2 years, 1 month ago
  20. 881d410 cyclic: Introduce schedule() function by Stefan Roese · 2 years, 1 month ago
  21. e33a5c6 blk: Switch over to using uclass IDs by Simon Glass · 2 years, 1 month ago
  22. ca28baf blk: Select SPL_LEGACY_BLOCK automatically by Simon Glass · 2 years, 1 month ago
  23. 7f8967c blk: Rename HAVE_BLOCK_DEVICE by Simon Glass · 2 years, 1 month ago
  24. 069f0d7 cli: Reduce size of readline buffers in SPL by Sean Anderson · 2 years, 1 month ago
  25. 1b3e682 xyz-modem: Allow to configure initial timeout for loadx and loady by Pali Rohár · 2 years, 1 month ago
  26. 77253c5 spl: fit: Allocate buffers aligned to cache line size by Stefan Herbrechtsmeier · 2 years, 3 months ago
  27. 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, 8 months ago
  28. 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 ago
  29. 95fc669 menu: add KEY_PLUS, KEY_MINUS and KEY_SPACE handling by Masahisa Kojima · 2 years ago
  30. 7054564 cyclic: Integrate cyclic functionality at bootup in board_r/f by Stefan Roese · 2 years, 1 month ago
  31. c2c6971 cyclic: Add basic support for cyclic function execution infrastruture by Stefan Roese · 2 years, 1 month ago
  32. 6dca1d9 fdt_support: add optional board_rng_seed() hook by Rasmus Villemoes · 2 years, 1 month ago
  33. adf13bc Convert CONFIG_SYS_I2C_EEPROM_CCID et al to Kconfig by Tom Rini · 2 years, 1 month ago
  34. 04a20ca common/console.c: prevent pre-console buffer contents from being added to itself by Rasmus Villemoes · 2 years, 5 months ago
  35. 55bc227 bootstage: Show func name for bootstage_mark/error by Michal Simek · 2 years, 1 month ago
  36. a871af2 hwconfig: Allow to use restricted env by Pali Rohár · 2 years, 2 months ago
  37. 98887ab event: Add an event for device tree fixups by Simon Glass · 2 years, 2 months ago
  38. aa0eda1 spl: opensbi: convert scratch options to config by Nikita Shubin · 2 years, 2 months ago
  39. 48da0ca spl: opensbi: fix typo by Nikita Shubin · 2 years, 2 months ago
  40. 4e4bf94 common: Drop display_options.h from common header by Simon Glass · 2 years, 2 months ago
  41. 17ead04 Audit <flash.h> inclusion by Tom Rini · 2 years, 2 months ago
  42. 81df9ed vpl: fix reference in comment to non-existing SPL_SERIAL_SUPPORT by Quentin Schulz · 2 years, 2 months ago
  43. bf28d9a spl: mmc: Use correct MMC device when loading image by Harald Seiler · 2 years, 2 months ago
  44. 7277c4b Merge tag 'dm-pull-26jul22' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm.git by Tom Rini · 2 years, 2 months ago
  45. 86feeab Merge tag 'u-boot-imx-20220726' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 2 years, 2 months ago
  46. 65c56bc spl: Use SPL_FIT_IMAGE_TINY for iMX9 by Peng Fan · 2 years, 2 months ago
  47. 658ff9d spl: imx8mm: enlarge SPL_MAX_SIZE by Peng Fan · 2 years, 2 months ago
  48. 7472448 fdt: Start a test for the fdt command by Simon Glass · 2 years, 2 months ago
  49. 71f1a53 spl: fit: pass real compatible flags to fpga_load() by Oleksandr Suvorov · 2 years, 2 months ago
  50. 282eed5 fpga: pass compatible flags to fpga_load() by Oleksandr Suvorov · 2 years, 2 months ago
  51. fcbc43b xilinx: zynqmp: Do not use 0 as spl bss start address by Stefan Herbrechtsmeier · 2 years, 2 months ago
  52. a9ec2f6 spl: Use SPL_TEXT_BASE instead of ISW_ENTRY_ADDR by Andrew Davis · 2 years, 2 months ago
  53. 03662dc Merge tag 'efi-2022-10-rc1-2' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 2 years, 2 months ago
  54. 35ed176 arch: mvebu: Disable by default unused peripherals in SPL by Pali Rohár · 2 years, 4 months ago
  55. 00fa825 cli: support bracketed paste by Heinrich Schuchardt · 2 years, 8 months ago
  56. cd2f903 spl: spl_spi: add spi_nor_remove() to soft reset flash by Vaishnav Achath · 2 years, 5 months ago
  57. 54f683d Merge https://source.denx.de/u-boot/custodians/u-boot-usb by Tom Rini · 2 years, 2 months ago
  58. 16aabfe spl: sdp: Pass the USB index to board_usb_init() by Fabio Estevam · 2 years, 2 months ago
  59. 4620e8a spl: nand: support loading legacy image with payload compressed by Weijie Gao · 2 years, 4 months ago
  60. fdc03bf spl: spl_legacy: fix the use of SPL_COPY_PAYLOAD_ONLY by Weijie Gao · 2 years, 4 months ago
  61. 4c4bf04 spl: allow using nand base without standard nand driver by Weijie Gao · 2 years, 4 months ago
  62. 48b1cff usb: hub: introduce HUB_DEBOUNCE_TIMEOUT by Patrick Delaunay · 2 years, 3 months ago
  63. 98ac785 usb: kbd: allow probing even if usbkbd not in stdin by Kory Maincent · 2 years, 3 months ago
  64. 9ff4ce8 Merge tag 'dm-pull-28jun22' of https://source.denx.de/u-boot/custodians/u-boot-dm into next by Tom Rini · 2 years, 3 months ago
  65. 5004901 board_init: Do not reserve MALLOC_F area on stack if non-zero MALLOC_F_ADDR by Marek Vasut · 2 years, 3 months ago
  66. b340199 spl: Ensure all SPL symbols in Kconfig have some SPL dependency by Tom Rini · 2 years, 3 months ago
  67. a161753 spl: Set SPL_MAX_SIZE default for AST2600 by Joel Stanley · 2 years, 3 months ago
  68. 6dd18a6 common: spl: spl_spi: add support for dynamic override of sf bus by Vaishnav Achath · 2 years, 4 months ago
  69. 5d7f601 lcd: Remove legacy CONFIG_FB_ADDR code by Tom Rini · 2 years, 3 months ago
  70. 5dbf320 Convert CONFIG_SYS_USB_FAT_BOOT_PARTITION to Kconfig by Tom Rini · 2 years, 3 months ago
  71. 3371edd Convert CONFIG_USB_MAX_CONTROLLER_COUNT to Kconfig by Tom Rini · 2 years, 3 months ago
  72. 525fbfa common: usb: Update logic for usb.o, usb_hub.o and usb_storage.o by Tom Rini · 2 years, 3 months ago
  73. 13ce351 vpl: Ensure all VPL symbols in Kconfig have some VPL dependency by Tom Rini · 2 years, 4 months ago
  74. 8bea4bf tpl: Ensure all TPL symbols in Kconfig have some TPL dependency by Tom Rini · 2 years, 4 months ago
  75. 5858b90 spl: Move SPL_LDSCRIPT defaults to one place by Tom Rini · 2 years, 4 months ago
  76. 6516c9b spl: binman: Disable u_boot_any symbols for i.MX8M boards by Alper Nebi Yasak · 2 years, 3 months ago
  77. 367ecbf spl: binman: Check at runtime if binman symbols were filled in by Alper Nebi Yasak · 2 years, 3 months ago
  78. 3a7d327 spl: binman: Add config options for binman symbols in VPL by Alper Nebi Yasak · 2 years, 3 months ago
  79. d8830cf spl: binman: Split binman symbols support from enabling binman by Alper Nebi Yasak · 2 years, 3 months ago
  80. e09a8b9 spl: binman: Make TPL_BINMAN_SYMBOLS depend on TPL_FRAMEWORK by Alper Nebi Yasak · 2 years, 3 months ago
  81. d7f0717 spl: binman: Fix use of undeclared u_boot_any symbols by Alper Nebi Yasak · 2 years, 3 months ago
  82. 4f6500a dm: spl: Allow SPL to show memory usage by Simon Glass · 2 years, 5 months ago
  83. c316ee6 Merge tag 'xilinx-for-v2022.10' of https://source.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · 2 years, 3 months ago
  84. d58c007 microblaze: Add support for run time relocation by Michal Simek · 2 years, 3 months ago
  85. e5e04ea common/board_r.c: drop legacy and unused bi_enetaddr by Rasmus Villemoes · 2 years, 4 months ago
  86. cebc816 event: fix static events for CONFIG_NEEDS_MANUAL_RELOC by Ovidiu Panait · 2 years, 4 months ago
  87. 12c9095 event: remove CONFIG_EVENT_DYNAMIC check in event_register() by Ovidiu Panait · 2 years, 4 months ago
  88. 4151f4f spl: Rework and tighten some dependencies by Tom Rini · 2 years, 4 months ago
  89. ab0c5f1 spl: Rework Kconfig to be more menu driven by Tom Rini · 2 years, 4 months ago
  90. ba787bb spl: Move all VPL, TPL and PowerPC specific CONFIG options to separate files by Tom Rini · 2 years, 4 months ago
  91. 103d1ae Convert CONFIG_SYS_MMCSD_RAW_MODE_ARGS_SECTOR et al to Kconfig by Tom Rini · 2 years, 4 months ago
  92. 5fc1d58 Convert CONFIG_SYS_NAND_SPL_KERNEL_OFFS to Kconfig by Tom Rini · 2 years, 4 months ago
  93. b4b9a00 Convert CONFIG_SYS_SPL_ARGS_ADDR to Kconfig by Tom Rini · 2 years, 4 months ago
  94. a62b7f0 Convert CONFIG_SPL_TARGET to Kconfig by Tom Rini · 2 years, 4 months ago
  95. 7f2c91e Convert CONFIG_SPL_GD_ADDR to Kconfig by Tom Rini · 2 years, 4 months ago
  96. 10f6e4d Convert CONFIG_SYS_SPL_MALLOC_SIZE et al to Kconfig by Tom Rini · 2 years, 4 months ago
  97. 6600b35 Convert CONFIG_SPL_BSS_START_ADDR to Kconfig by Tom Rini · 2 years, 4 months ago
  98. 55cf860 Convert CONFIG_SPL_RELOC_TEXT_BASE et al to Kconfig by Tom Rini · 2 years, 4 months ago
  99. 8b83b53 imx7: Update CONFIG_SPL_STACK defaults in Kconfig by Tom Rini · 2 years, 4 months ago
  100. 2378039 imx6: Update CONFIG_SPL_STACK defaults in Kconfig by Tom Rini · 2 years, 4 months ago