1. 4eae05c omap_hsmmc: implement driver check for card detection by Nikita Kiryanov · 12 years ago
  2. 87b82cc am33xx: support for booting via usbeth by Ilya Yanok · 12 years ago
  3. a848da5 arm: Move lastinc to arch_global_data by Simon Glass · 12 years ago
  4. 2655ee1 arm: Move tbl to arch_global_data by Simon Glass · 12 years ago
  5. 8024259 omap: emif: configure emif only when required by Lokesh Vutla · 12 years ago
  6. 7bf063b OMAP: Tweak omap-common/Makefile since reset.S -> reset.c by Robert P. J. Day · 12 years ago
  7. 741c57f OMAP: include sys_proto.h from boot-common by Ilya Yanok · 12 years ago
  8. 607092a common: Add .u_boot_list into all linker files by Marek Vasut · 12 years ago
  9. 216559a arm: Remove additional config flags by Michal Simek · 12 years ago
  10. b55759e am33xx: Fix fetching of mmc1 bootmode from bootrom for AM33XX by Joel A Fernandes · 12 years ago
  11. 9ef51bd SPL: NAND: Move arch/arm/cpu/armv7/omap-common/spl_nand.c to common/spl by Tom Rini · 12 years ago
  12. 31dfba4 SPL: Create arch/arm/lib/spl.c for board_init_f and jump_to_image_linux by Tom Rini · 12 years ago
  13. 28591df SPL: Move the omap SPL framework to common/spl by Tom Rini · 12 years ago
  14. 9e0c260 ARM: SPL: Move gpmc_init() to spl_board_init() by Tom Rini · 12 years ago
  15. ff7a605 ARM: SPL: Start hooking in the current SPI SPL support by Tom Rini · 12 years ago
  16. 7b51686 ARM: SPL: Clean up spl.c / spl_nand.c slightly by Tom Rini · 12 years ago
  17. a0b9fa5 ARM: SPL: Make spl_mmc.c more generic by Tom Rini · 12 years ago
  18. 29d69dc ARM: SPL: Add <asm/spl.h> and <asm/arch/spl.h> by Tom Rini · 12 years ago
  19. 730bae7 ARM: SPL: Only call mem_malloc_init if configured by Tom Rini · 12 years ago
  20. 09ebf1a ARM: SPL: Remove NAND_MODE_HW_ECC from spl_nand.c by Tom Rini · 12 years ago
  21. a76ff95 ARM: SPL: Rename omap_boot_mode to spl_boot_mode() by Tom Rini · 12 years ago
  22. 0be93ff ARM: SPL: Rename omap_boot_device to spl_boot_device by Tom Rini · 12 years ago
  23. 63c37f1 omap-common: SPL: Fix whitespace in omap-common/u-boot-spl.lds. by Pavel Machek · 12 years ago
  24. 69fa444 omap-common: Fix typo in save_boot_params() in lowlevel_init.S by Tom Rini · 12 years ago
  25. fe3b0c7 omap-common: SPL: Add CONFIG_SPL_DISPLAY_PRINT / spl_display_print() by Tom Rini · 12 years ago
  26. a0d8cca spl_mmc: Make FAT checks / calls guarded with CONFIG_SPL_FAT_SUPPORT by Tom Rini · 12 years ago
  27. ee5bce4 omap4/5/am33xx: Make lowlevel_init available to all armv7 platforms by Tom Rini · 12 years ago
  28. aede188 dm: Move OMAP GPIO driver to drivers/gpio/ by Marek Vasut · 12 years ago
  29. 6229e33 omap: am33xx: enable gpio support by Steve Sakoman · 12 years ago
  30. b9f10a5 ARM: OMAP4+: Move external phy initialisations to arch specific place. by SRICHARAN R · 12 years ago
  31. ce515a6 omap: emif: fix bug in manufacturer code test by Steve Sakoman · 13 years ago
  32. 3dab3f6 omap: emif: deal with rams that return duplicate mr data on all byte lanes by Steve Sakoman · 13 years ago
  33. ba87377 OMAP4+: Force DDR in self-refresh after warm reset by Lokesh Vutla · 13 years ago
  34. ae64239 OMAP4+: Handle sdram init after warm reset by Lokesh Vutla · 13 years ago
  35. e89f154 ARM: OMAP3+: Detect reset type by Lokesh Vutla · 13 years ago
  36. cdfc4ea OMAP5: DPLL core lock for OMAP5432 by Lokesh Vutla · 13 years ago
  37. 0f42de6 OMAP5: EMIF: Add support for DDR3 device by Lokesh Vutla · 13 years ago
  38. b8a0bca ARM: OMAP5: Align memory used for testing to the power of 2 by SRICHARAN R · 13 years ago
  39. 015be79 ARM: OMAP4+: dmm: Take care of overlapping dmm and trap sections. by SRICHARAN R · 13 years ago
  40. 5ef54d4 omap4+: Remove CONFIG_ARCH_CPU_INIT by Tom Rini · 13 years ago
  41. fd8798b armv7: add appropriate headers for assembly functions by Aneesh V · 13 years ago
  42. 8d24292 OMAP3+: reset: Create a common reset layer. by SRICHARAN R · 13 years ago
  43. e6c6889 arm: omap5: correct boot device mode7 for eMMC by Balaji T K · 13 years ago
  44. 36c366f OMAP4/5: device: Add support to get the device type. by SRICHARAN R · 13 years ago
  45. 698a1f2 OMAP5: palmas: Configure nominal opp vdd values by SRICHARAN R · 13 years ago
  46. 3d53496 OMAP5: emif/ddr: Change emif settings as required for ES1.0 silicon. by SRICHARAN R · 13 years ago
  47. b1ee0bc OMAP5: clocks: Change clock settings as required for ES1.0 silicon. by SRICHARAN R · 13 years ago
  48. a0f45c1 OMAP4460: TPS Ensure SET1 is selected after voltage configuration by Nishanth Menon · 13 years ago
  49. 41d7ab1 OMAP3+: Introduce generic logic for OMAP voltage controller by Nishanth Menon · 13 years ago
  50. a9b0556 ARM:OMAP+:MMC: Add parameters to MMC init by Jonathan Solnit · 13 years ago
  51. 6d01676 CMD: Fix CONFIG_CMD_SAVEBP_WRITE_SIZE -> CONFIG_CMD_SPL_WRITE_SIZE by Marek Vasut · 13 years ago
  52. d75ffd4 arch/arm/cpu/armv7/omap-common/clocks-common.c: Fix build warnings by Anatolij Gustschin · 13 years ago
  53. 0e0a6b7 SPL: call cleanup_before_linux() before booting Linux by Stefano Babic · 13 years ago
  54. ab21819 omap/spl: change output of spl_parse_image_header by Simon Schwarz · 13 years ago
  55. 305bc4c omap-common/spl: Add linux boot to SPL by Simon Schwarz · 13 years ago
  56. 6c3ddde omap-common: Add NAND SPL linux booting by Simon Schwarz · 13 years ago
  57. 79bfa73 SPL: Add YMODEM over UART load support by Matt Porter · 13 years ago
  58. bdf77dc spl.c: Use __noreturn decorator by Tom Rini · 13 years ago
  59. ad4426b OMAP4: clock-common: Move the usb dppl configuration to new func by Govindraj.R · 13 years ago
  60. f8c6e1b OMAP SPL: Fix missing timer_init() call in OMAP4 s_init() by Dechesne, Nicolas · 13 years ago
  61. 0cda7a4 omap_rev_string: output to stdout by Andreas Müller · 13 years ago
  62. de3ffeb OMAP SPL: call timer_init in s_init to make udelay work earlier by Andreas Müller · 13 years ago
  63. 77a73fe ARM:AM33XX: Add SPL support for AM335X EVM by Chandan Nath · 13 years ago
  64. f8928f1 gpio: Replace ARM gpio.h with the common API in include/asm-generic by Joe Hershberger · 13 years ago
  65. 20f2351 arch/arm/cpu/armv7/omap-common/clocks-common.c: Fix GCC 4.6 warnings by Anatolij Gustschin · 13 years ago
  66. dcbd660 arch/arm/cpu/armv7/omap-common/spl.c: Fix GCC 4.2 warnings by Anatolij Gustschin · 13 years ago
  67. ead66c1 OMAP3: Add SPL_BOARD_INIT hook by Tom Rini · 13 years ago
  68. 7d9fa57 omap4: emif: fix error in driver by Aneesh V · 13 years ago
  69. 10a8140 omap: remove I2C from SPL by Aneesh V · 13 years ago
  70. fb4368d omap4460: fix TPS initialization by Aneesh V · 13 years ago
  71. 308fe92 omap4/5: Add support for booting with CH. by Sricharan · 13 years ago
  72. 62a8650 omap5: emif: Add emif/ddr configurations required for omap5 evm by Sricharan · 13 years ago
  73. 9784f1f omap5: clocks: Add clocks support for omap5 platform. by Sricharan · 13 years ago
  74. 9310ff7 omap5: Add minimal support for omap5430. by Sricharan · 13 years ago
  75. 060cd22 omap4: make omap4 code common for future reuse by Sricharan · 13 years ago
  76. 74193c6 omap/spl: actually enable the console by Ilya Yanok · 13 years ago
  77. 9209ed5 Reduce build times by Wolfgang Denk · 13 years ago
  78. b76b96d ARM:AM33XX: Added timer support by Chandan Nath · 13 years ago
  79. 9b124d3 omap: Don't use gpio_free to change direction to input by Joe Hershberger · 13 years ago
  80. 0560be2 omap: spl: fix build break due to changes in FAT by Aneesh V · 13 years ago
  81. 09c797b OMAP3 SPL: Provide weak omap_rev_string by Tom Rini · 13 years ago
  82. 5040241 Move timestamp and version files into 'generated' subdir by Simon Glass · 13 years ago
  83. e21d2d8 omap-common: reorganize spl.c by Simon Schwarz · 13 years ago
  84. c692fef omap3: implement boot parameter saving by Simon Schwarz · 13 years ago
  85. 992dcf7 omap-common: add nand spl support by Simon Schwarz · 13 years ago
  86. 01a4332 omap-common/omap4: relocate early UART clock setup by Simon Schwarz · 13 years ago
  87. ea2cf55 omap: gpio: Use generic API by Sanjeev Premi · 13 years ago
  88. 46b9c20 OMAP: Add function to get state of a GPIO output by Joel A Fernandes · 13 years ago
  89. 1843eca omap: fix gpio related build breaks by Aneesh V · 13 years ago
  90. 9a39088 omap: reuse omap3 gpio support in omap4 by Aneesh V · 13 years ago
  91. 13a74c1 omap: add MMC and FAT support to SPL by Aneesh V · 13 years ago
  92. b8e60b9 omap: add basic SPL support by Aneesh V · 13 years ago
  93. c0e8852 omap4: calculate EMIF register values by Aneesh V · 13 years ago
  94. 944a7fe Timer: Remove reset_timer_masked() by Graeme Russ · 13 years ago
  95. 139d6cf Timer: Remove reset_timer() for non-Nios2 arches by Graeme Russ · 13 years ago
  96. 5e669ff Timer: Remove set_timer completely by Graeme Russ · 13 years ago
  97. ee764d1 OMAP[34]: fix broken timer by John Rigby · 14 years ago
  98. ae8c7ee OMAP: Timer: Replace bss variable by gd by Dirk Behme · 14 years ago
  99. a8d426f Switch from archive libraries to partial linking by Sebastien Carlier · 14 years ago
  100. dd1d1d5 ARM: Use syslib functions for all CORTEXA8 by Stefano Babic · 14 years ago