1. e3a4bba siemens,am335x: clean-up draco targets by Enrico Leto · Wed Nov 08 15:53:17 2023 +0100
  2. afd88f4 board: Move omap3 beagle under beagle vendor folder by Nishanth Menon · Sat Nov 04 03:01:37 2023 -0500
  3. ee20d66 Merge tag 'v2024.01-rc3' into next by Tom Rini · Mon Nov 20 09:19:50 2023 -0500
  4. eaa39c6 tree-wide: Replace http:// link with https:// link for ti.com by Nishanth Menon · Wed Nov 01 15:56:03 2023 -0500
  5. 15a2ab5 scsi: Forceably finish migration to DM_SCSI by Tom Rini · Fri Oct 27 20:59:51 2023 -0400
  6. b29a747 Merge branch 'next' by Tom Rini · Mon Oct 02 10:55:44 2023 -0400
  7. 93ee5c8 Convert CFG_SYS_UBOOT_START to Kconfig by Jesse Taube · Thu Aug 24 21:59:48 2023 -0400
  8. bdd5f81 common: Drop linux/printk.h from common header by Simon Glass · Thu Sep 14 18:21:46 2023 -0600
  9. c4e78c3 am33xx: ignore return value from usb_ether_init() by Trevor Woerner · Wed Aug 30 22:49:50 2023 -0400
  10. a4bdec2 nokia_rx51: Remove platform by Tom Rini · Mon Sep 04 21:12:28 2023 -0400
  11. b8357c1 event: Convert existing spy records to simple by Simon Glass · Mon Aug 21 21:16:56 2023 -0600
  12. 861cb61 part: eliminate part_get_info_by_name_type() by Heinrich Schuchardt · Sun Jul 16 13:34:44 2023 +0200
  13. 0f0a4f5 arm: omap2: Fix warning in force_emif_self_refresh by Tom Rini · Mon Jul 17 15:26:43 2023 -0400
  14. 8c6b5f7 Merge tag v2023.07-rc4 into next by Tom Rini · Mon Jun 12 14:55:33 2023 -0400
  15. 9fbd9ef arm: Remove ti816x_evm board and ti816x SoC support by Tom Rini · Thu May 11 14:07:24 2023 -0400
  16. 9307401 dm: Emit the arch_cpu_init_dm() even only before relocation by Simon Glass · Thu May 04 16:50:45 2023 -0600
  17. 5c77b20 arm: Remove omap5_uevm board by Tom Rini · Tue Apr 04 11:47:25 2023 -0400
  18. 83d4a2c arm: omap3: Directly use SMC #1 in lowlevel_init.S by Pali Rohár · Thu Apr 13 22:34:43 2023 +0200
  19. 364d002 global: Finish CONFIG -> CFG migration by Tom Rini · Tue Jan 10 11:19:45 2023 -0500
  20. 7d3684a event: Correct dependencies on the EVENT framework by Tom Rini · Mon Jan 16 15:46:49 2023 -0500
  21. 5cd0cb3 misc: fs_loader: Add function to get the chosen loader by Sean Anderson · Thu Dec 29 11:52:59 2022 -0500
  22. 890f8ee ARM: omap3: evm: Name this directory omap3evm by Andrew Davis · Fri Jan 06 13:05:14 2023 -0600
  23. db9c39e global: Migrate CONFIG_MAX_RAM_BANK_SIZE to CFG by Tom Rini · Sun Dec 04 10:04:51 2022 -0500
  24. 428deb3 arm: ti814x: Remove remaining support code by Tom Rini · Fri Dec 02 16:42:41 2022 -0500
  25. b3f0f83 arm: mach-omap2: Move common image process functions out of board files by Andrew Davis · Thu Oct 20 12:12:19 2022 -0500
  26. afa5185 global: Remove extraneous DM_ETH imply/select by Tom Rini · Sun Nov 27 10:25:03 2022 -0500
  27. 76acafc Convert CONFIG_IODELAY_RECALIBRATION to Kconfig by Tom Rini · Sat Nov 19 18:45:21 2022 -0500
  28. 6a5dccc global: Move remaining CONFIG_SYS_* to CFG_SYS_* by Tom Rini · Wed Nov 16 13:10:41 2022 -0500
  29. bb4dd96 global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_* by Tom Rini · Wed Nov 16 13:10:37 2022 -0500
  30. 7ea43c5 Convert CONFIG_SYS_OMAP_ABE_SYSCK to Kconfig by Tom Rini · Wed Nov 16 13:10:32 2022 -0500
  31. df6a215 global: Move remaining CONFIG_SYS_NS16550_* to CFG_SYS_NS16550_* by Tom Rini · Wed Nov 16 13:10:28 2022 -0500
  32. b421349 global: Move remaining CONFIG_SYS_NAND_* to CFG_SYS_NAND_* by Tom Rini · Sat Nov 12 17:36:51 2022 -0500
  33. 72cc538 Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASE by Simon Glass · Thu Oct 20 18:22:39 2022 -0600
  34. 52cb504 video: Rename CONFIG_DM_VIDEO to CONFIG_VIDEO by Simon Glass · Tue Oct 18 07:46:31 2022 -0600
  35. 9faa287 video: Drop CONFIG_AM335X_LCD by Simon Glass · Sun Oct 16 15:31:47 2022 -0600
  36. f8360fe video: Move and rename DM_HX8238D option by Simon Glass · Thu Oct 06 08:36:07 2022 -0600
  37. ac12a2f dm: treewide: Use uclass_first_device_err when accessing one device by Michal Suchanek · Wed Oct 12 21:57:59 2022 +0200
  38. 5833e1b Convert CONFIG_SYS_L2_PL310 to Kconfig by Philip Oberfichtner · Wed Aug 17 15:07:12 2022 +0200
  39. 550066b arm: Remove cm_t335 board by Tom Rini · Tue Aug 02 07:33:32 2022 -0400
  40. 729ac6c Nokia RX-51: Move board required options from defconfig to Kconfig by Pali Rohár · Thu Aug 11 22:27:25 2022 +0200
  41. c1aec22 Nokia RX-51: Use U-Boot generic position independent code by Pali Rohár · Thu Aug 11 22:27:22 2022 +0200
  42. 06a021b spl: Use SPL_TEXT_BASE instead of ISW_ENTRY_ADDR by Andrew Davis · Fri Jul 15 12:31:48 2022 -0500
  43. cb2a32a omap3: emif4: More clearly hard-code cs0 size by Tom Rini · Mon Jun 27 13:35:48 2022 -0400
  44. d7a06e7 Convert CONFIG_SYS_EMIF_PRECALCULATED_TIMING_REGS et al to Kconfig by Tom Rini · Sat Jun 25 11:02:37 2022 -0400
  45. 29e0595 siemens: Move CONFIG_FACTORYSET to Kconfig by Tom Rini · Fri Jun 10 22:59:35 2022 -0400
  46. 49f5d17 spl: Move SPL_LDSCRIPT defaults to one place by Tom Rini · Wed Jun 08 08:24:37 2022 -0400
  47. 5a9095c linker_lists: Rename sections to remove . prefix by Andrew Scull · Mon May 30 10:00:04 2022 +0000
  48. e9de59f arm: omap2plus: Move CONFIG_SYS_PTV out of CONFIG namespace by Tom Rini · Thu May 12 17:22:26 2022 -0400
  49. a4d6e0f arm: Introduce new CONFIG_SPL_SYS_NO_VECTOR_TABLE option by Pali Rohár · Wed Apr 06 16:20:18 2022 +0200
  50. cbe85e7 Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxi by Tom Rini · Tue Apr 05 08:33:32 2022 -0400
  51. 3cb12ef spl: mmc: extend spl_mmc_boot_mode() to take mmc argument by Andre Przywara · Mon Jul 12 11:06:49 2021 +0100
  52. dc77690 Convert CONFIG_CLOCK_SYNTHESIZER to Kconfig by Tom Rini · Wed Mar 23 17:20:07 2022 -0400
  53. 26e57e5 am33xx: musb: Remove unused configuration logic by Tom Rini · Mon Mar 21 21:33:27 2022 -0400
  54. d10c0ac Convert CONFIG_AM335X_USB0 et al to Kconfig by Tom Rini · Fri Mar 11 23:07:29 2022 -0500
  55. 7f2a606 ARM: mach-omap2: omap3: Make clock functions static by Adam Ford · Sat Mar 05 08:25:23 2022 -0600
  56. fc55736 event: Convert arch_cpu_init_dm() to use events by Simon Glass · Fri Mar 04 08:43:05 2022 -0700
  57. 3a8059e arm: omap3: Make some memory functions static and clean headers by Adam Ford · Sat Feb 12 06:12:41 2022 -0600
  58. a9bcef7 arm: omap3: Cleanup sys_info to fit OMAP3 booting with LTO by Adam Ford · Sat Feb 12 06:12:40 2022 -0600
  59. 0efb06d arm: mach-omap2: load/start remoteproc IPU1/IPU2 by Keerthy · Thu Jan 27 13:16:52 2022 +0100
  60. 62fb2b4 WS cleanup: remove SPACE(s) followed by TAB by Wolfgang Denk · Mon Sep 27 17:42:39 2021 +0200
  61. 3fd6633 WS cleanup: remove trailing empty lines by Wolfgang Denk · Mon Sep 27 17:42:36 2021 +0200
  62. f4d6039 serial: Rename SERIAL_SUPPORT to SERIAL by Simon Glass · Sun Aug 08 12:20:12 2021 -0600
  63. b58bfe0 mmc: Rename MMC_SUPPORT to MMC by Simon Glass · Sun Aug 08 12:20:09 2021 -0600
  64. e1e8544 Convert CONFIG_SKIP_LOWLEVEL_INIT et al to Kconfig by Tom Rini · Fri Aug 27 21:18:30 2021 -0400
  65. a7a9bc0 ti: i2c: Convert CONFIG_SYS_OMAP24_I2C to CONFIG_SYS_I2C namespace by Tom Rini · Wed Aug 18 23:12:29 2021 -0400
  66. bccfc2e i2c: Rename SPL/TPL_I2C_SUPPORT to I2C by Simon Glass · Sat Jul 10 21:14:36 2021 -0600
  67. 035939e Rename GPIO_SUPPORT to GPIO by Simon Glass · Sat Jul 10 21:14:30 2021 -0600
  68. 1ba1d4e Rename SPL_WATCHDOG_SUPPORT to SPL_WATCHDOG by Simon Glass · Sat Jul 10 21:14:28 2021 -0600
  69. 762b997 Rename SPL_MUSB_NEW_SUPPORT to SPL_MUSB_NEW by Simon Glass · Sat Jul 10 21:14:27 2021 -0600
  70. e5cd9a4 Rename SPL_ETH_SUPPORT to SPL_ETH by Simon Glass · Sat Jul 10 21:14:26 2021 -0600
  71. e91ac4c Rename SPL_POWER_SUPPORT to SPL_POWER by Simon Glass · Sat Jul 10 21:14:24 2021 -0600
  72. aa0edca Merge tag 'ti-v2021.10-rc1' of https://source.denx.de/u-boot/custodians/u-boot-ti by Tom Rini · Mon Jul 19 08:29:24 2021 -0400
  73. 5b9e616 usb: Enforce DM_USB migration for USB_HOST devices. by Tom Rini · Fri Jul 09 10:11:56 2021 -0400
  74. 84ebfd4 arm: omap3: Make secure_unlock_mem() static by Adam Ford · Fri Jun 25 14:23:08 2021 -0500
  75. 9d04933 arm: omap3: Make secureworld_exit() static by Adam Ford · Fri Jun 25 14:23:07 2021 -0500
  76. c50add1 arm: omap3: Make try_unlock_memory() static by Adam Ford · Fri Jun 25 14:23:06 2021 -0500
  77. 6b755fa am335x, guardian: Enable panel driver Himax HX8238D by Gireesh Hiremath · Fri Jun 11 16:13:47 2021 +0000
  78. a7038d1 am335x, guardian: mem: Add board dependent mem values by Moses Christopher · Fri Jun 11 16:13:34 2021 +0000
  79. 900dd0e ARM: omap3: fix LTO for DM3730 (and possibly other omap3 boards) by Marek Behún · Thu May 20 13:24:19 2021 +0200
  80. 169bf97 am335x: add support for cape detect functionality by Kory Maincent · Tue May 04 19:31:30 2021 +0200
  81. 4c1a71d arm: am335x: add support for i2c2 bus by Kory Maincent · Tue May 04 19:31:29 2021 +0200
  82. 66fd9ec am57xx: add support for cape detect functionality by Kory Maincent · Tue May 04 19:31:25 2021 +0200
  83. 19b7428 arm: Remove kc1 board by Tom Rini · Sat Feb 20 20:06:04 2021 -0500
  84. 373fbe8 arm: Remove am3517_crane board by Tom Rini · Sat Feb 20 20:06:03 2021 -0500
  85. ebad7b1 arm: Remove omap3_ha board by Tom Rini · Sat Feb 20 20:06:02 2021 -0500
  86. 2652ef1 arm: Remove tricorder board by Tom Rini · Sat Feb 20 20:06:01 2021 -0500
  87. d280d81 Merge tag 'v2021.04-rc4' into next by Tom Rini · Mon Mar 15 12:15:38 2021 -0400
  88. 8d4342f arm: omap3: Compile s_init() function only when it is used by Pali Rohár · Sun Feb 07 14:50:13 2021 +0100
  89. 9d085e2 arm: omap3: Compile lowlevel_init() function only when it is used by Pali Rohár · Sun Feb 07 14:50:12 2021 +0100
  90. b97cb09 arm: omap2: remove arm_init_domains by Patrick Delaunay · Fri Feb 05 13:53:37 2021 +0100
  91. 6f14d5f reset: Remove addr parameter from reset_cpu() by Harald Seiler · Tue Dec 15 16:47:52 2020 +0100
  92. f7c9176 dm: i2c: use CONFIG_IS_ENABLED macro for DM_I2C/DM_I2C_GPIO by Igor Opaniuk · Tue Feb 09 13:52:45 2021 +0200
  93. 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · Fri Oct 30 21:38:53 2020 -0600
  94. c178e7c video: omap: drop domain clock enabling by SOC api by Dario Binacchi · Wed Dec 30 00:16:28 2020 +0100
  95. 571462e ti: am33xx: fix do_enable_clocks() to accept NULL parameters by Dario Binacchi · Wed Dec 30 00:06:38 2020 +0100
  96. 1d8364a dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO() by Simon Glass · Mon Dec 28 20:34:54 2020 -0700
  97. b75b15b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · Thu Dec 03 16:55:23 2020 -0700
  98. 71fa5b4 dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · Thu Dec 03 16:55:18 2020 -0700
  99. 618ba9f arm: mach-omap2: am33xx: Add device structure for spi by Faiz Abbas · Mon Sep 14 12:11:15 2020 +0530
  100. 9aa45bc ARM: omap3: evm: Complete DM_ETH and DM_USB migrations by Derald D. Woods · Sat Jul 18 19:23:04 2020 -0500