1. b7f7046 arm: Partial cleanup and audit usage of <config.h> by Tom Rini · 12 months ago
  2. ee20d66 Merge tag 'v2024.01-rc3' into next by Tom Rini · 1 year ago
  3. eaa39c6 tree-wide: Replace http:// link with https:// link for ti.com by Nishanth Menon · 1 year, 1 month ago
  4. bf05dea arm: Drop <common.h> from remaining header files by Tom Rini · 1 year, 1 month ago
  5. e6618f4 include: Remove unused header files by Tom Rini · 1 year, 6 months ago
  6. db9c39e global: Migrate CONFIG_MAX_RAM_BANK_SIZE to CFG by Tom Rini · 2 years ago
  7. 6a5dccc global: Move remaining CONFIG_SYS_* to CFG_SYS_* by Tom Rini · 2 years ago
  8. bb4dd96 global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_* by Tom Rini · 2 years ago
  9. df6a215 global: Move remaining CONFIG_SYS_NS16550_* to CFG_SYS_NS16550_* by Tom Rini · 2 years ago
  10. 50c1ad6 arm: Remove unused references to CONFIG_SOC_DM* by Tom Rini · 2 years, 4 months ago
  11. 49f5d17 spl: Move SPL_LDSCRIPT defaults to one place by Tom Rini · 2 years, 6 months ago
  12. 8c70baa Finish conversion of CONFIG_SYS_CLK_FREQ to Kconfig by Tom Rini · 3 years ago
  13. aea2a99 CONFIG_SYS_CLK_FREQ: Consistently be static or get_board_sys_clk() by Tom Rini · 3 years ago
  14. 62fb2b4 WS cleanup: remove SPACE(s) followed by TAB by Wolfgang Denk · 3 years, 2 months ago
  15. b58bfe0 mmc: Rename MMC_SUPPORT to MMC by Simon Glass · 3 years, 4 months ago
  16. 72755f2 davinci: Drop CONFIG_MAC_ADDR_IN_EEPROM by Tom Rini · 3 years, 3 months ago
  17. 6f14d5f reset: Remove addr parameter from reset_cpu() by Harald Seiler · 4 years ago
  18. 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · 4 years, 1 month ago
  19. 2b92398 serial: Rename ns16550 functions to lower case by Simon Glass · 4 years ago
  20. 119e7ef serial: Update NS16550_t and struct NS16550 by Simon Glass · 4 years ago
  21. c46090d Makefile: Rename ALL-y to INPUTS-y by Simon Glass · 4 years, 4 months ago
  22. 940a922 treewide: convert bd_t to struct bd_info manually by Masahiro Yamada · 4 years, 5 months ago
  23. ae01d76 mmc: davinci_mmc: Cleanup to use dt in U-boot and static platdata in SPL by Faiz Abbas · 4 years, 6 months ago
  24. dbd7954 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 7 months ago
  25. 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
  26. 9758973 common: Drop init.h from common header by Simon Glass · 4 years, 7 months ago
  27. 826819f mach-davinci: Hard-code the default SPL_LDSCRIPT path by Tom Rini · 4 years, 9 months ago
  28. f11478f common: Move hang() to the same header as panic() by Simon Glass · 5 years ago
  29. 8e16b1e common: Move RAM-sizing functions to init.h by Simon Glass · 5 years ago
  30. afb0215 common: Move reset_cpu() to the CPU header by Simon Glass · 5 years ago
  31. fa4689a dm: gpio: Allow control of GPIO uclass in SPL by Simon Glass · 5 years ago
  32. f1412ef board: omapl138_lcdk: add the mmc device to SPL by Bartosz Golaszewski · 5 years ago
  33. 3dffb44 mmc: davinci: drop support for ti,dm6441-mmc by Bartosz Golaszewski · 5 years ago
  34. 495a5dc common: Move get_ticks() function out of common.h by Simon Glass · 5 years ago
  35. 2ebb33c ARM: omapl138_lcdk: Enable DM_GPIO and DM and GPIO Commands by Adam Ford · 5 years ago
  36. 9cce6f7 env: Drop environment.h header file where not needed by Simon Glass · 5 years ago
  37. 5e6201b env: Move env_set() to env.h by Simon Glass · 5 years ago
  38. 2cedf75 net: davinci_emac: convert to using the driver model by Bartosz Golaszewski · 5 years ago
  39. 7f33129 arm: davinci: remove leftover assembly by Bartosz Golaszewski · 5 years ago
  40. 436054f ARM: davinci: Remove ipam390 linker script from Kconfig by Adam Ford · 5 years ago
  41. 68e4f8f ARM: davinci: SPL: fix BSS initialization by Sekhar Nori · 5 years ago
  42. 8b78526 ipam390: remove board by Bartosz Golaszewski · 6 years ago
  43. 1b9a82a ea20: remove board by Bartosz Golaszewski · 6 years ago
  44. afc2548 calimain: remove board by Bartosz Golaszewski · 6 years ago
  45. 644c52f arm: davinci: remove leftover code for dm* SoCs by Bartosz Golaszewski · 6 years ago
  46. 90b1c60 arm: davinci: remove dead code for PHYs used by DaVinci DM* boards by Bartosz Golaszewski · 6 years ago
  47. 81b31ff ARM: davinci: Remove unused functions from header by Adam Ford · 6 years ago
  48. 5693dee driver: net: consolidate ti's code in separate folder by Grygorii Strashko · 6 years ago
  49. 6d9e7a8 gpio: da8xx: Push generic defines of gpio.h out of mach-davinci by Keerthy · 6 years ago
  50. 4a60fef ARM: da850evm_direct_nor_defconfig: Enable DM_SERIAL by Adam Ford · 6 years ago
  51. e21add9 Revert "ARM: da850evm_direct_nor_defconfig: Enable DM_SERIAL" by Tom Rini · 6 years ago
  52. 88fe03c ARM: da850evm_direct_nor_defconfig: Enable DM_SERIAL by Adam Ford · 6 years ago
  53. 7e7ba3b Kconfig: Sort bool, default, select and imply options by Michal Simek · 6 years ago
  54. 9c286a7 dm: gpio: Add DM compatibility to GPIO driver for Davinci by Adam Ford · 6 years ago
  55. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  56. bdfb5c4 Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR by Tom Rini · 7 years ago
  57. 9c21549 net: Move enetaddr env access code to env config instead of net config by Alex Kiernan · 7 years ago
  58. bcb8d28 davinci: Enable DDR_INIT for DA8XX by Lokesh Vutla · 7 years ago
  59. 7c88d10 spl: eMMC/SD: Provide one __weak spl_boot_mode() function by Lukasz Majewski · 7 years ago
  60. d97ca59 davinci: Fix omapl138_lcdk builds by Tom Rini · 7 years ago
  61. 71750ee Convert CONFIG_SYS_DV_CLKMODE et al to Kconfig by Adam Ford · 7 years ago
  62. d1f15a1 Convert CONFIG_SOC_DA8XX et al to Kconfig by Adam Ford · 7 years ago
  63. 8b251ab ARM: davinci: Remove CONFIG_SOC_DA830 by Adam Ford · 7 years ago
  64. 399a9ce env: Rename eth_getenv_enetaddr() to eth_env_get_enetaddr() by Simon Glass · 7 years ago
  65. 8551d55 env: Rename eth_setenv_enetaddr() to eth_env_set_enetaddr() by Simon Glass · 7 years ago
  66. 2d6a0cc spl: add hierarchical defaults for SPL_LDSCRIPT by Philipp Tomsich · 7 years ago
  67. ce3574f common: arm: davinci: Move header file out of common by Simon Glass · 8 years ago
  68. dfafe89 Remove various unused interrupt related code by Tom Rini · 8 years ago
  69. 2f949c3 board_f: Drop setup_dram_config() wrapper by Simon Glass · 8 years ago
  70. 22d567e Kconfig: Migrate BOARD_LATE_INIT to a select by Tom Rini · 8 years ago
  71. 9efa10f davinci: spl: use bootcfg to select boot device by Fabien Parent · 8 years ago
  72. b2c8868 mmc: move more driver config options to Kconfig by Masahiro Yamada · 8 years ago
  73. 7b3cece davinci: omapl138_lcdk: configure ddr2 by Fabien Parent · 8 years ago
  74. 9d5c7f4 davinci: omapl138_lcdk: configure pll0 by Fabien Parent · 8 years ago
  75. 06372b6 ARM: davinci: Move CONFIG_SYS_DA850_DDR_INIT to Kconfig by Fabien Parent · 8 years ago
  76. b1bd48b ARM: davinci: Move CONFIG_SYS_DA850_PLL_INIT to Kconfig by Fabien Parent · 8 years ago
  77. 64d64bb common: Pass the boot device into spl_boot_mode() by Marek Vasut · 9 years ago
  78. a67f16f arm: Add support for LEGO MINDSTORMS EV3 by David Lechner · 9 years ago
  79. 03ee28d arm: Remove da830evm board by Simon Glass · 9 years ago
  80. 69bab55 bitops: introduce BIT() definition by Heiko Schocher · 9 years ago
  81. 467a19d arm: Remove enbw_cmc board by Simon Glass · 9 years ago
  82. a6664e9 arm: Remove unmaintained davinci boards by Simon Glass · 9 years ago
  83. 82cdf19 ARM: davinci: remove support for cam_enc_4xx by Masahiro Yamada · 9 years ago
  84. f069960 arch: Make board selection choices optional by Joe Hershberger · 10 years ago
  85. 9ed4f70 davinci: add support for omapl138-lcdk board by Peter Howard · 10 years ago
  86. 8ecdbed net: cosmetic: Name ethaddr variables consistently by Joe Hershberger · 10 years ago
  87. 6a892cf ARM: davinci: remove hawkboard support by Masahiro Yamada · 10 years ago
  88. b3288ae ARM: davinci: move SoC headers to mach-davinci/include/mach by Masahiro Yamada · 10 years ago
  89. 3644548 ARM: davinci: move SoC sources to mach-davinci by Masahiro Yamada · 10 years ago