1. fd4c4df board: rut: convert to DM_I2C by Anatolij Gustschin · Sat Aug 03 18:15:08 2024 +0200
  2. d52d27a board: sl50: convert to DM_I2C by Anatolij Gustschin · Sat Aug 03 18:15:07 2024 +0200
  3. 106fdf3 board: igep003x: convert to DM_I2C by Anatolij Gustschin · Sat Aug 03 18:15:06 2024 +0200
  4. 20f9625 board: cm-t43: convert to DM_I2C by Anatolij Gustschin · Sat Aug 03 18:15:05 2024 +0200
  5. e272d4b board: chiliboard: convert to DM_I2C by Anatolij Gustschin · Sat Aug 03 18:15:04 2024 +0200
  6. b37d989 board: shc: convert to DM_I2C by Anatolij Gustschin · Sat Aug 03 18:15:03 2024 +0200
  7. 1162e49 Merge patch series "alist: Implement a pointer list / array of structs" by Tom Rini · Wed Aug 07 08:49:18 2024 -0600
  8. e1edadf alist: Add support for an allocated pointer list by Simon Glass · Tue Jul 30 08:39:37 2024 -0600
  9. 6667c01 lib: Handle a special case with str_to_list() by Simon Glass · Tue Jul 30 08:39:36 2024 -0600
  10. e4fdd1d malloc: Support testing with realloc() by Simon Glass · Tue Jul 30 08:39:35 2024 -0600
  11. 32c9f4b omap3: sniper: Convert to device-tree control and DM I2C by Paul Kocialkowski · Mon Jul 29 22:44:39 2024 +0200
  12. 35839c6 am33xx: Use regular spl_board_init instead of am33xx_spl_board_init by Paul Kocialkowski · Mon Jul 29 22:44:38 2024 +0200
  13. 8cf5fb9 omap: Use spl_soc_init instead of spl_board_init by Paul Kocialkowski · Mon Jul 29 22:44:37 2024 +0200
  14. d4beba6 Merge patch series "omap configuration cleanups" by Tom Rini · Tue Aug 06 18:33:08 2024 -0600
  15. b95dfba omap3: sniper: Streamline defconfig by Paul Kocialkowski · Sun Jul 28 22:25:01 2024 +0200
  16. 388dd38 dra7xx: Remove explicit DRAM banks number from defconfigs by Paul Kocialkowski · Sun Jul 28 22:25:00 2024 +0200
  17. 06ce732 omap3: Define DRAM banks number in Kconfig instead of defconfigs by Paul Kocialkowski · Sun Jul 28 22:24:59 2024 +0200
  18. f2e354b omap3: Define maximum SPL size in Kconfig instead of defconfigs by Paul Kocialkowski · Sun Jul 28 22:24:58 2024 +0200
  19. 656b239 omap3: Define maximum U-Boot size in Kconfig instead of defconfigs by Paul Kocialkowski · Sun Jul 28 22:24:57 2024 +0200
  20. bba0ae0 dra7xx: Define common init stack pointer address in Kconfig by Paul Kocialkowski · Sun Jul 28 22:24:56 2024 +0200
  21. bf347a0 dra7xx: Unify init stack pointer address across boards by Paul Kocialkowski · Sun Jul 28 22:24:55 2024 +0200
  22. af6acb4 am43xx: Define common init stack pointer address in Kconfig by Paul Kocialkowski · Sun Jul 28 22:24:54 2024 +0200
  23. 261bd96 am33xx: Define common init stack pointer address in Kconfig by Paul Kocialkowski · Sun Jul 28 22:24:53 2024 +0200
  24. 9dd5cd1 am33xx: Unify init stack pointer address across boards by Paul Kocialkowski · Sun Jul 28 22:24:52 2024 +0200
  25. 5005658 omap3: Define common init stack pointer address in Kconfig by Paul Kocialkowski · Sun Jul 28 22:24:51 2024 +0200
  26. 14cb262 omap3: Define common SPL text base in Kconfig instead of defconfigs by Paul Kocialkowski · Sun Jul 28 22:24:50 2024 +0200
  27. 5e8abc4 Prepare v2024.10-rc2 by Tom Rini · Mon Aug 05 18:13:42 2024 -0600
  28. 32d41e2 configs: Resync with savedefconfig by Tom Rini · Mon Aug 05 12:21:23 2024 -0600
  29. a00df29 Merge patch series "Bug-fixes for a few boards" by Tom Rini · Mon Aug 05 12:15:44 2024 -0600
  30. 08d4ba4 rockchip: Avoid #ifdefs in RK3399 SPL by Simon Glass · Thu Aug 01 06:47:23 2024 -0600
  31. c5c33be rockchip: Ensure memory size is available in RK3399 SPL by Simon Glass · Thu Aug 01 06:47:22 2024 -0600
  32. 1a6d2e0 fdt: Correct condition for bloblist existing by Simon Glass · Wed Jul 31 08:49:05 2024 -0600
  33. 70be4c2 binman: Keep the efi_capsule input file by Simon Glass · Wed Jul 31 08:49:04 2024 -0600
  34. 55f22b0 binman: Return failure when a usage() message is generated by Simon Glass · Wed Jul 31 08:49:03 2024 -0600
  35. 3a891d2 binman: Deal with mkeficapsule being missing by Simon Glass · Wed Jul 31 08:49:02 2024 -0600
  36. ad1fe6c binman: Collect the version number for mkeficapsule by Simon Glass · Wed Jul 31 08:49:01 2024 -0600
  37. b0ef861 mkeficapsule: Add a --version argument by Simon Glass · Wed Jul 31 08:49:00 2024 -0600
  38. dede31c Merge tag 'u-boot-imx-master-20240802' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · Fri Aug 02 14:40:59 2024 -0600
  39. c8e8a36 config: Adjust Phytec imx8mm module config to support NVME disk by Lukasz Majewski · Fri Aug 02 15:12:00 2024 -0300
  40. d622af5 configs: imx93: enable the 'cpu' command by Hou Zhiqiang · Thu Aug 01 11:59:59 2024 +0800
  41. c70ba44 configs: imx8m: enable the 'cpu' command by Hou Zhiqiang · Thu Aug 01 11:59:58 2024 +0800
  42. a1be5c9 MAINTAINERS: add entry for cpu command by Hou Zhiqiang · Thu Aug 01 11:59:57 2024 +0800
  43. 451e2e7 doc: cmd: add documentation for cpu command by Hou Zhiqiang · Thu Aug 01 11:59:56 2024 +0800
  44. 4862c6f cmd: cpu: add release subcommand by Hou Zhiqiang · Thu Aug 01 11:59:55 2024 +0800
  45. 863a154 cpu: imx: implement release_core callback by Hou Zhiqiang · Thu Aug 01 11:59:54 2024 +0800
  46. 78ff9db cpu: imx: Add i.MX 8M series SoCs by Hou Zhiqiang · Thu Aug 01 11:59:53 2024 +0800
  47. baea09c cpu: imx: removed the tail '\n' of the CPU description by Hou Zhiqiang · Thu Aug 01 11:59:52 2024 +0800
  48. c5e1a11 cpu: imx: fix the CPU type field width by Hou Zhiqiang · Thu Aug 01 11:59:51 2024 +0800
  49. a1124da cpu: imx: fix the CPU frequency in cpu_imx_get_info() by Hou Zhiqiang · Thu Aug 01 11:59:50 2024 +0800
  50. 42d7836 test: cpu: add test for release CPU core. by Hou Zhiqiang · Thu Aug 01 11:59:49 2024 +0800
  51. 4274452 cpu: sandbox: implement release_core callback by Hou Zhiqiang · Thu Aug 01 11:59:48 2024 +0800
  52. ace391d cpu: add release_core callback by Hou Zhiqiang · Thu Aug 01 11:59:47 2024 +0800
  53. 04a0643 clk: imx8m: register ARM A53 core clock by Hou Zhiqiang · Thu Aug 01 11:59:46 2024 +0800
  54. 170142a configs: phycore-imx8mp_defconfig: enable CMD_ERASEENV by Yannic Moog · Wed Jul 31 09:53:03 2024 -0300
  55. b71bbc8 configs: phycore-imx8mm_defconfig: enable CMD_ERASEENV by Yannic Moog · Wed Jul 31 09:23:00 2024 +0200
  56. 7116bdc configs: imx8mm-phygate-tauri-l_defconfig: enable CMD_ERASEENV by Yannic Moog · Wed Jul 31 09:22:59 2024 +0200
  57. a5383b3 warp7: Convert to OF_UPSTREAM by Fabio Estevam · Mon Jul 22 14:59:35 2024 -0300
  58. f84d65c clk: clk-uclass: Print clk name in clk_enable/clk_disable by Michael Trimarchi · Tue Jul 09 08:28:13 2024 +0200
  59. 92ff9b6 clk: Revise help text for clk_get_parent_rate() by Alexander Dahl · Fri May 03 09:20:09 2024 +0200
  60. 46bba6e clk: Fix error message in clk_get_bulk by Jan Kiszka · Sat Mar 09 13:27:09 2024 +0100
  61. a4a0c6e Merge patch series "clk: mediatek: add OPs to support OF_UPSTREAM" by Tom Rini · Thu Aug 01 15:32:54 2024 -0600
  62. 3c2ae7d clk: mediatek: add support for APMIXED parent in infra MUX by Christian Marangi · Fri Jun 28 19:40:57 2024 +0200
  63. 475d00f clk: mediatek: add support for GATEs for APMIXED OPs by Christian Marangi · Fri Jun 28 19:40:56 2024 +0200
  64. c05ebe6 clk: mediatek: implement MUX_FLAGS and MUX_MIXED_FLAGS macro by Christian Marangi · Fri Jun 28 19:40:55 2024 +0200
  65. 29771ad clk: mediatek: add support for remapping clock ID by Christian Marangi · Fri Jun 28 19:40:54 2024 +0200
  66. e03d080 clk: mediatek: provide common clk init function for infrasys by Christian Marangi · Fri Jun 28 19:40:53 2024 +0200
  67. 56dc7cd clk: mediatek: add support for gate clock to reference topckgen clock by Christian Marangi · Fri Jun 28 19:40:52 2024 +0200
  68. 1bde149 clk: mediatek: add support for parent mux from different source for topckgen by Christian Marangi · Fri Jun 28 19:40:51 2024 +0200
  69. a4143eb clk: mediatek: add support for parent mux from different source by Christian Marangi · Fri Jun 28 19:40:50 2024 +0200
  70. 8f5b30c clk: mediatek: add support for gate ID at offset by Christian Marangi · Fri Jun 28 19:40:49 2024 +0200
  71. baa244c clk: mediatek: add support for gates in clk_tree for infrasys by Christian Marangi · Fri Jun 28 19:40:48 2024 +0200
  72. 358415a clk: mediatek: return XTAL rate for infrasys get_mux_rate by Christian Marangi · Fri Jun 28 19:40:47 2024 +0200
  73. 16f5f3f clk: mediatek: return XTAL rate directly for gates with XTAL parent by Christian Marangi · Fri Jun 28 19:40:46 2024 +0200
  74. abed372 net: dwc_eth_qos: mdio: Implement clause 45 by Philip Oberfichtner · Tue May 07 11:42:37 2024 +0200
  75. 4565096 net/tftp: make tftpput working with servers that do not use OACK by Mikhail Kshevetskiy · Fri Jul 12 13:47:54 2024 +0400
  76. 404a837 net: remove duplicate eth_env_set_enetaddr_by_index() declaration by Alexander Sverdlin · Mon Jul 08 11:09:58 2024 +0200
  77. 06e8f11 Merge tag 'video-20240731' of https://source.denx.de/u-boot/custodians/u-boot-video by Tom Rini · Wed Jul 31 13:39:14 2024 -0600
  78. 5371184 usb: bootm: Drop old USB-device-removal code by Simon Glass · Fri Jul 26 06:36:09 2024 -0600
  79. c5d2ec8 tools: Add script to update git subtree projects by Raymond Mao · Thu Jul 25 06:57:51 2024 -0700
  80. 06f6c9f env: mmc: Fix env loading with CONFIG_SYS_MMC_ENV_PART by Mattijs Korpershoek · Fri Jul 19 17:38:54 2024 +0200
  81. 614a2ef Merge patch series "Endian Kconfig improvements" by Tom Rini · Wed Jul 31 11:18:43 2024 -0600
  82. 0803a27 config: Use CONFIG_SYS_BIG_ENDIAN in code whenever possible by Jiaxun Yang · Wed Jul 17 16:07:03 2024 +0800
  83. 33e289a Kconfig: Unify endian support option by Jiaxun Yang · Wed Jul 17 16:07:02 2024 +0800
  84. 89ee5ef sandbox: Drop video-sync in serial driver by Simon Glass · Wed Jul 31 08:44:12 2024 -0600
  85. cc42f2c sandbox: Increase cyclic CPU-time limit by Simon Glass · Wed Jul 31 08:44:11 2024 -0600
  86. e0337a5 video: Use cyclic to handle video sync by Simon Glass · Wed Jul 31 08:44:10 2024 -0600
  87. 7f6280f video: Move last_sync to private data by Simon Glass · Wed Jul 31 08:44:09 2024 -0600
  88. 0b38522 cyclic: Add a symbol for SPL by Simon Glass · Wed Jul 31 08:44:08 2024 -0600
  89. fd8fd1c Merge tag 'efi-2024-10-rc2' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · Wed Jul 31 07:20:32 2024 -0600
  90. 6012c1e dm: use list_count_nodes() for counting list nodes by Sughosh Ganu · Tue Jul 30 16:41:32 2024 +0530
  91. 21ad4cc efi_memory: get the efi_mem_list node directly by Sughosh Ganu · Tue Jul 30 16:41:31 2024 +0530
  92. 7d2c279 efi_memory: avoid possible null pointer dereference by Sughosh Ganu · Tue Jul 30 16:41:30 2024 +0530
  93. 38dcdb8 efi_memory: use list_count_nodes() to count list entries by Sughosh Ganu · Tue Jul 30 16:41:29 2024 +0530
  94. 7ac5777 linux: list: add a function to count list nodes by Sughosh Ganu · Tue Jul 30 16:41:28 2024 +0530
  95. 9b4e1f5 efi_loader: correct check in efi_load_option_dp_join() by Heinrich Schuchardt · Wed Jul 24 15:26:04 2024 +0200
  96. cb6fa2f doc: Add a description for bootmeth_android by Mattijs Korpershoek · Wed Jul 24 14:41:25 2024 +0200
  97. bfeb45f smbios: add extended Extended BIOS ROM Size by Heinrich Schuchardt · Tue Jul 23 16:44:23 2024 +0200
  98. feb76da efi_loader: add /dtbs search path by Caleb Connolly · Mon Jul 22 19:55:23 2024 +0200
  99. 7cbf745 efi_loader: require EFI boot manager for EBBR compliance by Heinrich Schuchardt · Thu Jul 18 14:05:09 2024 +0200
  100. 44fa8ff efi_loader: adjust config options for capsule updates by Ilias Apalodimas · Thu Jun 20 23:15:31 2024 +0300