1. e50c1bb ARM: omap: Remove unused arch/arm/cpu/armv7/omap3/mem.c by Stefan Roese · 10 years ago
  2. ad763d7 Merge branch 'u-boot-ti/master' into 'u-boot-arm/master' by Albert ARIBAUD · 10 years ago
  3. 69ab383 omap3: board: trivial: add void for no args by Jeroen Hofstee · 10 years ago
  4. aa5121f am33xx/omap: Allow cache enable for all Sitara/OMAP by Simon Glass · 11 years ago
  5. 22d96d0 omap3: remove remnant macros GPMC_NAND_ECC_LP_x8_LAYOUT and GPMC_NAND_ECC_LP_x16_LAYOUT by pekon gupta · 11 years ago
  6. 48e1e15 ARM: omap: merge GPMC initialization code for all platform by pekon gupta · 11 years ago
  7. 346e34f omap3/sys_info: provide interface to read die id by Nishanth Menon · 11 years ago
  8. a38b2e7 ARM: OMAP: replace custom sr32() by standard I/O accessors by Wolfgang Denk · 11 years ago
  9. 5e99cdb ARM: OMAP: hide custom bit manipulation function sr32() by Wolfgang Denk · 11 years ago
  10. 42b97cb ARM: OMAP: remove sr32() from OMAP board code by Wolfgang Denk · 11 years ago
  11. f343378 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 11 years ago
  12. 6e29472 arm: remove unneeded symbol offsets and _TEXT_BASE by Albert ARIBAUD · 11 years ago
  13. ac5e091 kbuild: use shorten logs for mkimage rules by Masahiro Yamada · 11 years ago
  14. 59f15f2 kbuild: change out-of-tree build by Masahiro Yamada · 11 years ago
  15. 1d17de6 Merge branch 'u-boot/master' into 'u-boot-arm/master' by Albert ARIBAUD · 11 years ago
  16. dc532af arm: omap3: Enable clocks for peripherals only if they are used by Michael Trimarchi · 11 years ago
  17. f53f2b8 i2c, omap24xx: convert driver to new mutlibus/mutliadapter framework by Heiko Schocher · 11 years ago
  18. d449575 armv7: convert makefiles to Kbuild style by Masahiro Yamada · 11 years ago
  19. 18ab2f0 Coding Style cleanup: remove trailing empty lines by Wolfgang Denk · 11 years ago
  20. e3d0ad5 arm: omap3: fix SRAM copy and execution sequence by Albert ARIBAUD · 11 years ago
  21. 7330fd7 ARM: omap3: Implement dpll5 (HSUSB clk) workaround for OMAP36xx/AM/DM37xx according to errata sprz318e. by Naumann Andreas · 11 years ago
  22. 4738e36 omap3/sys_info: fix printout of OMAP36XX L3 freqency by Andreas Bießmann · 11 years ago
  23. df3d222 arm: omap3: spl: Fix problem with 8bit NAND devices by Stefan Roese · 11 years ago
  24. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  25. 61c517f ARM: OMAP2+: Rename asm/arch/clocks.h asm/arch/clock.h by Lokesh Vutla · 12 years ago
  26. b709cd1 omap3: Display MHz instead of mHz on the console by man.huber@arcor.de · 12 years ago
  27. 1e4eccf omap_gpmc: change nandecc command by Andreas Bießmann · 12 years ago
  28. b6d9efd OMAP3: Initialize gpmc if SPL_ONENAND_SUPPORT is enabled. by Enric Balletbo i Serra · 12 years ago
  29. 4be9dbc omap_hsmmc: add driver check for write protection by Nikita Kiryanov · 12 years ago
  30. 4eae05c omap_hsmmc: implement driver check for card detection by Nikita Kiryanov · 12 years ago
  31. b56eeed Merge branch 'u-boot-ti/master' into 'u-boot-arm/master' by Albert ARIBAUD · 12 years ago
  32. 3bb3c29 omap3: Add a few comments to "#endif"s for readability. by Robert P. J. Day · 12 years ago
  33. edb5c2f Pass sdrc timing values through board_sdrc_timings structure by Peter Barada · 12 years ago
  34. b385633 omap3/mem.c: remove unused defines by Andreas Bießmann · 12 years ago
  35. cd3a846 OMAP3: am35x: add musb functions by Ilya Yanok · 12 years ago
  36. b759db3 omap3: Rework board.c for !CONFIG_SYS_L2CACHE_OFF by Tom Rini · 12 years ago
  37. f30ef81 arm: armv7: omap3: Fix restore sequence in lowlevel_init by Albert ARIBAUD · 12 years ago
  38. 31dfba4 SPL: Create arch/arm/lib/spl.c for board_init_f and jump_to_image_linux by Tom Rini · 12 years ago
  39. 28591df SPL: Move the omap SPL framework to common/spl by Tom Rini · 12 years ago
  40. 9e0c260 ARM: SPL: Move gpmc_init() to spl_board_init() by Tom Rini · 12 years ago
  41. a0b9fa5 ARM: SPL: Make spl_mmc.c more generic by Tom Rini · 12 years ago
  42. 29d69dc ARM: SPL: Add <asm/spl.h> and <asm/arch/spl.h> by Tom Rini · 12 years ago
  43. 09ebf1a ARM: SPL: Remove NAND_MODE_HW_ECC from spl_nand.c by Tom Rini · 12 years ago
  44. a76ff95 ARM: SPL: Rename omap_boot_mode to spl_boot_mode() by Tom Rini · 12 years ago
  45. 0be93ff ARM: SPL: Rename omap_boot_device to spl_boot_device by Tom Rini · 12 years ago
  46. ede13a4 arm, omap3: fix warm reset serial output on OMAP36xx/AM/DM37xx by Matt Porter · 13 years ago
  47. 05df891 omap3: Introduce weak misc_init_r by Tom Rini · 13 years ago
  48. fd8798b armv7: add appropriate headers for assembly functions by Aneesh V · 13 years ago
  49. 9ad40d0 sdrc.c: Fix typo in do_sdrc_init() for SPL by Tom Rini · 13 years ago
  50. 44fa188 OMAP3: SPL: do not call I2C init if no I2C is set. by Stefano Babic · 13 years ago
  51. e0db71d armv7: omap3: leave outer cache enabled by Aneesh V · 13 years ago
  52. 7ea4b7c omap3: fix comment typos by Peter Meerwald · 13 years ago
  53. 3968a6a OMAP3+: Clock: Adding ehci clock enabling by Govindraj.R · 13 years ago
  54. d639cf5 OMAP3: Correct get_sdr_cs_offset mask by Tom Rini · 13 years ago
  55. 7c3c76e arm: omap3: Define save_boot_params in lowlevel_init.S for SPL only by Pali Rohár · 13 years ago
  56. de3ffeb OMAP SPL: call timer_init in s_init to make udelay work earlier by Andreas Müller · 13 years ago
  57. 275c05a omap3: make get_board_rev() function weak by Nikita Kiryanov · 13 years ago
  58. ead66c1 OMAP3: Add SPL_BOARD_INIT hook by Tom Rini · 13 years ago
  59. 037e2e3 OMAP3 SPL: Add identify_nand_chip function by Tom Rini · 13 years ago
  60. 05800b9 OMAP3 SPL: Rework memory initalization and devkit8000 support by Tom Rini · 13 years ago
  61. c8a003a OMAP3: Change mem_ok to clear again after reading back by Tom Rini · 13 years ago
  62. 4633d8e OMAP3: Add a helper function to set timings in SDRC by Tom Rini · 13 years ago
  63. 858df78 OMAP3: Update SDRC dram_init to always call make_cs1_contiguous() by Tom Rini · 13 years ago
  64. 51b2be5 omap3: mem: Comment enable_gpmc_cs_config more by Tom Rini · 13 years ago
  65. d2452ea AM35xx: add EMAC support by Ilya Yanok · 13 years ago
  66. 49a2e55 start.S: remove omap3 specific code from start.S by Aneesh V · 13 years ago
  67. 4e333f6 OMAP3: Use sdelay from arch/arm/cpu/armv7/syslib.c instead of cloning that. by Alexander Holler · 14 years ago
  68. 09c797b OMAP3 SPL: Provide weak omap_rev_string by Tom Rini · 13 years ago
  69. 2161496 omap3: Fix compile warning by Sanjeev Premi · 13 years ago
  70. c692fef omap3: implement boot parameter saving by Simon Schwarz · 13 years ago
  71. 4bfb242 omap3: new SPL structure support by Simon Schwarz · 13 years ago
  72. 992dcf7 omap-common: add nand spl support by Simon Schwarz · 13 years ago
  73. ee50ca9 omap3: Configure RAM bank 0 if in SPL by Simon Schwarz · 13 years ago
  74. 3082bc6 ARMV7: OMAP3: Add 37xx ESx revision numbers. by Howard D. Gray · 13 years ago
  75. 565f637 dm3730: enable dpll5 by Eric Benard · 13 years ago
  76. 8f612c3 omap3:clock: check cpu_family before enabling clks for IVA & CAM by Vaibhav Hiremath · 13 years ago
  77. 7bddeac omap3:clock: configure GFX clock to 200MHz for AM/DM37x by Vaibhav Hiremath · 13 years ago
  78. 572134b omap: enable caches at system start-up by Aneesh V · 13 years ago
  79. 1843eca omap: fix gpio related build breaks by Aneesh V · 13 years ago
  80. 9a39088 omap: reuse omap3 gpio support in omap4 by Aneesh V · 13 years ago
  81. 9659e3f omap3: Include array definition only when it is used by Sanjeev Premi · 13 years ago
  82. d16dd01 armv7: adapt omap3 to the new cache maintenance framework by Aneesh V · 13 years ago
  83. 9783a2c ARMV7: OMAP3: Cleanup extern variables in mem.c by Luca Ceresoli · 14 years ago
  84. 96b549e OMAP3: Add support for DPLL5 (usbhost) by Alexander Holler · 14 years ago
  85. edded0e4 omap3: emif|sdrc: use a single global data define by Nishanth Menon · 14 years ago
  86. 8313946 AM3517:EMIF4: fix SDRAM size to 256Mb by Vaibhav Hiremath · 14 years ago
  87. a8d426f Switch from archive libraries to partial linking by Sebastien Carlier · 14 years ago
  88. a1e1aec armv7, beagle: Second SDRAM bank don;t work by Heiko Schocher · 14 years ago
  89. 627857d Drop support for CONFIG_SYS_ARM_WITHOUT_RELOC by Wolfgang Denk · 14 years ago
  90. 0708bc6 Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE by Wolfgang Denk · 14 years ago
  91. 3978959 ARMV7: OMAP3: Fix bug in get_sdr_cs_offset() by Steve Sakoman · 14 years ago
  92. 56d0a4d ARM: implement relocation for ARM V7 (OMAP) by Heiko Schocher · 14 years ago
  93. 762cb70 ARM V7 (OMAP): add data cache support, test on Beagle board by Heiko Schocher · 14 years ago
  94. e9e8bab Prepare v2010.09-rc1 by Wolfgang Denk · 14 years ago
  95. a7561cc ARMV7: OMAP3: Remove erroneous hard coded sdram setup for 128MB/bank by Steve Sakoman · 14 years ago
  96. bcf8e72 ARMV7: OMAP3: Apply Cortex-A8 errata workarounds only on affected revisions by Mans Rullgard · 15 years ago
  97. 3d81b55 ARMV7: OMAP3: Convert setup_auxcr() to pure asm by Mans Rullgard · 15 years ago
  98. 85975dd ARMV7: OMAP3: Fix and clean up L2 cache enable/disable functions by Mans Rullgard · 15 years ago
  99. 24e81c1 ARMV7: OMAP3: Add clock setup for OMAP36XX/37XX by Steve Sakoman · 14 years ago
  100. ad74ace ARMV7: OMAP3: Update CPU type detection for AM35XX/OMAP36XX/37XX by Steve Sakoman · 14 years ago