1. f8ab6ba Merge tag 'v2025.01-rc5' into next by Tom Rini · Wed Dec 25 22:31:04 2024 -0600
  2. 1d64ddf common: memtop: Fix the return type for find_ram_top by Venkatesh Yadav Abbarapu · Fri Dec 20 08:37:42 2024 +0530
  3. d45d800 riscv: spl: add FIT name for RISC-V Falcon mode by Randolph · Fri Dec 13 14:51:16 2024 +0800
  4. 7082a0d Revert "Merge patch series "vbe: Series part E"" by Tom Rini · Thu Dec 12 21:07:26 2024 -0600
  5. 58af8a4 Merge patch series "vbe: Series part E" by Tom Rini · Thu Dec 12 16:35:47 2024 -0600
  6. 2cc2e40 hash: Plumb crc8 into the hash functions by Simon Glass · Sat Dec 07 10:24:12 2024 -0700
  7. 93b94e5 spl: Add some more debugging to load_simple_fit() by Simon Glass · Sat Dec 07 10:24:07 2024 -0700
  8. 8bab467 spl: Drop a duplicate variable in boot_from_devices() by Simon Glass · Sat Dec 07 10:24:06 2024 -0700
  9. f45f5db spl: Drop use of uintptr_t by Simon Glass · Sat Dec 07 10:24:05 2024 -0700
  10. ad13a39 spl: Support a relocated stack in any XPL phase by Simon Glass · Sat Dec 07 10:24:04 2024 -0700
  11. 4964ccd spl: Allow serial to be disabled in any XPL phase by Simon Glass · Sat Dec 07 10:24:03 2024 -0700
  12. d8398e6 spl: Report a loader failure by Simon Glass · Sat Dec 07 10:24:02 2024 -0700
  13. 7aff004 Support setting a maximum size for the VPL image by Simon Glass · Sat Dec 07 10:24:01 2024 -0700
  14. 692f15f malloc: Provide a simple malloc for VPL by Simon Glass · Sat Dec 07 10:24:00 2024 -0700
  15. 5cd4ad6 malloc: Show amount of used space when memory runs out by Simon Glass · Sat Dec 07 10:23:59 2024 -0700
  16. 933ee98 spl: mmc: Avoid size growth in spl_mmc_find_device() debug by Simon Glass · Sat Dec 07 10:23:54 2024 -0700
  17. f35c204 usb: onboard-hub: Update the bind function based on peer-hub property by Venkatesh Yadav Abbarapu · Wed Dec 04 12:55:20 2024 +0530
  18. 50a3f90 Merge tag 'v2025.01-rc4' into next by Tom Rini · Mon Dec 09 16:29:47 2024 -0600
  19. 84fcb87 common: relocate fdt_blob in global_data for FDTSRC_EMBED case by Evgeny Bachinin · Mon Nov 25 12:15:07 2024 +0300
  20. 1577b13 Revert "global_data: Drop spl_handoff" by Simon Glass · Sun Dec 01 07:42:35 2024 -0700
  21. c08c6d3 spl: increase SPL_SYS_MALLOC_SIZE when using BIOSEMU on RISC-V by Yuri Zaporozhets · Mon Nov 11 20:24:04 2024 +0100
  22. d409a8d common: binman: Calling initr_binman() when BINMAN_FDT by Michal Simek · Fri Nov 01 10:17:55 2024 +0100
  23. 362b11f Merge tag 'v2025.01-rc3' into next by Tom Rini · Mon Nov 25 17:23:49 2024 -0600
  24. 7c3d3e9 usb: onboard-hub: Bail out if peer hub is already probed by Venkatesh Yadav Abbarapu · Mon Nov 25 09:42:02 2024 +0530
  25. 60ef2ff usb: onboard-hub: Add i2c initialization for usb5744 hub by Venkatesh Yadav Abbarapu · Mon Nov 25 09:42:01 2024 +0530
  26. c7075c2 usb: onboard-hub: add support for Microchip USB5744 by Venkatesh Yadav Abbarapu · Mon Nov 25 09:42:00 2024 +0530
  27. 20a61da usb: onboard-hub: Fix the return values of regulator APIs by Venkatesh Yadav Abbarapu · Mon Nov 25 09:41:59 2024 +0530
  28. ab690c7 usb: onboard-hub: Add reset-gpio support by Venkatesh Yadav Abbarapu · Mon Nov 25 09:41:58 2024 +0530
  29. 32ef937 Merge tag 'xilinx-for-v2025.01-rc3-v2' of https://source.denx.de/u-boot/custodians/u-boot-microblaze by Tom Rini · Tue Nov 19 12:58:05 2024 -0600
  30. 2a40bd6 console: Use printascii for lowlevel debug string by Kever Yang · Fri Nov 08 16:36:23 2024 +0800
  31. ff3edc2 dm: sysinfo: Shorten the SYSINFO_ID prefix by Simon Glass · Thu Oct 31 18:50:23 2024 +0100
  32. 9451aea global: Remove bi_sramstart/bi_sramsize by Tom Rini · Sat Oct 26 08:09:00 2024 -0600
  33. 29c7e44 common: memtop: add logic to detect ram_top by Sughosh Ganu · Fri Oct 25 22:57:23 2024 +0530
  34. af847d5 xyz-modem: Add missing fallthrough annotation by Heinrich Schuchardt · Sat Nov 02 11:41:12 2024 +0100
  35. c2a1e9e menu: add support to check if menu needs to be reprinted by developer · Tue Oct 29 17:47:16 2024 +0800
  36. 744a0a2 menu: fix the logic checking whether ESC key is pressed by developer · Tue Oct 29 17:47:10 2024 +0800
  37. 563eb3d log: Add a new category for tests by Simon Glass · Mon Oct 28 13:47:52 2024 +0100
  38. 9651a28 bootstage: Do not sort records by Jonas Karlman · Sat Aug 03 12:41:45 2024 +0000
  39. 7a033e8 board_r: Remove duplicate headers by Ilias Apalodimas · Wed Oct 23 08:27:50 2024 +0300
  40. 8fa34f0 Merge patch series "Implement ACPI on aarch64" by Tom Rini · Sun Oct 27 17:14:22 2024 -0600
  41. dba3e13 bloblist: Fix use of uninitialized variable by Patrick Rudolph · Wed Oct 23 15:20:18 2024 +0200
  42. ad392d5 common: Enable BLOBLIST_TABLES on arm by Patrick Rudolph · Wed Oct 23 15:20:07 2024 +0200
  43. 2543240 Merge tag 'u-boot-rockchip-20241026' of https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip by Tom Rini · Sat Oct 26 08:10:31 2024 -0600
  44. daef5ee rockchip: board: Increase rng-seed size to make it sufficient for modern Linux by Alex Shumsky · Wed Oct 16 13:02:03 2024 +0300
  45. 0f53fd1 Merge tag 'u-boot-imx-master-20241025a' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · Fri Oct 25 18:51:05 2024 -0600
  46. 001976b ARM: imx: soc: Move default TEXT_BASE for i.MX7 by Marek Vasut · Sun Oct 20 23:00:39 2024 +0200
  47. e957fb0 ARM: imx: soc: Select default TEXT_BASE for i.MX6 by Marek Vasut · Sun Oct 20 23:00:38 2024 +0200
  48. 1cbe5f7 Merge patch series "Allow showing the memory map" by Tom Rini · Fri Oct 25 14:22:36 2024 -0600
  49. a036dbb bootstage: Allow counting memory without strings by Simon Glass · Mon Oct 21 10:19:28 2024 +0200
  50. 1cd7dce common: Tidy up how malloc() is inited by Simon Glass · Mon Oct 21 10:19:26 2024 +0200
  51. a9c12f1 common: Fix up malloc() comment in reserve_noncached() by Simon Glass · Mon Oct 21 10:19:25 2024 +0200
  52. 3c27ef6 cyclic: make cyclic_run static by Rasmus Villemoes · Thu Oct 03 23:27:56 2024 +0200
  53. cde8c95 cyclic: introduce u-boot/schedule.h by Rasmus Villemoes · Thu Oct 03 23:27:51 2024 +0200
  54. 4cac2e0 Merge tag 'u-boot-dfu-20241017' of https://source.denx.de/u-boot/custodians/u-boot-dfu by Tom Rini · Thu Oct 17 08:34:01 2024 -0600
  55. 1ff0036 net: lwip: add DHCP support and dhcp commmand by Jerome Forissier · Wed Oct 16 12:04:03 2024 +0200
  56. e0f9551 net: introduce alternative implementation as net/lwip/ by Jerome Forissier · Wed Oct 16 12:03:59 2024 +0200
  57. 97799bc Merge patch series "Tidy up use of 'SPL' and CONFIG_SPL_BUILD" by Tom Rini · Fri Oct 11 12:23:25 2024 -0600
  58. 8bc9326 spl: Rename SPL_TPL_NAME and SPL_TPL_PROMPT by Simon Glass · Sun Sep 29 19:49:55 2024 -0600
  59. 4cafa21 global: Rename SPL_TPL_ to PHASE_ by Simon Glass · Sun Sep 29 19:49:54 2024 -0600
  60. 0e84d96 global: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILD by Simon Glass · Sun Sep 29 19:49:50 2024 -0600
  61. 6c6fcc6 xpl: Rename spl_phase_prefix() and spl_phase_name() by Simon Glass · Sun Sep 29 19:49:40 2024 -0600
  62. 6b7f9c0 xpl: Rename spl_next_phase() and spl_prev_phase() by Simon Glass · Sun Sep 29 19:49:39 2024 -0600
  63. d4dce4a xpl: Rename spl_phase() to xpl_phase() by Simon Glass · Sun Sep 29 19:49:36 2024 -0600
  64. db2d101 xpl: Rename spl_phase to xpl_phase_t by Simon Glass · Sun Sep 29 19:49:35 2024 -0600
  65. 3235f1e xpl: Rename u_boot_first_phase to xpl_is_first_phase() by Simon Glass · Sun Sep 29 19:49:34 2024 -0600
  66. 21d5cfe serial: Make use of the SERIAL define by Simon Glass · Sun Sep 29 19:49:28 2024 -0600
  67. 88e1b97 Make AVB_VERIFY depend on FASTBOOT by Jerome Forissier · Wed Oct 02 16:48:45 2024 +0200
  68. db9fee3 Merge patch series "led: introduce LED boot and activity function" by Tom Rini · Thu Oct 10 16:02:37 2024 -0600
  69. ac41112 common: board_r: rework BOOT LED handling by Christian Marangi · Tue Oct 01 14:24:37 2024 +0200
  70. 63630a7 Merge branch 'next' by Tom Rini · Mon Oct 07 09:06:49 2024 -0600
  71. 8b7bc20 Merge patch series "vbe: Series part D" by Tom Rini · Thu Oct 03 11:52:42 2024 -0600
  72. 3078504 mmc: Add more debugging for SPL by Simon Glass · Fri Sep 20 09:24:37 2024 +0200
  73. 16d63b8 Merge patch series "arm: Initial support for Analog Devices SC5xx boards" by Tom Rini · Thu Oct 03 09:30:37 2024 -0600
  74. cb0d39d arm: SC573-EZKIT initial support by Oliver Gaskell · Thu Sep 12 16:51:01 2024 +0100
  75. 053a120 arm: SC584-EZKIT initial support by Oliver Gaskell · Thu Sep 12 16:50:58 2024 +0100
  76. bc13971 arm: SC594-SOM-EZLITE initial support by Oliver Gaskell · Thu Sep 12 16:50:57 2024 +0100
  77. 14032b3 arm: SC594-SOM-EZKIT initial support by Oliver Gaskell · Thu Sep 12 16:50:56 2024 +0100
  78. d4f7cb5 arm: SC598-SOM-EZKIT initial support by Oliver Gaskell · Thu Sep 12 16:50:54 2024 +0100
  79. 32d26c7 Update the ARM trusted firmware git URL by Peter Robinson · Wed Oct 02 19:08:49 2024 +0100
  80. 4e2e7a8 Merge patch series "Miscellaneous fixes" by Tom Rini · Tue Sep 24 10:11:59 2024 -0600
  81. f236ce1 common: update: UPDATE_COMMON implies CMD_TFTPBOOT by Jerome Forissier · Wed Sep 11 11:58:27 2024 +0200
  82. 523bc4d flash: prefix error codes with FL_ by Jerome Forissier · Wed Sep 11 11:58:15 2024 +0200
  83. a2a3490 spl: ram: hide SPL_RAM_SUPPORT by Jerome Forissier · Tue Sep 10 15:00:18 2024 +0200
  84. 385a613 Merge patch series "Fix various bugs" by Tom Rini · Wed Sep 18 13:07:19 2024 -0600
  85. 1880b8a dm: usb: Deal with USB keyboard persisting across tests by Simon Glass · Sun Sep 01 16:26:20 2024 -0600
  86. e21ad26 usb: Add DEV_FLAGS_DM to stdio for USB keyboard by Simon Glass · Sun Sep 01 16:26:19 2024 -0600
  87. 5e392f1 log: Add a new log category for the console by Simon Glass · Sun Sep 01 16:26:18 2024 -0600
  88. 463a56b usb: Drop old non-DM code by Simon Glass · Sun Sep 01 16:26:17 2024 -0600
  89. 38f0459 Merge tag 'v2024.10-rc5' into next by Tom Rini · Mon Sep 16 14:48:13 2024 -0600
  90. 6431852 Merge patch series "Bump new hush commits and fix old hush test behavior" by Tom Rini · Fri Sep 13 13:44:00 2024 -0600
  91. 03061a8 cli: modern_hush: Add upstream commits up to 13 July 2024 by Francis Laniel · Tue Sep 03 19:09:43 2024 +0200
  92. 29cab7c include: export uuid.h by Caleb Connolly · Fri Aug 30 13:34:37 2024 +0100
  93. 3aa43cc Merge patch series "provide names for emmc hardware partitions" by Tom Rini · Thu Sep 05 12:13:24 2024 -0600
  94. a4e7839 mmc: use an enumerated type to represent PARTITION_CONFIG fields by Tim Harvey · Fri May 31 08:36:33 2024 -0700
  95. a16890e android_ab: Fixes: Fix backup offset calculation by Joshua Watt · Wed Aug 28 08:37:57 2024 -0600
  96. 390562d Merge patch series "Make LMB memory map global and persistent" by Tom Rini · Tue Sep 03 14:09:30 2024 -0600
  97. 1544a89 spl: call spl_board_init() at the end of the spl init sequence by Sughosh Ganu · Mon Aug 26 17:29:33 2024 +0530
  98. 68bf8f0 lmb: init: initialise the lmb data structures during board init by Sughosh Ganu · Mon Aug 26 17:29:28 2024 +0530
  99. 562258a Merge patch series "Add support for Ethernet Boot on SK-AM62" by Tom Rini · Fri Aug 30 14:02:03 2024 -0600
  100. 296f762 common: spl: spl: Init DRAM size in R5/A53 SPL by Chintan Vankar · Mon Aug 26 15:55:05 2024 +0530