1. f4d6039 serial: Rename SERIAL_SUPPORT to SERIAL by Simon Glass · Sun Aug 08 12:20:12 2021 -0600
  2. e1e8544 Convert CONFIG_SKIP_LOWLEVEL_INIT et al to Kconfig by Tom Rini · Fri Aug 27 21:18:30 2021 -0400
  3. a7baedf am335x: Drop non-DM_I2C code by Tom Rini · Wed Aug 18 23:12:27 2021 -0400
  4. e9d78e97 Merge tag 'ti-v2021.10-rc2' of https://source.denx.de/u-boot/custodians/u-boot-ti by Tom Rini · Thu Jul 29 08:20:06 2021 -0400
  5. e5cd9a4 Rename SPL_ETH_SUPPORT to SPL_ETH by Simon Glass · Sat Jul 10 21:14:26 2021 -0600
  6. 9495f3d arm: dts: Import am335x-sancloud-bbe devicetree by Paul Barker · Mon Jul 12 21:14:10 2021 +0100
  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. 169bf97 am335x: add support for cape detect functionality by Kory Maincent · Tue May 04 19:31:30 2021 +0200
  9. 4c1a71d arm: am335x: add support for i2c2 bus by Kory Maincent · Tue May 04 19:31:29 2021 +0200
  10. 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
  11. 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · Fri Oct 30 21:38:53 2020 -0600
  12. c2de9d4 board: ti: am335x-ice: get CDCE913 clock device by Dario Binacchi · Wed Dec 30 00:16:32 2020 +0100
  13. 1d8364a dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO() by Simon Glass · Mon Dec 28 20:34:54 2020 -0700
  14. b75b15b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · Thu Dec 03 16:55:23 2020 -0700
  15. 71fa5b4 dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · Thu Dec 03 16:55:18 2020 -0700
  16. f7ed78b treewide: convert bd_t to struct bd_info by coccinelle by Masahiro Yamada · Fri Jun 26 15:13:33 2020 +0900
  17. dc467f9 board: ti: am335x_evm: Remove duplicate setting of bd_ram_ofs member by Tom Rini · Thu Jun 04 16:01:29 2020 -0400
  18. 4dcacfc common: Drop linux/bitops.h from common header by Simon Glass · Sun May 10 11:40:13 2020 -0600
  19. dbd7954 common: Drop linux/delay.h from common header by Simon Glass · Sun May 10 11:40:11 2020 -0600
  20. 2dc9c34 common: Drop image.h from common header by Simon Glass · Sun May 10 11:40:01 2020 -0600
  21. 274e0b0 common: Drop net.h from common header by Simon Glass · Sun May 10 11:39:56 2020 -0600
  22. 9bc1564 dm: core: Create a new header file for 'compat' features by Simon Glass · Mon Feb 03 07:36:16 2020 -0700
  23. d093536 mtd: rename CONFIG_NAND -> CONFIG_MTD_RAW_NAND by Miquel Raynal · Thu Oct 03 19:50:03 2019 +0200
  24. a7b5130 common: Move some board functions out of common.h by Simon Glass · Thu Nov 14 12:57:46 2019 -0700
  25. 67f79e7 board: ti: am335x-ice: Configure the CDCE913 clock synthesizer by Tero Kristo · Fri Sep 27 19:14:29 2019 +0300
  26. 9d1f619 env: Rename environment.h to env_internal.h by Simon Glass · Fri Aug 02 09:44:25 2019 -0600
  27. 9cce6f7 env: Drop environment.h header file where not needed by Simon Glass · Thu Aug 01 09:47:12 2019 -0600
  28. 79fd214 env: Move env_init() to env.h by Simon Glass · Thu Aug 01 09:46:43 2019 -0600
  29. cd4ebff board: ti: am335x: Remove non DM_ETH code by Faiz Abbas · Mon Mar 18 13:54:41 2019 +0530
  30. 2786626 board: ti: am335x: Add platdata for cpsw in SPL by Faiz Abbas · Mon Mar 18 13:54:37 2019 +0530
  31. 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
  32. f357b11 board: ti: am335x: add support to fixup phy address by Sekhar Nori · Thu Aug 23 17:11:30 2018 +0530
  33. 8a15786 Add Beaglebone Enhanced support by Koen Kooi · Wed Jul 18 10:13:59 2018 +0200
  34. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  35. df0df67 spl: ti: Avoid serial calls when serial support is disabled by Alex Kiernan · Thu Apr 19 04:32:53 2018 +0000
  36. 20bba2e ti: am335x: Fix build when networking is disabled by Alex Kiernan · Sun Apr 01 09:22:37 2018 +0000
  37. b56b5b3 Add support for BeagleBoard.org PocketBeagle by Jason Kridner · Wed Mar 07 05:40:41 2018 -0500
  38. a31ca62 board: am335x: Set serial# variable by Sam Protsenko · Wed Feb 28 00:26:15 2018 +0200
  39. c01553b spl: Kconfig: Rename SPL_USBETH_SUPPORT to SPL_USB_ETHER to match with the U-boot CONFIG by Faiz Abbas · Fri Feb 16 21:17:44 2018 +0530
  40. 22c34c2 env: Rename getenv_hex(), getenv_yesno(), getenv_ulong() by Simon Glass · Thu Aug 03 12:22:13 2017 -0600
  41. 64b723f env: Rename getenv/_f() to env_get() by Simon Glass · Thu Aug 03 12:22:12 2017 -0600
  42. 8551d55 env: Rename eth_setenv_enetaddr() to eth_env_set_enetaddr() by Simon Glass · Thu Aug 03 12:22:11 2017 -0600
  43. 6a38e41 env: Rename setenv() to env_set() by Simon Glass · Thu Aug 03 12:22:09 2017 -0600
  44. 1753957 env: Drop env_relocate_spec() in favour of env_load() by Simon Glass · Thu Aug 03 12:22:07 2017 -0600
  45. e29609a board: ti: am335x: Fix scale_vcore for beaglebones by Lokesh Vutla · Sat Jun 10 13:22:56 2017 +0530
  46. a8cb022 arm: omap: Unify get_device_type() function by Semen Protsenko · Fri Jun 02 18:00:00 2017 +0300
  47. 4df6757 i2c: omap: Modify code to work without CONFIG_I2C_HARD by Simon Glass · Fri May 12 21:09:55 2017 -0600
  48. 6302e53 arm: am33xx: Add support for mulitiple PLL input frequencies by Lokesh Vutla · Fri May 05 12:59:10 2017 +0530
  49. 98f9d22 board: am335x: Introduce scale_vcores by Lokesh Vutla · Fri May 05 12:59:09 2017 +0530
  50. 2fe7c79 am33xx: Provide platform data for mmc by Lokesh Vutla · Wed Apr 26 13:37:08 2017 +0530
  51. 89ef1d6 config: am335x_evm: detect BeagleBone Blue using BLA by robertcnelson@gmail.com · Thu Mar 30 14:29:54 2017 -0500
  52. b55cd7a config: am335x_evm: detect Green Wireless using GW1 by robertcnelson@gmail.com · Thu Mar 30 14:29:53 2017 -0500
  53. c5d7d22 config: am335x_evm: detect Black Wireless using BWA by robertcnelson@gmail.com · Thu Mar 30 14:29:52 2017 -0500
  54. 8d2998b arm: am33xx: Initialize EMIF REG_PR_OLD_COUNT for BBB and am335x-evm by Jyri Sarha · Fri Dec 09 12:29:13 2016 +0200
  55. 1eb0f54 ARM: AMx3xx: Make FIT boot as default boot on HS devices by Lokesh Vutla · Tue Nov 29 11:58:03 2016 +0530
  56. 93e0f5b board: ti: amx3xx: Remove multiple EEPROM reads by Lokesh Vutla · Fri Oct 14 10:35:25 2016 +0530
  57. 7c9d378 board: am335x: Always set eth/eth1addr environment variable by Roger Quadros · Wed Aug 24 15:35:51 2016 +0300
  58. bcb4ee8 board: am335x-icev2: add ethernet phy mode detection logic by Roger Quadros · Wed Aug 24 15:35:50 2016 +0300
  59. bd24915 board: am33xx-hs: Allow post-processing of FIT image on AM33xx by Andrew F. Davis · Tue Aug 30 14:06:24 2016 -0500
  60. abb44e6 board: am335x: Allow to choose serial device dynamically by Lokesh Vutla · Mon May 16 11:47:29 2016 +0530
  61. 7ecf196 ARM: dts: AM335x-ICEv2: Add minimal dts support by Lokesh Vutla · Mon May 16 11:47:28 2016 +0530
  62. 0d144f5 board: AM335x-ICEv2: Add cpsw support by Lokesh Vutla · Mon May 16 11:47:26 2016 +0530
  63. 5837b90 board: AM335x-ICEv2: Add DDR data by Lokesh Vutla · Mon May 16 11:47:24 2016 +0530
  64. 1edfcaf ARM: dts: AM335x-BBG: Add initial support by Lokesh Vutla · Mon May 16 11:24:29 2016 +0530
  65. 5a954ba ARM: dts: AM335x-evmsk: Add initial support by Lokesh Vutla · Mon May 16 11:24:28 2016 +0530
  66. 89b9f30 board: am33xx: fit: add support for selecting dtb dynamically by Lokesh Vutla · Mon May 16 11:24:24 2016 +0530
  67. 2afa70d ti: AM335x: Use generic EEPROM detection logic by Nishanth Menon · Wed Feb 24 12:30:55 2016 -0600
  68. 7fea210 board/ti/am335x: add support for BeagleBone Green by robertcnelson@gmail.com · Wed Nov 11 09:10:52 2015 -0600
  69. df7a99f am335x_evm: prepare for eth driver model support by Mugunthan V N · Mon Sep 07 14:22:18 2015 +0530
  70. f34dfcb usb: musb-new: CONFIG_MUSB prefix replacement with CONFIG_USB_MUSB by Paul Kocialkowski · Tue Aug 04 17:04:06 2015 +0200
  71. 8ecdbed net: cosmetic: Name ethaddr variables consistently by Joe Hershberger · Wed Apr 08 01:41:04 2015 -0500
  72. 986d755 am335x_evm: Convert CONFIG_CONS_INDEX into a menu choice by Tom Rini · Fri Aug 01 09:53:24 2014 -0400
  73. 7f50a57 am335x_evm / gumstix pepper: Correct DDR settings by Tom Rini · Mon Jul 07 21:40:16 2014 -0400
  74. 8de09df am335x: Switch to CONFIG_SKIP_LOWLEVEL_INIT from guarding SPL or NOR_BOOT by Tom Rini · Wed Apr 09 08:25:57 2014 -0400
  75. 810b581 am335x_evm: Make SPL_OS also check the boot_os variable for falcon mode by Tom Rini · Fri Mar 28 12:03:38 2014 -0400
  76. 60fcaaa am335x_evm: Clarify when we build board_eth_init by Tom Rini · Wed Mar 26 15:53:12 2014 -0400
  77. 0c1d856 ARM: AM335x: add support for reading cpsw 2nd mac address from efuse by Mugunthan V N · Tue Feb 18 07:31:55 2014 -0500
  78. 4944f37 drivers: net: cpsw: add support to have phy address from cpsw platform data by Mugunthan V N · Tue Feb 18 07:31:52 2014 -0500
  79. 303b267 ARM: AM33xx+: Update ioregs to pass different values by Lokesh Vutla · Tue Dec 10 15:02:21 2013 +0530
  80. 1d17de6 Merge branch 'u-boot/master' into 'u-boot-arm/master' by Albert ARIBAUD · Tue Dec 10 14:31:56 2013 +0100
  81. bcce2a0 am33xx: Stop modifying certain EMIF4D registers by Tom Rini · Thu Nov 07 11:42:57 2013 -0500
  82. 12ce5e6 Merge branch 'master' of git://git.denx.de/u-boot-nand-flash by Tom Rini · Mon Nov 25 10:42:13 2013 -0500
  83. 53b4b32 am335x: fix GPMC config for NAND and NOR SPL boot by pekon gupta · Mon Nov 18 19:03:02 2013 +0530
  84. f53f2b8 i2c, omap24xx: convert driver to new mutlibus/mutliadapter framework by Heiko Schocher · Tue Oct 22 11:03:18 2013 +0200
  85. 303bfe8 am335x: Enable CONFIG_OMAP_WATCHDOG support by Tom Rini · Tue Oct 01 12:32:04 2013 -0400
  86. 5adac35 am335x:Handle worst case scenario for Errata 1.0.24 by Steve Kipisz · Wed Aug 14 10:51:31 2013 -0400
  87. 5243707 am335x_evm: am33xx_spl_board_init function and scale core frequency by Tom Rini · Fri Aug 30 16:28:46 2013 -0400
  88. c4fea29 arm, am33xx: add defines for gmii_sel_register bits by Heiko Schocher · Mon Aug 19 16:38:56 2013 +0200
  89. f3b6a1d am33xx: Stop using PHYS_DRAM_1 define by Tom Rini · Fri Aug 09 11:22:13 2013 -0400
  90. b21f2ac ARM: AM33xx: Move s_init to a common place by Heiko Schocher · Tue Jul 30 10:48:54 2013 +0530
  91. b1b6fba ARM: AM33xx: Cleanup clocks layer by Lokesh Vutla · Tue Jul 30 10:48:53 2013 +0530
  92. 89a83bf ARM: AM33xx: Cleanup dplls data by Lokesh Vutla · Tue Jul 30 10:48:52 2013 +0530
  93. c1399b4 am335x_evm: Add support to boot from NOR. by Steve Kipisz · Thu Jul 18 15:13:04 2013 -0400
  94. be9b6f8 am335x_evm: Add support for the NOR module on the memory cape by Steve Kipisz · Thu Jul 18 15:13:03 2013 -0400
  95. 4021fd9 am335x_evm: Rework board_is_foo() checks by Tom Rini · Thu Jul 18 15:13:01 2013 -0400
  96. ff55987 drivers: net: cpsw: remove hard coding bd ram for cpsw by Mugunthan V N · Mon Jul 08 16:04:37 2013 +0530
  97. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · Mon Jul 08 09:37:19 2013 +0200
  98. 85bfd2e Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · Sat Jun 22 07:38:12 2013 -0400
  99. 57004c5 arm, am33xx: move uart soft reset code to common place by Heiko Schocher · Tue Jun 04 11:00:57 2013 +0200
  100. 8aa1da9 arm, am33xx: move rtc32k_enable() to common place by Heiko Schocher · Wed Jun 05 07:47:56 2013 +0200