1. afab268 sandbox: Enable wget command by Yasuharu Shibata · Wed Aug 14 21:41:06 2024 +0900
  2. 97613b6 cmd: led: fix led command usage for the LED_SW_BLINK enabled case by Mikhail Kshevetskiy · Wed Aug 14 14:08:30 2024 +0400
  3. 16cc79c spi: soft_spi: Parse cs-gpios only if num-chipselects is not <0> by Michael Polyntsov · Wed Jul 31 08:11:29 2024 +0400
  4. 7539fe1 spi: soft_spi: fix miso gpio property name by Mikhail Kshevetskiy · Wed Jul 31 08:11:28 2024 +0400
  5. ae8614c Merge tag 'i2c-dm-updates-for-v2024-10-next' of https://source.denx.de/u-boot/custodians/u-boot-i2c into next by Tom Rini · Tue Aug 13 10:09:45 2024 -0600
  6. de72e1a i2c: Remove CFG_SYS_I2C_DIRECT_BUS by Simon Glass · Sun Aug 11 08:50:47 2024 -0600
  7. 8d425ff i2c: Remove CFG_SYS_I2C_MAX_HOPS by Simon Glass · Sun Aug 11 08:50:46 2024 -0600
  8. 0f3cb57 i2c: Drop i2c_get_bus_num_fdt() and i2c_reset_port_fdt() by Simon Glass · Sun Aug 11 08:50:45 2024 -0600
  9. c3d57d2 i2c: Drop CFG_SYS_MAX_I2C_BUS by Simon Glass · Sun Aug 11 08:50:44 2024 -0600
  10. 5cabcb1 i2c: Remove I2C_GET_BUS() by Simon Glass · Sun Aug 11 08:50:43 2024 -0600
  11. fd01413 i2c: Remove I2C_SET_BUS() by Simon Glass · Sun Aug 11 08:50:42 2024 -0600
  12. 11510a4 octeon: Drop OCTEON_I2C_FDT dead code by Simon Glass · Sun Aug 11 08:50:41 2024 -0600
  13. c79866b i2c: Drop reference to SYS_I2C_INIT_BOARD by Simon Glass · Sun Aug 11 08:50:40 2024 -0600
  14. 239089c fsl: mxc: Drop legacy I2c by Simon Glass · Sun Aug 11 08:50:39 2024 -0600
  15. 104d7d3 date: Drop the legacy I2C code by Simon Glass · Sun Aug 11 08:50:38 2024 -0600
  16. e900e4c rtc: Drop CFG_SYS_RTC_BUS_NUM by Simon Glass · Sun Aug 11 08:50:37 2024 -0600
  17. 9f1caa2 MPC837XERDB: ethernut5: work_92105: Drop CMD_DATE by Simon Glass · Sun Aug 11 08:50:36 2024 -0600
  18. 9d82041 mx28 / mx51: Drop CMD_DATE by Simon Glass · Sun Aug 11 08:50:35 2024 -0600
  19. 0180ced armv8: ls2085a: Drop CMD_DATE by Simon Glass · Sun Aug 11 08:50:34 2024 -0600
  20. 52ea321 mips: malta: Drop CMD_DATE by Simon Glass · Sun Aug 11 08:50:33 2024 -0600
  21. cabc9a0 i2c: Remove CFG_I2C_MULTI_BUS by Simon Glass · Sun Aug 11 08:50:32 2024 -0600
  22. 1a9a217 i2c: Remove IC2_xxx enum by Simon Glass · Sun Aug 11 08:50:31 2024 -0600
  23. cb068d1 i2c: Remove board_i2c_init() by Simon Glass · Sun Aug 11 08:50:30 2024 -0600
  24. c4d807a Merge patch series "Universal Payload initial series" by Tom Rini · Fri Aug 09 16:03:21 2024 -0600
  25. bb5541a upl: Add an end-to-end test by Simon Glass · Wed Aug 07 16:47:39 2024 -0600
  26. 6056e5a sandbox: Add an SPL loader for UPL by Simon Glass · Wed Aug 07 16:47:38 2024 -0600
  27. 9736b71 sandbox: Add a flag to enable UPL by Simon Glass · Wed Aug 07 16:47:37 2024 -0600
  28. 7869aa7 upl: Add initial documentation by Simon Glass · Wed Aug 07 16:47:36 2024 -0600
  29. 3cfa57d sandbox_vpl: Enable Universal Payload by Simon Glass · Wed Aug 07 16:47:35 2024 -0600
  30. 45aec8e upl: Plumb in universal payload to the init process by Simon Glass · Wed Aug 07 16:47:34 2024 -0600
  31. 9b5bfba spl: Plumb in the Universal Payload handoff by Simon Glass · Wed Aug 07 16:47:33 2024 -0600
  32. 3266828 spl: Set SPL_FIT_FOUND for full FIT also by Simon Glass · Wed Aug 07 16:47:32 2024 -0600
  33. bc3ec00 upl: Add support for Universal Payload in SPL by Simon Glass · Wed Aug 07 16:47:31 2024 -0600
  34. 3a028c2 upl: Add a command by Simon Glass · Wed Aug 07 16:47:30 2024 -0600
  35. aac2569 upl: Add basic tests by Simon Glass · Wed Aug 07 16:47:29 2024 -0600
  36. b9474a8 upl: Add support for writing a upl handoff by Simon Glass · Wed Aug 07 16:47:28 2024 -0600
  37. 77459f4 upl: Add support for reading a upl handoff by Simon Glass · Wed Aug 07 16:47:27 2024 -0600
  38. 92f961e sandbox: Set up global_data earlier by Simon Glass · Wed Aug 07 16:47:26 2024 -0600
  39. c01853c sandbox: Add ELF file to VPL u-boot.img by Simon Glass · Wed Aug 07 16:47:25 2024 -0600
  40. 3dbd4ae sandbox: Return error code from read/write/seek by Simon Glass · Wed Aug 07 16:47:24 2024 -0600
  41. 0900c79 sandbox: fdt: Avoid overwriting an existing fdt by Simon Glass · Wed Aug 07 16:47:23 2024 -0600
  42. ed12284 fdt: Don't overwrite bloblist devicetree by Simon Glass · Wed Aug 07 16:47:22 2024 -0600
  43. 3661115 test: Move some SPL-loading test-code into sandbox common by Simon Glass · Wed Aug 07 16:47:21 2024 -0600
  44. 61eda3a sandbox: Fix a comment in os_find_u_boot() by Simon Glass · Wed Aug 07 16:47:20 2024 -0600
  45. f1c9e61 sandbox: Use const in os_jump_to_file() by Simon Glass · Wed Aug 07 16:47:19 2024 -0600
  46. ecf3241 Merge tag 'i2cupdates-for-v2024-10-next' of https://source.denx.de/u-boot/custodians/u-boot-i2c into next by Tom Rini · Fri Aug 09 08:22:50 2024 -0600
  47. 48c8d2b board: vining_2000: convert to DM_I2C by Anatolij Gustschin · Thu Aug 08 00:34:38 2024 +0200
  48. 0aeb748 board: cm_fx6: convert to DM_I2C by Anatolij Gustschin · Wed Aug 07 15:09:33 2024 +0200
  49. e8c089b board: vf610twr: convert to DM_I2C by Anatolij Gustschin · Sat Aug 03 18:15:13 2024 +0200
  50. 1b6a7ca board: novena: convert to DM_I2C by Anatolij Gustschin · Sat Aug 03 18:15:09 2024 +0200
  51. fd4c4df board: rut: convert to DM_I2C by Anatolij Gustschin · Sat Aug 03 18:15:08 2024 +0200
  52. d52d27a board: sl50: convert to DM_I2C by Anatolij Gustschin · Sat Aug 03 18:15:07 2024 +0200
  53. 106fdf3 board: igep003x: convert to DM_I2C by Anatolij Gustschin · Sat Aug 03 18:15:06 2024 +0200
  54. 20f9625 board: cm-t43: convert to DM_I2C by Anatolij Gustschin · Sat Aug 03 18:15:05 2024 +0200
  55. e272d4b board: chiliboard: convert to DM_I2C by Anatolij Gustschin · Sat Aug 03 18:15:04 2024 +0200
  56. b37d989 board: shc: convert to DM_I2C by Anatolij Gustschin · Sat Aug 03 18:15:03 2024 +0200
  57. 1162e49 Merge patch series "alist: Implement a pointer list / array of structs" by Tom Rini · Wed Aug 07 08:49:18 2024 -0600
  58. e1edadf alist: Add support for an allocated pointer list by Simon Glass · Tue Jul 30 08:39:37 2024 -0600
  59. 6667c01 lib: Handle a special case with str_to_list() by Simon Glass · Tue Jul 30 08:39:36 2024 -0600
  60. e4fdd1d malloc: Support testing with realloc() by Simon Glass · Tue Jul 30 08:39:35 2024 -0600
  61. 32c9f4b omap3: sniper: Convert to device-tree control and DM I2C by Paul Kocialkowski · Mon Jul 29 22:44:39 2024 +0200
  62. 35839c6 am33xx: Use regular spl_board_init instead of am33xx_spl_board_init by Paul Kocialkowski · Mon Jul 29 22:44:38 2024 +0200
  63. 8cf5fb9 omap: Use spl_soc_init instead of spl_board_init by Paul Kocialkowski · Mon Jul 29 22:44:37 2024 +0200
  64. d4beba6 Merge patch series "omap configuration cleanups" by Tom Rini · Tue Aug 06 18:33:08 2024 -0600
  65. b95dfba omap3: sniper: Streamline defconfig by Paul Kocialkowski · Sun Jul 28 22:25:01 2024 +0200
  66. 388dd38 dra7xx: Remove explicit DRAM banks number from defconfigs by Paul Kocialkowski · Sun Jul 28 22:25:00 2024 +0200
  67. 06ce732 omap3: Define DRAM banks number in Kconfig instead of defconfigs by Paul Kocialkowski · Sun Jul 28 22:24:59 2024 +0200
  68. f2e354b omap3: Define maximum SPL size in Kconfig instead of defconfigs by Paul Kocialkowski · Sun Jul 28 22:24:58 2024 +0200
  69. 656b239 omap3: Define maximum U-Boot size in Kconfig instead of defconfigs by Paul Kocialkowski · Sun Jul 28 22:24:57 2024 +0200
  70. bba0ae0 dra7xx: Define common init stack pointer address in Kconfig by Paul Kocialkowski · Sun Jul 28 22:24:56 2024 +0200
  71. bf347a0 dra7xx: Unify init stack pointer address across boards by Paul Kocialkowski · Sun Jul 28 22:24:55 2024 +0200
  72. af6acb4 am43xx: Define common init stack pointer address in Kconfig by Paul Kocialkowski · Sun Jul 28 22:24:54 2024 +0200
  73. 261bd96 am33xx: Define common init stack pointer address in Kconfig by Paul Kocialkowski · Sun Jul 28 22:24:53 2024 +0200
  74. 9dd5cd1 am33xx: Unify init stack pointer address across boards by Paul Kocialkowski · Sun Jul 28 22:24:52 2024 +0200
  75. 5005658 omap3: Define common init stack pointer address in Kconfig by Paul Kocialkowski · Sun Jul 28 22:24:51 2024 +0200
  76. 14cb262 omap3: Define common SPL text base in Kconfig instead of defconfigs by Paul Kocialkowski · Sun Jul 28 22:24:50 2024 +0200
  77. 5e8abc4 Prepare v2024.10-rc2 by Tom Rini · Mon Aug 05 18:13:42 2024 -0600
  78. 32d41e2 configs: Resync with savedefconfig by Tom Rini · Mon Aug 05 12:21:23 2024 -0600
  79. a00df29 Merge patch series "Bug-fixes for a few boards" by Tom Rini · Mon Aug 05 12:15:44 2024 -0600
  80. 08d4ba4 rockchip: Avoid #ifdefs in RK3399 SPL by Simon Glass · Thu Aug 01 06:47:23 2024 -0600
  81. c5c33be rockchip: Ensure memory size is available in RK3399 SPL by Simon Glass · Thu Aug 01 06:47:22 2024 -0600
  82. 1a6d2e0 fdt: Correct condition for bloblist existing by Simon Glass · Wed Jul 31 08:49:05 2024 -0600
  83. 70be4c2 binman: Keep the efi_capsule input file by Simon Glass · Wed Jul 31 08:49:04 2024 -0600
  84. 55f22b0 binman: Return failure when a usage() message is generated by Simon Glass · Wed Jul 31 08:49:03 2024 -0600
  85. 3a891d2 binman: Deal with mkeficapsule being missing by Simon Glass · Wed Jul 31 08:49:02 2024 -0600
  86. ad1fe6c binman: Collect the version number for mkeficapsule by Simon Glass · Wed Jul 31 08:49:01 2024 -0600
  87. b0ef861 mkeficapsule: Add a --version argument by Simon Glass · Wed Jul 31 08:49:00 2024 -0600
  88. 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
  89. c8e8a36 config: Adjust Phytec imx8mm module config to support NVME disk by Lukasz Majewski · Fri Aug 02 15:12:00 2024 -0300
  90. d622af5 configs: imx93: enable the 'cpu' command by Hou Zhiqiang · Thu Aug 01 11:59:59 2024 +0800
  91. c70ba44 configs: imx8m: enable the 'cpu' command by Hou Zhiqiang · Thu Aug 01 11:59:58 2024 +0800
  92. a1be5c9 MAINTAINERS: add entry for cpu command by Hou Zhiqiang · Thu Aug 01 11:59:57 2024 +0800
  93. 451e2e7 doc: cmd: add documentation for cpu command by Hou Zhiqiang · Thu Aug 01 11:59:56 2024 +0800
  94. 4862c6f cmd: cpu: add release subcommand by Hou Zhiqiang · Thu Aug 01 11:59:55 2024 +0800
  95. 863a154 cpu: imx: implement release_core callback by Hou Zhiqiang · Thu Aug 01 11:59:54 2024 +0800
  96. 78ff9db cpu: imx: Add i.MX 8M series SoCs by Hou Zhiqiang · Thu Aug 01 11:59:53 2024 +0800
  97. baea09c cpu: imx: removed the tail '\n' of the CPU description by Hou Zhiqiang · Thu Aug 01 11:59:52 2024 +0800
  98. c5e1a11 cpu: imx: fix the CPU type field width by Hou Zhiqiang · Thu Aug 01 11:59:51 2024 +0800
  99. a1124da cpu: imx: fix the CPU frequency in cpu_imx_get_info() by Hou Zhiqiang · Thu Aug 01 11:59:50 2024 +0800
  100. 42d7836 test: cpu: add test for release CPU core. by Hou Zhiqiang · Thu Aug 01 11:59:49 2024 +0800