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