1. b3f0f83 arm: mach-omap2: Move common image process functions out of board files by Andrew Davis · Thu Oct 20 12:12:19 2022 -0500
  2. bb4dd96 global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_* by Tom Rini · Wed Nov 16 13:10:37 2022 -0500
  3. 17a2907 Merge tag 'v2021.10-rc4' into next by Tom Rini · Thu Sep 16 10:29:40 2021 -0400
  4. 82f74a3 MAINTAINERS: Update ARM TI entry by Lokesh Vutla · Fri Sep 03 12:45:37 2021 +0530
  5. e1e8544 Convert CONFIG_SKIP_LOWLEVEL_INIT et al to Kconfig by Tom Rini · Fri Aug 27 21:18:30 2021 -0400
  6. 94f110d am43xx: Drop non-DM_I2C code by Tom Rini · Wed Aug 18 23:12:28 2021 -0400
  7. b36dd3e common: fit: Update board_fit_image_post_process() to pass fit and node_offset by Lokesh Vutla · Fri Jun 11 11:45:05 2021 +0300
  8. 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
  9. 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · Fri Oct 30 21:38:53 2020 -0600
  10. c2de9d4 board: ti: am335x-ice: get CDCE913 clock device by Dario Binacchi · Wed Dec 30 00:16:32 2020 +0100
  11. f7ed78b treewide: convert bd_t to struct bd_info by coccinelle by Masahiro Yamada · Fri Jun 26 15:13:33 2020 +0900
  12. 2dc9c34 common: Drop image.h from common header by Simon Glass · Sun May 10 11:40:01 2020 -0600
  13. 274e0b0 common: Drop net.h from common header by Simon Glass · Sun May 10 11:39:56 2020 -0600
  14. 3a7cb13 Merge tag '2020-01-20-ti-2020.04' of https://gitlab.denx.de/u-boot/custodians/u-boot-ti by Tom Rini · Mon Jan 20 14:54:55 2020 -0500
  15. fc97eb0 board: ti: am43xx: remove net platform code by Grygorii Strashko · Fri Nov 22 19:26:31 2019 +0200
  16. 3bbe70c common: Move device-tree setup functions to fdt_support.h by Simon Glass · Sat Dec 28 10:44:54 2019 -0700
  17. d093536 mtd: rename CONFIG_NAND -> CONFIG_MTD_RAW_NAND by Miquel Raynal · Thu Oct 03 19:50:03 2019 +0200
  18. eba6b8d common: Move old EEPROM functions into a new header by Simon Glass · Thu Nov 14 12:57:50 2019 -0700
  19. a7b5130 common: Move some board functions out of common.h by Simon Glass · Thu Nov 14 12:57:46 2019 -0700
  20. 30bc6d8 board: ti: am43xx-idk: Configure the CDCE913 clock synthesizer by Tero Kristo · Fri Sep 27 19:14:28 2019 +0300
  21. 9cce6f7 env: Drop environment.h header file where not needed by Simon Glass · Thu Aug 01 09:47:12 2019 -0600
  22. 5e6201b env: Move env_set() to env.h by Simon Glass · Thu Aug 01 09:46:51 2019 -0600
  23. a2e8e42 board: ti: am43xx: Enable hardware leveling by Brad Griffis · Mon Apr 29 09:59:33 2019 +0530
  24. 9e133ce configs: Remove am43xx_evm_ethboot_defconfig by Vignesh R · Wed Jan 16 14:54:36 2019 +0530
  25. f1ef314 board: ti: am43xx: turn on USB clocks by Jean-Jacques Hiblot · Tue Dec 04 11:30:51 2018 +0100
  26. 52a5151 ti: remove usage of DM_I2C_COMPAT and don't disable DM_I2C in SPL by Jean-Jacques Hiblot · Fri Dec 07 14:50:49 2018 +0100
  27. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  28. 00344c4 board: ti: am43: Fix DCDC3 voltage for epos-evm by Keerthy · Wed May 02 15:06:31 2018 +0530
  29. 9c21549 net: Move enetaddr env access code to env config instead of net config by Alex Kiernan · Sun Apr 01 09:22:38 2018 +0000
  30. 5a1880b board: ti: am43xx: Define embedded_dtb_select for runtime DTB selection in U-boot by Vignesh R · Mon Mar 26 13:27:01 2018 +0530
  31. 5d6acae ARM: AM43xx: Add support for RTC only + DDR in self-refresh mode by Tero Kristo · Sat Mar 17 13:32:52 2018 +0530
  32. 29836a9 usb: host: xhci-omap: Remove redundant board_usb_init and board_usb_cleanup functions by Faiz Abbas · Thu Feb 15 17:12:11 2018 +0530
  33. d24bdf1 ARM: AM43XX: Call hw_data_init() again after relocation to update *ctrl by Faiz Abbas · Fri Jan 19 15:32:48 2018 +0530
  34. 64b723f env: Rename getenv/_f() to env_get() by Simon Glass · Thu Aug 03 12:22:12 2017 -0600
  35. 8551d55 env: Rename eth_setenv_enetaddr() to eth_env_set_enetaddr() by Simon Glass · Thu Aug 03 12:22:11 2017 -0600
  36. 6a38e41 env: Rename setenv() to env_set() by Simon Glass · Thu Aug 03 12:22:09 2017 -0600
  37. c73b399 board: ti: am43xx: Add FDT fixup for HS devices by Andrew F. Davis · Mon Jul 10 14:45:54 2017 -0500
  38. 5452326 board: ti: am43xx: Add TEE loading and firewall setup by Andrew F. Davis · Mon Jul 10 14:45:53 2017 -0500
  39. c9787ee Merge branch 'master' of git://git.denx.de/u-boot-mmc by Tom Rini · Sat Jun 10 09:47:57 2017 -0400
  40. a8cb022 arm: omap: Unify get_device_type() function by Semen Protsenko · Fri Jun 02 18:00:00 2017 +0300
  41. 6417a73 board: ti: AM43XX: Add ddr voltage rail configuration by Keerthy · Fri Jun 02 15:00:31 2017 +0530
  42. 4df6757 i2c: omap: Modify code to work without CONFIG_I2C_HARD by Simon Glass · Fri May 12 21:09:55 2017 -0600
  43. 6302e53 arm: am33xx: Add support for mulitiple PLL input frequencies by Lokesh Vutla · Fri May 05 12:59:10 2017 +0530
  44. 6383066 usb: host: xhci-omap: fix double weak board_usb_init functions by Uri Mashiach · Thu Feb 23 15:39:37 2017 +0200
  45. 1eb0f54 ARM: AMx3xx: Make FIT boot as default boot on HS devices by Lokesh Vutla · Tue Nov 29 11:58:03 2016 +0530
  46. 93e0f5b board: ti: amx3xx: Remove multiple EEPROM reads by Lokesh Vutla · Fri Oct 14 10:35:25 2016 +0530
  47. 56a931c treewide: replace #include <asm/errno.h> with <linux/errno.h> by Masahiro Yamada · Wed Sep 21 11:28:55 2016 +0900
  48. 0b6dd12 arm: am4x: add U-Boot FIT signing and SPL image post-processing by Madan Srinivas · Mon Jun 27 09:19:23 2016 -0500
  49. ccf5dfc ARM: AM437x: Align HS device variant defconfig filename by Andreas Dannenberg · Wed Jun 22 17:10:26 2016 -0500
  50. d25110d board: am437x-hs: spl: Select right dtb from fit by Lokesh Vutla · Fri Jun 10 10:44:47 2016 +0530
  51. aeb92b9 ARM: AM57xx: AM43xx: Fix USB host by Roger Quadros · Mon May 23 17:37:48 2016 +0300
  52. b64e056 ARM: dts: AM437x-IDK Initial Support by Lokesh Vutla · Mon May 16 11:11:18 2016 +0530
  53. 67fb6e0 ARM: dts: AM43x-EPOS Initial Support by Lokesh Vutla · Mon May 16 11:11:17 2016 +0530
  54. 6ba178f ARM: AM43xx: Enable FIT by Lokesh Vutla · Mon May 16 11:11:16 2016 +0530
  55. bb30b19 board: AM43xx: fit: add support for selecting dtb dynamically by Lokesh Vutla · Mon May 16 11:11:15 2016 +0530
  56. 3623502 ti: AM43xx: board: Detect AM43xx HS EVM by Madan Srinivas · Thu May 19 19:10:48 2016 -0500
  57. 757a9a0 ti: AM437x: Use generic EEPROM detection logic by Nishanth Menon · Wed Feb 24 12:30:56 2016 -0600
  58. eabaf58 board/ti: Update MAINTAINERS entries with more boards by Tom Rini · Tue Nov 10 09:13:55 2015 -0500
  59. 831bcba board: ti: invoke clock API to enable and disable clocks by Kishon Vijay Abraham I · Wed Aug 19 16:16:27 2015 +0530
  60. 76d0c1d board: ti: remove duplicate initialization of vbus_id_status by Kishon Vijay Abraham I · Mon Aug 10 16:52:57 2015 +0530
  61. 3eba81a board: am43xx: Add maintainer information by Lokesh Vutla · Thu Jul 02 09:37:59 2015 +0530
  62. be8d635 am33xx: Re-enable SW levelling for DDR2 by Tom Rini · Fri Jun 05 15:51:11 2015 +0530
  63. 8ecdbed net: cosmetic: Name ethaddr variables consistently by Joe Hershberger · Wed Apr 08 01:41:04 2015 -0500
  64. 4763e16 usb: modify usb_gadget_handle_interrupts to take controller index by Kishon Vijay Abraham I · Mon Feb 23 18:40:23 2015 +0530
  65. 08ff0fd board: ti: AM43xx: added USB initializtion code by Kishon Vijay Abraham I · Mon Feb 23 18:40:21 2015 +0530
  66. 3dcd6d8 board: ti: am43xx: add support for AM43xx Industrial Development Kit by Felipe Balbi · Mon Dec 22 16:26:17 2014 -0600
  67. cc8535c board: ti: am43xx: take care of all OPPs by Felipe Balbi · Mon Dec 22 16:26:15 2014 -0600
  68. 7948d00 board: ti: am43xx: replace if else if else with a switch by Felipe Balbi · Mon Dec 22 16:26:13 2014 -0600
  69. 5fd8a6b arm: am437x: Correct PLL frequency for 25MHz by James Doublesin · Mon Dec 22 16:26:12 2014 -0600
  70. 53c723b arm: am437x: Enable hardware leveling for EMIF by James Doublesin · Mon Dec 22 16:26:11 2014 -0600
  71. 73756a8 arm: am437x: PLL values for all input frequencies by James Doublesin · Mon Dec 22 16:26:10 2014 -0600
  72. 3bae15f kconfig: arm: introduce symbol for ARM CPUs by Georges Savoundararadj · Tue Oct 28 23:16:09 2014 +0100
  73. 0d82bad kconfig: remove redundant "string" type in arch and board Kconfigs by Masahiro Yamada · Sun Sep 14 03:01:49 2014 +0900
  74. 3eb6f86 board/ti/am43xx: add support for parallel NAND by pekon gupta · Tue Jul 22 16:03:22 2014 +0530
  75. 9799f26 Add board MAINTAINERS files by Masahiro Yamada · Wed Jul 30 14:08:18 2014 +0900
  76. d3ae678 kconfig: add board Kconfig and defconfig files by Masahiro Yamada · Wed Jul 30 14:08:14 2014 +0900
  77. eb5a7c8 Merge branch 'u-boot-ti/master' into 'u-boot-arm/master' by Albert ARIBAUD · Mon Jul 28 12:26:21 2014 +0200
  78. 60d2f6f tps65218/am43xx_evm: Add power framework support to TPS65218 by Tom Rini · Mon Jun 23 16:06:29 2014 -0400
  79. df25e35 am43xx: Tune the system to avoid DSS underflows by Cooper Jr., Franklin · Fri Jun 27 13:31:15 2014 -0500
  80. cc76fc4 am43xx: Update EMIF DDR3 Configuration for AM43x GP by Franklin S. Cooper Jr · Fri Jun 27 13:31:14 2014 -0500
  81. 6488663 board: ti: am43xx: enable QSPI and Gbit Ethernet on AM437x SK by Felipe Balbi · Tue Jun 10 15:01:22 2014 -0500
  82. e3d0b69 board: ti: am43xx: add AM437x SK PHY Address by Felipe Balbi · Tue Jun 10 15:01:21 2014 -0500
  83. ccc6f84 board: ti: am43xx: add support for AM43xx Starter Kit by Felipe Balbi · Tue Jun 10 15:01:20 2014 -0500
  84. e70df74 board: ti: am43xx: print unsupported board name by Felipe Balbi · Tue Jun 10 15:01:18 2014 -0500
  85. 500908a arm:am43xx: Add TPS65218 support to scale voltages up by Tom Rini · Thu Jun 05 11:15:30 2014 -0400
  86. 99311d6 am43xx: Only read the MPU frequency bits of CTRL_DEV_ATTR by Tom Rini · Thu Jun 05 11:15:27 2014 -0400
  87. 5248bba am43xx_evm: Add qspiboot target by Sourav Poddar · Mon May 19 16:53:37 2014 -0400
  88. 1de98af ARM: AM43xx: Add Ethernet boot support to SPL by Mugunthan V N · Tue Feb 18 07:31:58 2014 -0500
  89. 7854d3e ARM: AM4372: Update EMIF registers for DDR3 by Lokesh Vutla · Tue Feb 18 07:31:57 2014 -0500
  90. c94f954 ARM: AM43xx: Add CPSW support to AM43xx EPOS and GP EVM by Mugunthan V N · Tue Feb 18 07:31:54 2014 -0500
  91. f343378 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · Wed Feb 26 16:49:58 2014 -0500
  92. 00822ca ARM: AM43xx: GP-EVM: Correct GPIO used for VTT regulator control by Dave Gerlach · Mon Feb 10 11:41:49 2014 -0500
  93. 6a4a080 Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · Fri Feb 21 08:00:22 2014 -0500
  94. 399f847 am437x_epos_evm: add SPL API, QSPI, and serial flash support by Sourav Poddar · Sat Dec 21 12:50:08 2013 +0530
  95. 9fc0029 ARM: AM43xx: Enable DDR dynamic IO power down for DDR3 by Lokesh Vutla · Thu Dec 19 10:00:28 2013 +0530
  96. dd0037a ARM: AM43xx: GP_EVM: Add support for DDR3 by Lokesh Vutla · Tue Dec 10 15:02:23 2013 +0530
  97. a82d4e1 ARM: AM43xx: EPOS_EVM: Add support for LPDDR2 by Lokesh Vutla · Tue Dec 10 15:02:22 2013 +0530
  98. 42c213a ARM: AM43xx: clocks: Update DPLL details by Lokesh Vutla · Tue Dec 10 15:02:20 2013 +0530
  99. e6bd05e ARM: AM43xx: mux: Update mux data by Lokesh Vutla · Tue Dec 10 15:02:19 2013 +0530
  100. 00dc07d ARM: AM43XX: Add CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG support by Sekhar Nori · Tue Dec 10 15:02:16 2013 +0530