1. 8a897c4 global: Migrate CONFIG_MAX_RAM_BANK_SIZE to CFG by Tom Rini · 1 year, 11 months ago
  2. 65cc0e2 global: Move remaining CONFIG_SYS_* to CFG_SYS_* by Tom Rini · 1 year, 11 months ago
  3. aa6e94d global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_* by Tom Rini · 1 year, 11 months ago
  4. 9109213 global: Move remaining CONFIG_SYS_NS16550_* to CFG_SYS_NS16550_* by Tom Rini · 1 year, 11 months ago
  5. 032c9b0 arm: Remove unused references to CONFIG_SOC_DM* by Tom Rini · 2 years, 3 months ago
  6. 5858b90 spl: Move SPL_LDSCRIPT defaults to one place by Tom Rini · 2 years, 4 months ago
  7. 2f8a6db Finish conversion of CONFIG_SYS_CLK_FREQ to Kconfig by Tom Rini · 2 years, 10 months ago
  8. e4c3ce7 CONFIG_SYS_CLK_FREQ: Consistently be static or get_board_sys_clk() by Tom Rini · 2 years, 10 months ago
  9. 0cf207e WS cleanup: remove SPACE(s) followed by TAB by Wolfgang Denk · 3 years, 1 month ago
  10. 103c5f1 mmc: Rename MMC_SUPPORT to MMC by Simon Glass · 3 years, 2 months ago
  11. 20815ec davinci: Drop CONFIG_MAC_ADDR_IN_EEPROM by Tom Rini · 3 years, 2 months ago
  12. 35b65dd reset: Remove addr parameter from reset_cpu() by Harald Seiler · 3 years, 10 months ago
  13. 401d1c4 common: Drop asm/global_data.h from common header by Simon Glass · 4 years ago
  14. 2d6bf75 serial: Rename ns16550 functions to lower case by Simon Glass · 3 years, 10 months ago
  15. d30c720 serial: Update NS16550_t and struct NS16550 by Simon Glass · 3 years, 10 months ago
  16. e6385c7 Makefile: Rename ALL-y to INPUTS-y by Simon Glass · 4 years, 3 months ago
  17. bb5a2cf treewide: convert bd_t to struct bd_info manually by Masahiro Yamada · 4 years, 4 months ago
  18. c78ae11 mmc: davinci_mmc: Cleanup to use dt in U-boot and static platdata in SPL by Faiz Abbas · 4 years, 5 months ago
  19. c05ed00 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 5 months ago
  20. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 5 months ago
  21. 691d719 common: Drop init.h from common header by Simon Glass · 4 years, 5 months ago
  22. 2c59412 mach-davinci: Hard-code the default SPL_LDSCRIPT path by Tom Rini · 4 years, 7 months ago
  23. db41d65 common: Move hang() to the same header as panic() by Simon Glass · 4 years, 10 months ago
  24. 9b4a205 common: Move RAM-sizing functions to init.h by Simon Glass · 4 years, 10 months ago
  25. 9a3b4ce common: Move reset_cpu() to the CPU header by Simon Glass · 4 years, 10 months ago
  26. bcee8d6 dm: gpio: Allow control of GPIO uclass in SPL by Simon Glass · 4 years, 11 months ago
  27. 598d9bc board: omapl138_lcdk: add the mmc device to SPL by Bartosz Golaszewski · 5 years ago
  28. 6a97153 mmc: davinci: drop support for ti,dm6441-mmc by Bartosz Golaszewski · 5 years ago
  29. 1045315 common: Move get_ticks() function out of common.h by Simon Glass · 5 years ago
  30. ca62f2b ARM: omapl138_lcdk: Enable DM_GPIO and DM and GPIO Commands by Adam Ford · 5 years ago
  31. e7dcf56 env: Drop environment.h header file where not needed by Simon Glass · 5 years ago
  32. 9fb625c env: Move env_set() to env.h by Simon Glass · 5 years ago
  33. e809285 net: davinci_emac: convert to using the driver model by Bartosz Golaszewski · 5 years ago
  34. 1f12208 arm: davinci: remove leftover assembly by Bartosz Golaszewski · 5 years ago
  35. b4d070f ARM: davinci: Remove ipam390 linker script from Kconfig by Adam Ford · 5 years ago
  36. 2a766db9 ARM: davinci: SPL: fix BSS initialization by Sekhar Nori · 5 years ago
  37. 3b88579 ipam390: remove board by Bartosz Golaszewski · 5 years ago
  38. 7a2b51e ea20: remove board by Bartosz Golaszewski · 5 years ago
  39. 881ae79 calimain: remove board by Bartosz Golaszewski · 5 years ago
  40. cef443c arm: davinci: remove leftover code for dm* SoCs by Bartosz Golaszewski · 5 years ago
  41. 0c56542 arm: davinci: remove dead code for PHYs used by DaVinci DM* boards by Bartosz Golaszewski · 5 years ago
  42. ff83e4c ARM: davinci: Remove unused functions from header by Adam Ford · 5 years ago
  43. ffad5fa driver: net: consolidate ti's code in separate folder by Grygorii Strashko · 6 years ago
  44. 0f3cf2b gpio: da8xx: Push generic defines of gpio.h out of mach-davinci by Keerthy · 6 years ago
  45. 973fcc8 ARM: da850evm_direct_nor_defconfig: Enable DM_SERIAL by Adam Ford · 6 years ago
  46. ecb10a4 Revert "ARM: da850evm_direct_nor_defconfig: Enable DM_SERIAL" by Tom Rini · 6 years ago
  47. 5f38920 ARM: da850evm_direct_nor_defconfig: Enable DM_SERIAL by Adam Ford · 6 years ago
  48. 58008cb Kconfig: Sort bool, default, select and imply options by Michal Simek · 6 years ago
  49. 8e51c0f dm: gpio: Add DM compatibility to GPIO driver for Davinci by Adam Ford · 6 years ago
  50. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  51. d024236 Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR by Tom Rini · 7 years ago
  52. 9925f1d net: Move enetaddr env access code to env config instead of net config by Alex Kiernan · 7 years ago
  53. 891ab74 davinci: Enable DDR_INIT for DA8XX by Lokesh Vutla · 7 years ago
  54. d695d66 spl: eMMC/SD: Provide one __weak spl_boot_mode() function by Lukasz Majewski · 7 years ago
  55. 2e87980 davinci: Fix omapl138_lcdk builds by Tom Rini · 7 years ago
  56. 76e2222 Convert CONFIG_SYS_DV_CLKMODE et al to Kconfig by Adam Ford · 7 years ago
  57. 6aa4ad8 Convert CONFIG_SOC_DA8XX et al to Kconfig by Adam Ford · 7 years ago
  58. 079c92b ARM: davinci: Remove CONFIG_SOC_DA830 by Adam Ford · 7 years ago
  59. 35affd7 env: Rename eth_getenv_enetaddr() to eth_env_get_enetaddr() by Simon Glass · 7 years ago
  60. fd1e959 env: Rename eth_setenv_enetaddr() to eth_env_set_enetaddr() by Simon Glass · 7 years ago
  61. b529993 spl: add hierarchical defaults for SPL_LDSCRIPT by Philipp Tomsich · 7 years ago
  62. 89f5eaa common: arm: davinci: Move header file out of common by Simon Glass · 7 years ago
  63. 01abae4 Remove various unused interrupt related code by Tom Rini · 8 years ago
  64. 76b00ac board_f: Drop setup_dram_config() wrapper by Simon Glass · 8 years ago
  65. e5ec481 Kconfig: Migrate BOARD_LATE_INIT to a select by Tom Rini · 8 years ago
  66. c0fa385 davinci: spl: use bootcfg to select boot device by Fabien Parent · 8 years ago
  67. 1d2c050 mmc: move more driver config options to Kconfig by Masahiro Yamada · 8 years ago
  68. a5ab44f davinci: omapl138_lcdk: configure ddr2 by Fabien Parent · 8 years ago
  69. cd895dc davinci: omapl138_lcdk: configure pll0 by Fabien Parent · 8 years ago
  70. b31bf37 ARM: davinci: Move CONFIG_SYS_DA850_DDR_INIT to Kconfig by Fabien Parent · 8 years ago
  71. f519b36 ARM: davinci: Move CONFIG_SYS_DA850_PLL_INIT to Kconfig by Fabien Parent · 8 years ago
  72. 2b1cdaf common: Pass the boot device into spl_boot_mode() by Marek Vasut · 8 years ago
  73. 2ac07f7 arm: Add support for LEGO MINDSTORMS EV3 by David Lechner · 9 years ago
  74. d7e8b2b arm: Remove da830evm board by Simon Glass · 9 years ago
  75. 92a3188 bitops: introduce BIT() definition by Heiko Schocher · 9 years ago
  76. a6f7f78 arm: Remove enbw_cmc board by Simon Glass · 9 years ago
  77. 6761946 arm: Remove unmaintained davinci boards by Simon Glass · 9 years ago
  78. 8d77576 ARM: davinci: remove support for cam_enc_4xx by Masahiro Yamada · 9 years ago
  79. a26cd04 arch: Make board selection choices optional by Joe Hershberger · 9 years ago
  80. a868e44 davinci: add support for omapl138-lcdk board by Peter Howard · 10 years ago
  81. 0adb5b7 net: cosmetic: Name ethaddr variables consistently by Joe Hershberger · 10 years ago
  82. cb957cd ARM: davinci: remove hawkboard support by Masahiro Yamada · 10 years ago
  83. 3d35761 ARM: davinci: move SoC headers to mach-davinci/include/mach by Masahiro Yamada · 10 years ago
  84. 601fbec ARM: davinci: move SoC sources to mach-davinci by Masahiro Yamada · 10 years ago