1. 28c38f6 malloc: Provide a simple malloc for VPL by Simon Glass · 9 weeks ago
  2. 030845c malloc: Show amount of used space when memory runs out by Simon Glass · 9 weeks ago
  3. 0d28900 Merge patch series "vbe: Series part D" by Tom Rini · 7 weeks ago
  4. 69bd517 mmc: Add more debugging for SPL by Simon Glass · 9 weeks ago
  5. 08990e2 Merge patch series "arm: Initial support for Analog Devices SC5xx boards" by Tom Rini · 7 weeks ago
  6. 1083fa7 arm: SC573-EZKIT initial support by Oliver Gaskell · 2 months ago
  7. 07735ee arm: SC584-EZKIT initial support by Oliver Gaskell · 2 months ago
  8. 9e24d9a arm: SC594-SOM-EZLITE initial support by Oliver Gaskell · 2 months ago
  9. e91d85e arm: SC594-SOM-EZKIT initial support by Oliver Gaskell · 2 months ago
  10. 38742c7 arm: SC598-SOM-EZKIT initial support by Oliver Gaskell · 2 months ago
  11. 2add54d Merge patch series "Miscellaneous fixes" by Tom Rini · 9 weeks ago
  12. bd6b3ba common: update: UPDATE_COMMON implies CMD_TFTPBOOT by Jerome Forissier · 2 months ago
  13. 9aa7e53 flash: prefix error codes with FL_ by Jerome Forissier · 2 months ago
  14. ab50741 spl: ram: hide SPL_RAM_SUPPORT by Jerome Forissier · 3 months ago
  15. c17805e Merge patch series "Fix various bugs" by Tom Rini · 10 weeks ago
  16. bc62432 dm: usb: Deal with USB keyboard persisting across tests by Simon Glass · 3 months ago
  17. 010c449 usb: Add DEV_FLAGS_DM to stdio for USB keyboard by Simon Glass · 3 months ago
  18. 90afded log: Add a new log category for the console by Simon Glass · 3 months ago
  19. 4048219 usb: Drop old non-DM code by Simon Glass · 3 months ago
  20. 19dbc09 Merge tag 'v2024.10-rc5' into next by Tom Rini · 10 weeks ago
  21. 979207e Merge patch series "Bump new hush commits and fix old hush test behavior" by Tom Rini · 2 months ago WIP/13Sep2024-next
  22. 874be94 cli: modern_hush: Add upstream commits up to 13 July 2024 by Francis Laniel · 3 months ago
  23. 58d825f include: export uuid.h by Caleb Connolly · 3 months ago
  24. 208fc7a Merge patch series "provide names for emmc hardware partitions" by Tom Rini · 3 months ago
  25. 8746aa0 mmc: use an enumerated type to represent PARTITION_CONFIG fields by Tim Harvey · 6 months ago
  26. cc2f60c android_ab: Fixes: Fix backup offset calculation by Joshua Watt · 3 months ago
  27. 360aadd Merge patch series "Make LMB memory map global and persistent" by Tom Rini · 3 months ago
  28. fa6333a spl: call spl_board_init() at the end of the spl init sequence by Sughosh Ganu · 3 months ago
  29. b6400de lmb: init: initialise the lmb data structures during board init by Sughosh Ganu · 3 months ago
  30. f0ec3e6 Merge patch series "Add support for Ethernet Boot on SK-AM62" by Tom Rini · 3 months ago WIP/30Aug2024-next
  31. 62b096d common: spl: spl: Init DRAM size in R5/A53 SPL by Chintan Vankar · 3 months ago
  32. f3a2d79 bootstage: Fix unstash of records from SPL by Jonas Karlman · 4 months ago
  33. e83ced1 bootstage: Fix unstash of records from SPL by Jonas Karlman · 4 months ago
  34. 9735cfa Merge patch series "Tidy up console recording in tests" by Tom Rini · 3 months ago WIP/26Aug2024-next
  35. 88ae69f test: Fail when an empty line is expected but not present by Simon Glass · 3 months ago
  36. 66ca5b7 global_data: Remove environment members if not used by Simon Glass · 3 months ago
  37. d990210 global_data: Remove jump table in SPL by Simon Glass · 3 months ago
  38. 92aa3ec global_data: Reduce size of early-malloc vars by Simon Glass · 3 months ago
  39. 5aa828e global_data: Reduce the size of mon_len by Simon Glass · 3 months ago
  40. 2e93131 global_data: Drop spl_handoff by Simon Glass · 3 months ago
  41. e821897 board_f: Move new_bloblist to boardf by Simon Glass · 3 months ago
  42. 8941972 board_f: Move new_bootstage to boardf by Simon Glass · 3 months ago
  43. 5019d32 board_f: Move fdt_size to board by Simon Glass · 3 months ago
  44. 6abd992 board_f: Add a new struct to hold pre-relocation info by Simon Glass · 3 months ago
  45. f44fded global_data: Convert have_console into a flag by Simon Glass · 3 months ago
  46. 3fd1127 spl: Create a function to init spl_load_info by Simon Glass · 3 months ago
  47. bf85af6 spl: Remove remaining #ifdef in spl_parse_image_header() by Simon Glass · 3 months ago
  48. af4ff28 spl: Remove some #ifdefs in spl_parse_image_header() by Simon Glass · 3 months ago
  49. 2a00d73 spl: mmc: Try to clean up raw-mode options by Simon Glass · 3 months ago
  50. 5f64c0c spl: Correct use of CMD_BOOTI and CMD_BOOTZ by Simon Glass · 3 months ago
  51. c5cb9e5 spl: mmc: Adjust args of spl_mmc_find_device() by Simon Glass · 3 months ago
  52. 8a369de spl: mmc: Handle error codes consistently by Simon Glass · 3 months ago
  53. 1847129 spl: mmc: Drop checks for CONFIG_SPL_LIBCOMMON_SUPPORT by Simon Glass · 3 months ago
  54. dfc0acd log: Avoid including function names by default by Simon Glass · 3 months ago
  55. 158cf0270 Merge tag 'v2024.10-rc3' into next by Tom Rini · 3 months ago
  56. 9b9368b dlmalloc: Make sure allocation size is within malloc area by Richard Weinberger · 4 months ago
  57. 0a10b49 dlmalloc: Fix integer overflow in sbrk() by Richard Weinberger · 4 months ago
  58. 8642b21 dlmalloc: Fix integer overflow in request2size() by Richard Weinberger · 4 months ago
  59. 1779a58 bootstage: Fix out-of-bounds read in reloc_bootstage() by Richard Weinberger · 4 months ago
  60. ac44037 spl: binman: Disable u_boot_any symbols for i.MX 8ULP boards by Gary Bisson · 4 months ago
  61. f4f845b Merge patch series "Universal Payload initial series" by Tom Rini · 4 months ago WIP/09Aug2024-next
  62. 0fc406a upl: Plumb in universal payload to the init process by Simon Glass · 4 months ago
  63. ec2186a spl: Plumb in the Universal Payload handoff by Simon Glass · 4 months ago
  64. dbe0424 spl: Set SPL_FIT_FOUND for full FIT also by Simon Glass · 4 months ago
  65. fefb534 upl: Add support for Universal Payload in SPL by Simon Glass · 4 months ago
  66. 2078aba Merge patch series "alist: Implement a pointer list / array of structs" by Tom Rini · 4 months ago
  67. 04894f5 malloc: Support testing with realloc() by Simon Glass · 4 months ago
  68. 2383b8e Merge patch series "omap configuration cleanups" by Tom Rini · 4 months ago
  69. 90312be omap3: Define maximum SPL size in Kconfig instead of defconfigs by Paul Kocialkowski · 4 months ago
  70. 2f92cf6 omap3: Define common SPL text base in Kconfig instead of defconfigs by Paul Kocialkowski · 4 months ago
  71. 47ef76d sandbox: Increase cyclic CPU-time limit by Simon Glass · 4 months ago
  72. 8ada14b cyclic: Add a symbol for SPL by Simon Glass · 4 months ago
  73. b0ee3fe arm: ti: Remove omap4 platform support by Tom Rini · 4 months ago
  74. b81e31a bootstash: Do not provide a default address for all by Tom Rini · 4 months ago
  75. 84ab75f bloblist: fix bloblist convention check. by Levi Yun · 5 months ago
  76. 910cef3 common: Remove duplicate newlines by Marek Vasut · 4 months ago
  77. 246a0ce Merge patch series "Add Turris 1.x board" by Tom Rini · 4 months ago
  78. 0858e03 board_f: Add support for CONFIG_OF_BOARD_FIXUP for XIP images by Pali Rohár · 6 months ago
  79. 2fc8638 usb: Assimilate usb_get_descriptor() to linux by Philip Oberfichtner · 6 months ago
  80. a8729a2 global_data.h: drop write-only field dm_root_f by Rasmus Villemoes · 6 months ago
  81. 65fbdab Merge branch 'next' by Tom Rini · 5 months ago
  82. a5e3165 spl: correct link to FIT specification by Heinrich Schuchardt · 5 months ago
  83. 024767e spl: Allow ATF to work when dcache is disabled by Simon Glass · 5 months ago
  84. a7eada2 Merge tag 'v2024.07-rc5' into next by Tom Rini · 5 months ago
  85. 1fd754c cyclic: Rise default CYCLIC_MAX_CPU_TIME_US to 5000 by Jiaxun Yang · 6 months ago
  86. f1de28e Merge tag 'xilinx-for-v2024.10-rc1' of https://source.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · 5 months ago
  87. 52ef6a9 spl: Introduce SoC specific init function by Lukas Funke · 8 months ago
  88. e242cd9 Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-watchdog into next by Tom Rini · 5 months ago WIP/16Jun2024-next
  89. 008c4b3 cyclic: make clients embed a struct cyclic_info in their own data structure by Rasmus Villemoes · 6 months ago
  90. 3a11ead cyclic: stop strdup'ing name in cyclic_register() by Rasmus Villemoes · 6 months ago
  91. 281a80c Merge patch series "efi_loader: select BLK not depends on BLK" by Tom Rini · 5 months ago
  92. 9c9e667 spl: nvme: Make this depend on SPL_BLK by Tom Rini · 6 months ago
  93. 081b97c spl: Kconfig: ARCH_K3: Set default SPL_STACK_R_MALLOC_SIMPLE_LEN for R5 build by Vignesh Raghavendra · 6 months ago
  94. 77ba281 Merge patch series "'eeprom' command improvements" by Tom Rini · 6 months ago
  95. 951dc4e common: eeprom_field: Drop unnecessary comparison by Marek Behún · 6 months ago
  96. 96dfa58 common: eeprom_field: Fix updating binary field by Marek Behún · 6 months ago
  97. 15378a3 common: eeprom_layout: Split field finding code from the field update function by Marek Behún · 6 months ago
  98. a804c8d common: eeprom_layout: Assign default layout methods and parameters before specific ones by Marek Behún · 6 months ago
  99. cb73fe9 include: Move snprintf to stdio.h by Raymond Mao · 6 months ago
  100. 03de305 Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" by Tom Rini · 6 months ago WIP/20May2024-next