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