1. 41782a9 Correct SPL uses of FASTBOOT by Simon Glass · 1 year, 10 months ago
  2. 1d457db global: Migrate CONFIG_MAX_MEM_MAPPED to CFG by Tom Rini · 2 years ago
  3. 1eaffe3 arm: mach-omap2: Move common image process functions out of board files by Andrew Davis · 2 years, 2 months ago
  4. aa6e94d global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_* by Tom Rini · 2 years, 1 month ago
  5. 185f812 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 11 months ago
  6. 481d394 common: fit: Update board_fit_image_post_process() to pass fit and node_offset by Lokesh Vutla · 3 years, 6 months ago
  7. 401d1c4 common: Drop asm/global_data.h from common header by Simon Glass · 4 years, 1 month ago
  8. 851737a fastboot: Extend fastboot_set_reboot_flag with reboot reason by Roman Kovalivskyi · 4 years, 4 months ago
  9. b75d8dc treewide: convert bd_t to struct bd_info by coccinelle by Masahiro Yamada · 4 years, 5 months ago
  10. 4d72caa common: Drop image.h from common header by Simon Glass · 4 years, 7 months ago
  11. 90526e9 common: Drop net.h from common header by Simon Glass · 4 years, 7 months ago
  12. 07add22 Merge tag '2020-01-20-ti-2020.04' of https://gitlab.denx.de/u-boot/custodians/u-boot-ti by Tom Rini · 4 years, 11 months ago
  13. b102f49 board: ti: dra7-evm: remove net platform code by Grygorii Strashko · 5 years ago
  14. 807765b common: Move device-tree setup functions to fdt_support.h by Simon Glass · 5 years ago
  15. 88718be mtd: rename CONFIG_NAND -> CONFIG_MTD_RAW_NAND by Miquel Raynal · 5 years ago
  16. 5255932 common: Move some board functions out of common.h by Simon Glass · 5 years ago
  17. b03e051 common: Move serial functions out of common.h by Simon Glass · 5 years ago
  18. e7dcf56 env: Drop environment.h header file where not needed by Simon Glass · 5 years ago
  19. 4bfd1f5 env: Move env_init() to env.h by Simon Glass · 5 years ago
  20. b3b2a9e arm: dra7: Allow NAND to be enabled on DRA71x EVM. by Franklin S Cooper Jr · 6 years ago
  21. 50580a0 board: ti: Move fastboot functions out of TI_SECURE_DEVICE ifdef by Andrew F. Davis · 6 years ago
  22. 6b3b0bf board: ti: dra7-evm: remove USB platform code by Jean-Jacques Hiblot · 6 years ago
  23. b491afa configs: enable DM_USB and DM_USB_DEV for all DRA7 platforms by Jean-Jacques Hiblot · 6 years ago
  24. 24e261b board: ti: dra7xx-evm: turn on USB clocks in late init stage by Jean-Jacques Hiblot · 6 years ago
  25. 413b907 ti: fastboot: Move weak overrides to board files by Alex Kiernan · 7 years ago
  26. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  27. c413baa ARM: DRA7x/AM57x: Add MMC/SD fixups for rev1.0 and rev 1.1 by Kishon Vijay Abraham I · 7 years ago
  28. b16c129 usb: host: xhci-omap: Remove redundant board_usb_init and board_usb_cleanup functions by Faiz Abbas · 7 years ago
  29. 941f2fc arm: dra762: Add support for device package identification by Lokesh Vutla · 7 years ago
  30. e36edce board: ti: dra7xx: Select MCAN instead of DCAN on DRA76 EVM by Vignesh R · 7 years ago
  31. 9ecdf30 board: ti: dra71x-evm: Hook LDO1 of LP8733 to EN_PIN by Keerthy · 7 years ago
  32. ba39608 ARM: DRA72x: Add support for detection of DRA71x SR 2.1 by Vishal Mahaveer · 7 years ago
  33. fede942 board: ti: dra76: Add dt support by Lokesh Vutla · 7 years ago
  34. cd43b51 board: ti: dra76-evm: Add support for powering on mmc ldo by Lokesh Vutla · 7 years ago
  35. 9120ef0 board: ti: dra76-evm: Add the pinmux data by Lokesh Vutla · 7 years ago
  36. c9a7c17 board: ti: dra76-evm: Add DDR data by Lokesh Vutla · 7 years ago
  37. c247605 board: ti: dra76-evm: Add the pmic data by Keerthy · 7 years ago
  38. c8c04ec board: ti: dra76-evm: Add epprom support by Lokesh Vutla · 7 years ago
  39. db4fce8 palmas: Add support for powering different ldos by Lokesh Vutla · 7 years ago
  40. 91d3e90 arm: omap5+: Add board specific ldo powering by Lokesh Vutla · 7 years ago
  41. bfebc8c env: Rename getenv_hex(), getenv_yesno(), getenv_ulong() by Simon Glass · 7 years ago
  42. 00caae6 env: Rename getenv/_f() to env_get() by Simon Glass · 7 years ago
  43. fd1e959 env: Rename eth_setenv_enetaddr() to eth_env_set_enetaddr() by Simon Glass · 7 years ago
  44. 382bee5 env: Rename setenv() to env_set() by Simon Glass · 7 years ago
  45. 310fb14 env: Drop env_relocate_spec() in favour of env_load() by Simon Glass · 7 years ago
  46. 4a30a93 arm: dra7: Set fastboot variables in environment by Semen Protsenko · 8 years ago
  47. 4aa2ba3 mmc: replace CONFIG_GENERIC_MMC with CONFIG_MMC by Masahiro Yamada · 8 years ago
  48. 1a9a5f7 usb: host: xhci-omap: fix double weak board_usb_init functions by Uri Mashiach · 8 years ago
  49. 6cc96bc board: dra71: Fix selection of OPPs by Lokesh Vutla · 8 years ago
  50. 76b00ac board_f: Drop setup_dram_config() wrapper by Simon Glass · 8 years ago
  51. d5abcf9 ti: boot: Register the MMC controllers in SPL in the same way as in u-boot by Jean-Jacques Hiblot · 8 years ago
  52. 40de70f ARM: dts: dra71x-evm: Add DT support by Lokesh Vutla · 8 years ago
  53. f56e635 board: ti: dra71x-evm: Add PMIC support by Keerthy · 8 years ago
  54. 4d74804 board: ti: dra71x-evm: Add mux settings by Lokesh Vutla · 8 years ago
  55. 463dd22 board: ti: dra71x-evm: Add epprom support by Lokesh Vutla · 8 years ago
  56. beb7127 ARM: OMAP4+: Add support for dynamically selecting OPPs by Lokesh Vutla · 8 years ago
  57. 0fcc5207 board: ti: dra7xx: add FIT image TEE processing by Andrew F. Davis · 8 years ago
  58. 71c1b58 ARM: DRA7: Make FIT boot as default boot on HS devices by Lokesh Vutla · 8 years ago
  59. 1053a76 board: ti: dra7xx: complex definitions should be protected with parentheses by Mugunthan V N · 8 years ago
  60. e813138 ARM: dts: dra72: add rev C evm support by Mugunthan V N · 8 years ago
  61. 17c2987 arm: omap5: add U-Boot FIT signing and SPL image post-processing by Andreas Dannenberg · 8 years ago
  62. df6b506 ti_omap5_common: Find right dtb file for DRA72-RevC Evm by Lokesh Vutla · 8 years ago
  63. 1428d83 arm: dra7xx: Assign omap_vcores based on board type by Keerthy · 8 years ago
  64. 09da87d board: dra7: fit: add support for selecting dtb dynamically by Lokesh Vutla · 9 years ago
  65. 62a09f0 ARM: omap5: add ft_board_setup for dra7xx/am57xx by Daniel Allred · 9 years ago
  66. 39fbac9 board: ti: DRA7: Add DP83867 TI phy for rev c by Dan Murphy · 9 years ago
  67. 8cac147 board: ti: DRA7: Add DRA72-rev C evm pinmux by Nishanth Menon · 9 years ago
  68. 6b1c14b board: ti: DRA72: revC evm: Update sdram timing configuration for SR2.0 by Ravi Babu · 9 years ago
  69. 3ef56e6 omap-common: Rename set_muxconf_regs_essential to set_muxconf_regs by Paul Kocialkowski · 9 years ago
  70. 26eccf3 ARM: DRA72-evm: Update mux and VIRTUAL/MANUAL mode timings by Lokesh Vutla · 9 years ago
  71. d468b17 ARM: DRA7-evm: Update memory info in banks by Lokesh Vutla · 9 years ago
  72. c4a2736 ARM: DRA7: EMIF: Add 4GB DDR settings by Lokesh Vutla · 9 years ago
  73. a763883 ARM: DRA7: Move emif settings to board specific files by Lokesh Vutla · 9 years ago
  74. 25afe55 ARM: DRA7: Enable EEPROM support by Lokesh Vutla · 9 years ago
  75. 07815eb omap-common: Common serial and usbethaddr functions based on die id by Paul Kocialkowski · 9 years ago
  76. 9fd5401 omap5: omap_die_id support by Paul Kocialkowski · 9 years ago
  77. 6f1af1e board: ti: invoke clock API to enable and disable clocks by Kishon Vijay Abraham I · 9 years ago
  78. 03c128c board: ti: remove duplicate initialization of vbus_id_status by Kishon Vijay Abraham I · 9 years ago
  79. 76cff2b ARM: DRA74-evm: Use SMA_1 spare register to workaround DP83865 phy on SR2.0 by Nishanth Menon · 9 years ago
  80. 0358923 ARM: DRA74-evm: Add iodelay values for SR2.0 by Nishanth Menon · 9 years ago
  81. 2cb3ccc ARM: DRA7: CPSW: Remove IO delay hack by Lokesh Vutla · 10 years ago
  82. 27d170a ARM: DRA7-evm: Add mux data by Nishanth Menon · 10 years ago
  83. 706dd34 ARM: DRA7-evm: Enable IO delay recalibration sequence by Lokesh Vutla · 10 years ago
  84. 1f68451 ARM: DRA7: Make do_set_mux32() generic by Lokesh Vutla · 10 years ago
  85. f12467d ARM: DRA7: Set serial number environment variable by Dileep Katta · 10 years ago
  86. 0adb5b7 net: cosmetic: Name ethaddr variables consistently by Joe Hershberger · 10 years ago
  87. 2d48aa6 usb: modify usb_gadget_handle_interrupts to take controller index by Kishon Vijay Abraham I · 10 years ago
  88. a17188c board: ti: DRA7: added USB initializtion code by Kishon Vijay Abraham I · 10 years ago
  89. ba2e01c arm: omap5: don't enable misc_init_r by default by Felipe Balbi · 10 years ago
  90. 3160b1b OMAP5+: sata/scsi: Implement scsi_init() by Roger Quadros · 10 years ago
  91. 7b92252 ARM: DRA: Enable VTT regulator by Lokesh Vutla · 10 years ago
  92. b1cdd8b Merge branch 'u-boot-ti/master' into 'u-boot-arm/master' by Albert ARIBAUD · 10 years ago
  93. 4c8014b ARM: dra7_evm: Add Ethernet support for dra72x platform by Mugunthan V N · 11 years ago
  94. 4ec3f6e ARM: DRA7xx: Update the board_name env variable by Lokesh Vutla · 10 years ago
  95. 79b079f dra7xx_evm: Add QSPI_4 support, qspiboot build target by Tom Rini · 11 years ago
  96. 8feb37b ARM: DRA7xx: add support for reading cpsw 2nd mac from efuse by Mugunthan V N · 11 years ago
  97. 9c653aa drivers: net: cpsw: add support to have phy address from cpsw platform data by Mugunthan V N · 11 years ago
  98. e9024ef ARM: O5/dra7xx: Add SATA boot support by Dan Murphy · 11 years ago
  99. e0a1d59 ARM: dra7_evm: read mac address properly from e-fuse by Mugunthan V N · 11 years ago
  100. 21914ee ARM: dra7_evm: Add SATA support by Roger Quadros · 11 years ago