1. ba0b54b arm: omap2: Remove <common.h> and add needed includes by Tom Rini · 9 months ago
  2. a94a407 tree-wide: Replace http:// link with https:// link for ti.com by Nishanth Menon · 1 year, 3 months ago
  3. 1e94b46 common: Drop linux/printk.h from common header by Simon Glass · 1 year, 5 months ago
  4. dc38fe2 am33xx: ignore return value from usb_ether_init() by Trevor Woerner · 1 year, 5 months ago
  5. f72d0d4 event: Convert existing spy records to simple by Simon Glass · 1 year, 5 months ago
  6. 55171ae dm: Emit the arch_cpu_init_dm() even only before relocation by Simon Glass · 1 year, 9 months ago
  7. 8a897c4 global: Migrate CONFIG_MAX_RAM_BANK_SIZE to CFG by Tom Rini · 2 years, 2 months ago
  8. aa6e94d global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_* by Tom Rini · 2 years, 2 months ago
  9. 9109213 global: Move remaining CONFIG_SYS_NS16550_* to CFG_SYS_NS16550_* by Tom Rini · 2 years, 2 months ago
  10. c726fc0 dm: treewide: Use uclass_first_device_err when accessing one device by Michal Suchanek · 2 years, 4 months ago
  11. 6815a66 am33xx: musb: Remove unused configuration logic by Tom Rini · 2 years, 10 months ago
  12. ae3f467 Convert CONFIG_AM335X_USB0 et al to Kconfig by Tom Rini · 2 years, 11 months ago
  13. 7fe32b3 event: Convert arch_cpu_init_dm() to use events by Simon Glass · 2 years, 11 months ago
  14. a2ac2b9 Convert CONFIG_SKIP_LOWLEVEL_INIT et al to Kconfig by Tom Rini · 3 years, 5 months ago
  15. 89ddb0b Rename SPL_MUSB_NEW_SUPPORT to SPL_MUSB_NEW by Simon Glass · 3 years, 7 months ago
  16. 050531d am335x, guardian: mem: Add board dependent mem values by Moses Christopher · 3 years, 8 months ago
  17. 2147a16 dm: i2c: use CONFIG_IS_ENABLED macro for DM_I2C/DM_I2C_GPIO by Igor Opaniuk · 4 years ago
  18. 401d1c4 common: Drop asm/global_data.h from common header by Simon Glass · 4 years, 3 months ago
  19. 20e442a dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO() by Simon Glass · 4 years, 1 month ago
  20. 8a8d24b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · 4 years, 2 months ago
  21. caa4daa dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 4 years, 2 months ago
  22. 41cf3cb arm: mach-omap2: am33xx: Add device structure for spi by Faiz Abbas · 4 years, 5 months ago
  23. b75d8dc treewide: convert bd_t to struct bd_info by coccinelle by Masahiro Yamada · 4 years, 7 months ago
  24. c05ed00 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 9 months ago
  25. 90526e9 common: Drop net.h from common header by Simon Glass · 4 years, 9 months ago
  26. 9b4a205 common: Move RAM-sizing functions to init.h by Simon Glass · 5 years ago
  27. bcee8d6 dm: gpio: Allow control of GPIO uclass in SPL by Simon Glass · 5 years ago
  28. b2a2bf4 arm: mach-omap2: am33xx: Init pinmux before clock by Marek Vasut · 6 years ago
  29. 7b5774e arm: mach-omap2: am33xx: Disable EMIF_DEVOFF immediately before hw leveling by Brad Griffis · 6 years ago
  30. 6fe3e5b arm: mach-omap2: am33xx: Enable HW Leveling in the rtc+ddr path by Brad Griffis · 6 years ago
  31. 7a43dd7 arm: am33xx: Register USB controllers if DM_USB is used but not OF_CONTROL by Jean-Jacques Hiblot · 6 years ago
  32. 2b30b38 omap: detect the board after DM is available by Jean-Jacques Hiblot · 6 years ago
  33. 0e6e67c am335x: Register the I2C controllers if DM_I2C is used. by Jean-Jacques Hiblot · 6 years ago
  34. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  35. 025a0d4 ARM: am33xx: Inhibit re-initialization of DDR during RTC-only by Russ Dill · 7 years ago
  36. 7619bad ARM: AM43xx: Add support for RTC only + DDR in self-refresh mode by Tero Kristo · 7 years ago
  37. b442e16 am33xx: board: Call spl_early_init() to support sdram_init() by Faiz Abbas · 7 years ago
  38. 9b643e3 treewide: replace with error() with pr_err() by Masahiro Yamada · 7 years ago
  39. 409a81d am33xx: board: Refactor USB initialization into separate function by Alexandru Gagniuc · 8 years ago
  40. 4bd754d arm: omap: Detect boot mode very early by Lokesh Vutla · 8 years ago
  41. 00bbe96 arm: omap: Unify get_device_type() function by Semen Protsenko · 8 years ago
  42. 8627733 ti816x: Rework DDR initialization sequence by Tom Rini · 8 years ago
  43. 878d885 arm: amx3xx: Add support for early debug by Lokesh Vutla · 8 years ago
  44. fbd6295 arm: am33xx: Add support for mulitiple PLL input frequencies by Lokesh Vutla · 8 years ago
  45. 8628279 arch: arm: omap: Declare size of ddr very early by Lokesh Vutla · 8 years ago
  46. d5abcf9 ti: boot: Register the MMC controllers in SPL in the same way as in u-boot by Jean-Jacques Hiblot · 8 years ago
  47. 17fa032 serial, ns16550: bugfix: ns16550 fifo not enabled by Heiko Schocher · 8 years ago
  48. 1d2c050 mmc: move more driver config options to Kconfig by Masahiro Yamada · 8 years ago
  49. ba7916c am33xx: board: init usb ether gadget for rndis support by Mugunthan V N · 8 years ago
  50. 1cac34c drivers: usb: musb: adopt musb backend driver to driver model by Mugunthan V N · 8 years ago
  51. 3aec264 am33xx: board: probe misc drivers to register musb devices by Mugunthan V N · 8 years ago
  52. 1957022 am33xx: board: do not register usb devices when CONFIG_DM_USB is defined by Mugunthan V N · 8 years ago
  53. 983e370 arm: Introduce arch/arm/mach-omap2 for OMAP2 derivative platforms by Tom Rini · 8 years ago[Renamed from arch/arm/cpu/armv7/am33xx/board.c]
  54. 140d76a board: ti: amx3xx: Remove multiple EEPROM reads by Lokesh Vutla · 8 years ago
  55. b64a7cb ARM: AMx3xx: Centralize early clock initialization by Lokesh Vutla · 8 years ago
  56. c704a99 ARM: AMx3xx: Allow arch specific code to use early DM by Lokesh Vutla · 8 years ago
  57. 1221ce4 treewide: replace #include <asm/errno.h> with <linux/errno.h> by Masahiro Yamada · 8 years ago
  58. 2f6ed3b ARM: Various: Future-proof serial platdata by Adam Ford · 9 years ago
  59. 90345c9 am33xx/am43xx: Add platform data for GPIOs by Tom Rini · 9 years ago
  60. 75507d5 am33xx: Update serial pdata by Tom Rini · 9 years ago
  61. 71cbed3 am33xx: Remove serial_init in s_init for QSPI/NOR XIP boot by Vignesh R · 9 years ago
  62. 0a9e340 gpio: omap: Drop 'method' parameter by Tom Rini · 10 years ago
  63. 1480fdf am33xx: Update DT files, add am335x_gp_evm_config target by Tom Rini · 10 years ago
  64. 95de1e2 usb: musb-new: CONFIG_MUSB prefix replacement with CONFIG_USB_MUSB by Paul Kocialkowski · 9 years ago
  65. 7ae8350 ti: armv7: Move SPL SDRAM init to the right place, drop unused CONFIG_SPL_STACK by Simon Glass · 10 years ago
  66. a6b541b TI ARMv7: Don't use GD before crt0.S has set it by Tom Rini · 10 years ago
  67. b352dde am33xx: Drop timer_init call from s_init by Tom Rini · 10 years ago
  68. 4119e06 dm: am33xx: Provide platform data for serial by Simon Glass · 10 years ago
  69. d12010b dm: am33xx: Provide platform data for GPIOs by Simon Glass · 10 years ago
  70. 7e4154a am33xx/omap: Allow cache enable for all Sitara/OMAP by Simon Glass · 11 years ago
  71. 196311d arm:am33xx: Rework s_init and add board_early_init_f by Tom Rini · 11 years ago
  72. 87acf19 arm:am33xx: Make dram_init call sdram_init() in some contexts by Tom Rini · 11 years ago
  73. 7a5f71b am43xx_evm: Add qspiboot target by Sourav Poddar · 11 years ago
  74. d0e6d34 am335x: Switch to CONFIG_SKIP_LOWLEVEL_INIT from guarding SPL or NOR_BOOT by Tom Rini · 11 years ago
  75. d73f38f am33xx: Rework #ifdef's around s_init for clarity by Tom Rini · 11 years ago
  76. cd8341b ARM: AM43xx: GP-EVM: Correct GPIO used for VTT regulator control by Dave Gerlach · 11 years ago
  77. 12115c6 am33xx: Enable D-CACHE on !CONFIG_SYS_DCACHE_OFF by Tom Rini · 11 years ago
  78. 16678eb arm, am33x: make RTC32K OSC enable configurable by Heiko Schocher · 11 years ago
  79. 155d424 am33xx, davinci: Create and use <asm/davinci_rtc.h> by Tom Rini · 11 years ago
  80. 52f7d84 am335x:Handle worst case scenario for Errata 1.0.24 by Steve Kipisz · 11 years ago
  81. 6a0d803 am33xx: Add am33xx_spl_board_init function, call by Tom Rini · 11 years ago
  82. 0660481 ARM: AM33xx: Move s_init to a common place by Heiko Schocher · 12 years ago
  83. 95cb69f ARM: AM33xx: Cleanup clocks layer by Lokesh Vutla · 12 years ago
  84. c5c7a7c am335x_evm: Add support to boot from NOR. by Steve Kipisz · 12 years ago
  85. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 12 years ago
  86. 7ea7f68 arm, am33xx: move uart soft reset code to common place by Heiko Schocher · 12 years ago
  87. 49f7836 arm, am33xx: move rtc32k_enable() to common place by Heiko Schocher · 12 years ago
  88. 81df2ba am33xx: convert defines from am33xx-specific to generic names by Matt Porter · 12 years ago
  89. e3913f5 omap_hsmmc: add driver check for write protection by Nikita Kiryanov · 12 years ago
  90. e874d5b omap_hsmmc: implement driver check for card detection by Nikita Kiryanov · 12 years ago
  91. 79f3877 Merge branch 'u-boot-ti/master' into 'u-boot-arm/master' by Albert ARIBAUD · 12 years ago
  92. 8eb16b7 am33xx: NAND support by Ilya Yanok · 12 years ago
  93. 7df5cf3 am33xx: init OTG hardware and new musb gadget driver by Ilya Yanok · 12 years ago
  94. 75a2388 am33xx/board: use cpu_mmc_init() for default mmc initialization by Peter Korsgaard · 12 years ago
  95. e363426 am33xx: move ti i2c baseboard header handling to board/ti/am335x/ by Peter Korsgaard · 12 years ago
  96. c50cce2 am33xx/board.c: make wdtimer/uart_base static by Peter Korsgaard · 12 years ago
  97. 000820b am335x: Enable RTC 32K OSC clock by Vaibhav Hiremath · 13 years ago
  98. 391a741 am33xx: Enable DDR3 for DDR3 version of beaglebone by Joel A Fernandes · 12 years ago
  99. 6507f13 SPL: Create arch/arm/lib/spl.c for board_init_f and jump_to_image_linux by Tom Rini · 12 years ago
  100. 47f7bca SPL: Move the omap SPL framework to common/spl by Tom Rini · 12 years ago