1. 96c0d2b Correct SPL uses of FASTBOOT by Simon Glass · Sun Feb 05 17:54:10 2023 -0700
  2. bc39b0a board: ti: am62x: am62x: Add splash screen env variables by Nikhil M Jain · Tue Jan 31 15:35:18 2023 +0530
  3. ae5011d include: configs: am62x_evm: Add .env file for Am62x by Nikhil M Jain · Tue Jan 24 10:46:02 2023 +0530
  4. 155a082 board: ti: am62x: evm: Add splash screen support by Nikhil M Jain · Tue Jan 31 15:35:19 2023 +0530
  5. e0b4e95 board: ti: j721s2: Add board_init and support for selecting DT based on EEPROM by Sinthu Raja · Tue Jan 10 21:17:54 2023 +0530
  6. 82407f6 board: ti: j721s2: Add support for detecting multiple device trees by Sinthu Raja · Tue Jan 10 21:17:52 2023 +0530
  7. 149ce99 board: ti: j721s2: Enable support for reading EEPROM at next alternate address by Sinthu Raja · Tue Jan 10 21:17:51 2023 +0530
  8. c38cbf2 board: ti: j721s2: Add support to update board_name for am68-sk by Sinthu Raja · Tue Jan 10 21:17:50 2023 +0530
  9. 364d002 global: Finish CONFIG -> CFG migration by Tom Rini · Tue Jan 10 11:19:45 2023 -0500
  10. 890f8ee ARM: omap3: evm: Name this directory omap3evm by Andrew Davis · Fri Jan 06 13:05:14 2023 -0600
  11. 4459ca1 board: ti: common: board_detect: Fix EEPROM read quirk for 2-byte by Neha Malcom Francis · Tue Dec 13 11:57:34 2022 +0530
  12. db9c39e global: Migrate CONFIG_MAX_RAM_BANK_SIZE to CFG by Tom Rini · Sun Dec 04 10:04:51 2022 -0500
  13. bc9d46b global: Migrate CONFIG_MAX_MEM_MAPPED to CFG by Tom Rini · Sun Dec 04 10:04:50 2022 -0500
  14. b3f0f83 arm: mach-omap2: Move common image process functions out of board files by Andrew Davis · Thu Oct 20 12:12:19 2022 -0500
  15. a0659a5 board: ti: introduce the basic files needed to support the am62a by Bryan Brattlof · Thu Nov 03 19:13:57 2022 -0500
  16. 6a5dccc global: Move remaining CONFIG_SYS_* to CFG_SYS_* by Tom Rini · Wed Nov 16 13:10:41 2022 -0500
  17. bb4dd96 global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_* by Tom Rini · Wed Nov 16 13:10:37 2022 -0500
  18. 75a6a37 treewide: Remove the unnecessary space before semicolon by Bin Meng · Wed Oct 26 12:40:07 2022 +0800
  19. 72cc538 Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASE by Simon Glass · Thu Oct 20 18:22:39 2022 -0600
  20. 9411630 Merge branch 'next' by Tom Rini · Mon Oct 03 15:39:46 2022 -0400
  21. bb7d3bb treewide: Drop image_header_t typedef by Simon Glass · Tue Sep 06 20:26:52 2022 -0600
  22. 892d5c0 board: ti: common: board_detect: Fix EEPROM read quirk for AM6 style data by Nishanth Menon · Wed Sep 21 08:38:42 2022 -0500
  23. 4f4f583 board_f: Fix types for board_get_usable_ram_top() by Pali Rohár · Fri Sep 09 17:32:40 2022 +0200
  24. b90ca70 board: ti: common: board_detect: Fix EEPROM read quirk by Matwey V. Kornilov · Tue Aug 23 19:05:34 2022 +0300
  25. 1be5e97 arm: mach-k3: Rename SOC_K3_AM6 to SOC_K3_AM654 by Andrew Davis · Fri Jul 15 10:25:27 2022 -0500
  26. d8443bd board: ti: am65x: Do not disable SA2UL in DT by Andrew Davis · Wed Jul 13 11:12:48 2022 -0500
  27. 1977f3e board: ti: am335x: Use correct dtbs for SanCloud boards by Paul Barker · Fri Jul 08 10:25:46 2022 +0100
  28. a4ccc8f board: ti: am335x: Enable spi0 bus on SanCloud BBE Lite by Paul Barker · Fri Jul 08 10:25:45 2022 +0100
  29. 9177b30 board: ti: common: board_detect: Do 1byte address checks first. by Nishanth Menon · Fri Jun 17 13:26:12 2022 -0500
  30. 570c3bb board: ti: common: Handle the legacy eeprom address width properly by Nishanth Menon · Fri Jun 17 13:26:11 2022 -0500
  31. 77c94ea board: ti: common: Optimize boot when detecting consecutive bad records by Nishanth Menon · Fri Jun 17 13:26:10 2022 -0500
  32. 18c0fbf board: ti: am62x: Account for DDR size fixups if ECC is enabled by Georgi Vlaev · Tue Jun 14 17:45:33 2022 +0300
  33. 8a9ceb4 board: ti: am62x: Use fdt functions for ram and bank init by Georgi Vlaev · Tue Jun 14 17:45:32 2022 +0300
  34. 6dc4f6a board: ti: j721e: Return if there is an error while configuring SerDes by Aswath Govindraju · Fri Jun 10 18:23:38 2022 +0530
  35. 49f5d17 spl: Move SPL_LDSCRIPT defaults to one place by Tom Rini · Wed Jun 08 08:24:37 2022 -0400
  36. 5a9095c linker_lists: Rename sections to remove . prefix by Andrew Scull · Mon May 30 10:00:04 2022 +0000
  37. d9ff2b9 Merge branch 'master' into next by Tom Rini · Mon Jun 20 14:40:59 2022 -0400
  38. 58cbef5 board: ti: am335x: eth_cpsw should depend on CONFIG_NET by Corentin LABBE · Tue Jun 14 08:44:07 2022 +0000
  39. bf9bca7 configs: Add configs for AM62x SK by Vignesh Raghavendra · Wed May 25 13:38:49 2022 +0530
  40. 3b43110 board: ti: Introduce the basic files to support AM62 SK board by Suman Anna · Wed May 25 13:38:47 2022 +0530
  41. 08c291a ARM: omap3: evm: Power on MMC when setting up PMIC by Derald D. Woods · Sun May 15 22:25:03 2022 -0500
  42. b8b1744 ti: j721e: enable hyperflash spl fixup for j721e by Vaishnav Achath · Mon May 09 11:50:16 2022 +0530
  43. 0d3457c board: ti: am64x: Update MAINTAINERS by Dave Gerlach · Fri Jun 03 14:30:20 2022 -0500
  44. 726ae6e board: ti: am335x: Add support for BBE Extended WiFi by Paul Barker · Mon Apr 11 15:42:01 2022 +0000
  45. 10a5944 board: ti: am335x: Add BBE Lite support by Paul Barker · Mon Apr 11 15:42:00 2022 +0000
  46. 10498d1 board: ti: am64x: Account for DDR size fixups if ECC is enabled by Dave Gerlach · Thu Mar 17 12:03:44 2022 -0500
  47. 88107fe board: ti: am64x: Use fdt functions for ram and bank init by Dave Gerlach · Thu Mar 17 12:03:40 2022 -0500
  48. c6f9193 Merge tag 'v2022.04-rc4' into next by Tom Rini · Mon Mar 14 17:40:36 2022 -0400
  49. 5930ad2 board: ti: j721e: evm.c: Fix the probing of in Sierra SerDes0 by Aswath Govindraju · Fri Mar 04 17:45:26 2022 +0530
  50. a6a19f1 ARM: omap3_beagle: Power on MMC when setting up PMIC by Romain Naour · Fri Feb 25 12:18:32 2022 +0100
  51. e55ca0b ARM: omap3_beagle: Remove non-DM initialization by Romain Naour · Fri Feb 25 12:18:31 2022 +0100
  52. 955bc4f arm: mach-k3: am6_init: Use CONFIG_TI_I2C_BOARD_DETECT by Christian Gmeiner · Tue Feb 15 07:47:55 2022 +0100
  53. 944ff63 board: ti: j721e: Add support for detecting multiple device trees by Sinthu Raja · Wed Feb 09 15:06:52 2022 +0530
  54. 9a4fa30 board: ti: j721e: Disable probing of daughtercards by Sinthu Raja · Wed Feb 09 15:06:51 2022 +0530
  55. 1c24ab4 board: ti: j721e: Add support to update board_name for j721e-sk by Sinthu Raja · Wed Feb 09 15:06:50 2022 +0530
  56. 812364f board: ti: j721e: Enable support for reading EEPROM at next alternate address by Sinthu Raja · Wed Feb 09 15:06:49 2022 +0530
  57. e861aa9 board: ti: j721e: Guard functions with right #ifdef to avoid build warnings by Sinthu Raja · Wed Feb 09 15:06:48 2022 +0530
  58. a2775f3 board: ti: j721e: evm.c: Add support for probing SerDes0 by Aswath Govindraju · Fri Jan 28 13:41:38 2022 +0530
  59. d09f5fe board: ti: j721s2: Add board support for J721S2 by David Huang · Tue Jan 25 20:56:37 2022 +0530
  60. 47b4c02 doc: replace @return by Return: by Heinrich Schuchardt · Wed Jan 19 18:05:50 2022 +0100
  61. 4d79772 board: ti: am335x: Choose CPSW or PRUSS configuration based on jumper setting by Amjad Ouled-Ameur · Fri Oct 29 16:08:17 2021 +0200
  62. dfcda51 board: ti: am64x: Init DRAM size in R5/A53 SPL by Vignesh Raghavendra · Fri Dec 24 12:55:31 2021 +0530
  63. 62fb2b4 WS cleanup: remove SPACE(s) followed by TAB by Wolfgang Denk · Mon Sep 27 17:42:39 2021 +0200
  64. 0b9b95a doc: ti: Convert am335x_evm README to rST by Tom Rini · Sat Sep 11 08:57:31 2021 -0400
  65. 17a2907 Merge tag 'v2021.10-rc4' into next by Tom Rini · Thu Sep 16 10:29:40 2021 -0400
  66. e910fac board: ti: am64x: Add support for fixing dr_mode while booting from USB by Aswath Govindraju · Wed Aug 04 18:42:44 2021 +0530
  67. 82f74a3 MAINTAINERS: Update ARM TI entry by Lokesh Vutla · Fri Sep 03 12:45:37 2021 +0530
  68. 4cc3885 arm: Disable ATAGs support by Tom Rini · Mon Aug 30 09:16:30 2021 -0400
  69. f4d6039 serial: Rename SERIAL_SUPPORT to SERIAL by Simon Glass · Sun Aug 08 12:20:12 2021 -0600
  70. e1e8544 Convert CONFIG_SKIP_LOWLEVEL_INIT et al to Kconfig by Tom Rini · Fri Aug 27 21:18:30 2021 -0400
  71. 94f110d am43xx: Drop non-DM_I2C code by Tom Rini · Wed Aug 18 23:12:28 2021 -0400
  72. a7baedf am335x: Drop non-DM_I2C code by Tom Rini · Wed Aug 18 23:12:27 2021 -0400
  73. 3ff49ec global: Convert simple_strtoul() with hex to hextoul() by Simon Glass · Sat Jul 24 09:03:29 2021 -0600
  74. 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
  75. f26c3b9 board: ti: k2g: Program PadConfig_202 before locking RSTMUX8 by Suman Anna · Mon Jul 26 18:22:48 2021 -0500
  76. e5cd9a4 Rename SPL_ETH_SUPPORT to SPL_ETH by Simon Glass · Sat Jul 10 21:14:26 2021 -0600
  77. 78d13c9 doc: board: Move j721e document to doc/board/ti/ directory by Kishon Vijay Abraham I · Wed Jul 21 21:28:48 2021 +0530
  78. 1e2b420 board: ti: j721e: Add support for probing and configuring Torrent serdes on J7200 by Aswath Govindraju · Wed Jul 21 21:28:39 2021 +0530
  79. 9495f3d arm: dts: Import am335x-sancloud-bbe devicetree by Paul Barker · Mon Jul 12 21:14:10 2021 +0100
  80. 00624e9 board: ti: j72xx: README: update build instructions and image formats by Tero Kristo · Fri Jun 11 11:45:26 2021 +0300
  81. 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
  82. cb962f9 board: ti: am64x: Set the core voltage of USB PHY to 0.85V by Aswath Govindraju · Fri Jun 04 22:00:34 2021 +0530
  83. 169bf97 am335x: add support for cape detect functionality by Kory Maincent · Tue May 04 19:31:30 2021 +0200
  84. 4c1a71d arm: am335x: add support for i2c2 bus by Kory Maincent · Tue May 04 19:31:29 2021 +0200
  85. 66fd9ec am57xx: add support for cape detect functionality by Kory Maincent · Tue May 04 19:31:25 2021 +0200
  86. 2655110 ti/common: add support for extension_scan_board function by Kory Maincent · Tue May 04 19:31:24 2021 +0200
  87. 3349e21 board: ti: am64x: Parse MAC address from board EEPROM by Vignesh Raghavendra · Mon May 10 23:44:22 2021 +0530
  88. 35c33bb configs: am64x_evm_a53: Enable support for reading eeprom by Lokesh Vutla · Thu May 06 16:45:04 2021 +0530
  89. 8af2b69 board: ti: am64x: Add support for detecting multiple device trees by Lokesh Vutla · Thu May 06 16:44:51 2021 +0530
  90. 4e34159 board: ti: am64x: Enable support for reading EEPROM in R5 SPL by Lokesh Vutla · Thu May 06 16:44:50 2021 +0530
  91. 01032a4 board: ti: am64x: Add support for reading eeprom data by Lokesh Vutla · Thu May 06 16:44:49 2021 +0530
  92. ad38f51 arm: mach-k3: am642: Add support for triggering ddr init from SPL by Dave Gerlach · Tue May 04 18:00:53 2021 -0500
  93. e777380 ram: k3-ddrss: Introduce top-level CONFIG_K3_DDRSS by Dave Gerlach · Tue May 11 10:22:10 2021 -0500
  94. 13096ee configs: am64x_evm_a53: Add Initial support by Dave Gerlach · Fri Apr 23 11:27:48 2021 -0500
  95. 0683fed configs: am64x_evm_r5: Add Initial support by Dave Gerlach · Fri Apr 23 11:27:47 2021 -0500
  96. 3dc33f1 board: ti: am64x: Add board support for am64x evm by Dave Gerlach · Fri Apr 23 11:27:42 2021 -0500
  97. 373fbe8 arm: Remove am3517_crane board by Tom Rini · Sat Feb 20 20:06:03 2021 -0500
  98. 28b2b85 Correct U-Boot upstream repository by Heinrich Schuchardt · Wed Feb 24 13:19:04 2021 +0100
  99. 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
  100. 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · Fri Oct 30 21:38:53 2020 -0600