1. a47a79f omap4: clock init support for omap4460 by Aneesh V · 13 years ago
  2. 0fa1d1b omap4: support TPS programming by Aneesh V · 13 years ago
  3. 9a39088 omap: reuse omap3 gpio support in omap4 by Aneesh V · 13 years ago
  4. 639cfb6 omap4: sdram init changes for omap4460 by Aneesh V · 13 years ago
  5. 0b92f09 omap4: add omap4460 revision detection by Aneesh V · 13 years ago
  6. 34d12a1 mkimage: Add OMAP boot image support by John Rigby · 13 years ago
  7. 13a74c1 omap: add MMC and FAT support to SPL by Aneesh V · 13 years ago
  8. b8e60b9 omap: add basic SPL support by Aneesh V · 13 years ago
  9. ef0f76e armv7: start.S: fixes and enhancements for SPL by Aneesh V · 13 years ago
  10. ced762a omap4: automatic sdram detection by Aneesh V · 13 years ago
  11. c0e8852 omap4: calculate EMIF register values by Aneesh V · 13 years ago
  12. cc56558 omap4: add sdram init support by Aneesh V · 13 years ago
  13. 0d2628b omap4: add clock support by Aneesh V · 13 years ago
  14. 162ced3 omap4: add OMAP4430 revision check by Aneesh V · 13 years ago
  15. f908b63 omap4: cleanup pin mux data by Aneesh V · 13 years ago
  16. 9659e3f omap3: Include array definition only when it is used by Sanjeev Premi · 13 years ago
  17. 944a7fe Timer: Remove reset_timer_masked() by Graeme Russ · 13 years ago
  18. 139d6cf Timer: Remove reset_timer() for non-Nios2 arches by Graeme Russ · 13 years ago
  19. 5e669ff Timer: Remove set_timer completely by Graeme Russ · 13 years ago
  20. 552a319 replace CONFIG_PRELOADER with CONFIG_SPL_BUILD by Aneesh V · 13 years ago
  21. dd6f787 ARM: MX5: Fix broken leftover TO-2 errata workaround by David Jander · 13 years ago
  22. a693287 ARM: add missing CONFIG_SKIP_LOWLEVEL_INIT for armv7 by Rob Herring · 13 years ago
  23. 115f759 MX5: Update to autogenerated asm-offsets.h by Stefano Babic · 13 years ago
  24. 88a22a2 MX5: Introduce a function for setting the chip select size by Fabio Estevam · 13 years ago
  25. ee764d1 OMAP[34]: fix broken timer by John Rigby · 14 years ago
  26. 244fb89 armv7: adapt s5pc1xx to the new cache maintenance framework by Aneesh V · 13 years ago
  27. d16dd01 armv7: adapt omap3 to the new cache maintenance framework by Aneesh V · 13 years ago
  28. e3405bd armv7: adapt omap4 to the new cache maintenance framework by Aneesh V · 13 years ago
  29. 3e3bc1e armv7: integrate cache maintenance support by Aneesh V · 13 years ago
  30. ecee9c8 armv7: rename cache related CONFIG flags by Aneesh V · 13 years ago
  31. 960f5c0 armv7: cache maintenance operations for armv7 by Aneesh V · 13 years ago
  32. 9976335 Minor coding style cleanup by Wolfgang Denk · 13 years ago
  33. a3f9d65 armv7: Add ST-Ericsson u8500 arch by John Rigby · 14 years ago
  34. 69b2824 S5PC2XX: clock: support pwm clock for evt1 (cpu revision 1) by Minkyu Kang · 14 years ago
  35. 9a77221 S5P: add set_mmc_clk for external clock control by Jaehoon Chung · 14 years ago
  36. 1339872 S5PC2XX: Support the cpu revision by Minkyu Kang · 14 years ago
  37. 9c88fb8 S5P:SROM config code moved to s5p-common directory by Chander Kashyap · 14 years ago
  38. 000f4d0 MX53: Handle silicon revision 2.1 case by Fabio Estevam · 14 years ago
  39. 80f7021 Minor coding style cleanup. by Wolfgang Denk · 14 years ago
  40. 9783a2c ARMV7: OMAP3: Cleanup extern variables in mem.c by Luca Ceresoli · 14 years ago
  41. 30e80f6 arm: Tegra2: Add missing PLLX init by Tom Warren · 14 years ago
  42. 112a188 arm: Tegra2: add support for A9 CPU init by Tom Warren · 14 years ago
  43. c1164af ARMV7: OMAP3: Fix preprocessor check for CONFIG_OMAP34XX by Luca Ceresoli · 14 years ago
  44. 96b549e OMAP3: Add support for DPLL5 (usbhost) by Alexander Holler · 14 years ago
  45. 5cad108 MX5: factor out boot cause funciton to common code by Jason Liu · 14 years ago
  46. 4cb7fbf S5P: timer: replace bss variable by gd by Minkyu Kang · 14 years ago
  47. da0bff8 S5P: timer: Use pwm functions by Minkyu Kang · 14 years ago
  48. 85f5df2 ARM: S5P: pwm driver support by Donghwa Lee · 14 years ago
  49. 1864b00 arm: fix incorrect monitor protection region in FLASH by Po-Yu Chuang · 14 years ago
  50. cedbf4b rename _end to __bss_end__ by Po-Yu Chuang · 14 years ago
  51. 41b6838 arm: Tegra2: Add basic NVIDIA Tegra2 SoC support by Tom Warren · 14 years ago
  52. b1b2468 armv7: add support for S5PC210 SoC by Minkyu Kang · 14 years ago
  53. 52d1fdb ARM: */start.S: code cleanup by Liu Hui-R64343 · 14 years ago
  54. 8bd7dad armv7: s5pc1xx: don't use function pointer for clock functions by Minkyu Kang · 14 years ago
  55. 19c53b4 MX5: Reuse the gd->tbl value for timestamp and add gd->lastinc for lastinc bss by Stefano Babic · 14 years ago
  56. baa2d78 MX5: Add initial support for MX53 processor by Liu Hui-R64343 · 14 years ago
  57. 0d21ed0 Move DECLARE_GLOBAL_DATA_PTR to file scope by John Rigby · 14 years ago
  58. 899cdd1 ARM: */start.S: use canonical asm syntax by Wolfgang Denk · 14 years ago
  59. edded0e4 omap3: emif|sdrc: use a single global data define by Nishanth Menon · 14 years ago
  60. ae8c7ee OMAP: Timer: Replace bss variable by gd by Dirk Behme · 14 years ago
  61. 26a71f1 Merge branch 'master' of git://git.denx.de/u-boot-imx by Wolfgang Denk · 14 years ago
  62. 2003d8c armv7: fix relocation skip by Andreas Bießmann · 14 years ago
  63. 318cea1 arm: fixloop(): do not use r8 for relocation by Andreas Bießmann · 14 years ago
  64. 007b38f arm: relocate_code(): do not set register useless by Andreas Bießmann · 14 years ago
  65. 8cfbda9 arm: copy_loop(): use scratch register by Andreas Bießmann · 14 years ago
  66. 17f288a arm: add 8-byte alignment for ABI compliance before board_init_f by Heiko Schocher · 14 years ago
  67. a0b1908 ARMV7: Vexpress: fix build errors by Matt Waddel · 14 years ago
  68. b3f51fe Merge branch 'master' of git://git.denx.de/u-boot-samsung by Wolfgang Denk · 14 years ago
  69. c396ee1 ARMV7: S5P: timer: get the count_value from register when call udelay by Minkyu Kang · 14 years ago
  70. 8313946 AM3517:EMIF4: fix SDRAM size to 256Mb by Vaibhav Hiremath · 14 years ago
  71. 4df6619 imx: Get fec mac address from fuse by Liu Hui-R64343 · 14 years ago
  72. 4e5dd66 omap4: board: change global data pointer to file scope by Nishanth Menon · 14 years ago
  73. a8d426f Switch from archive libraries to partial linking by Sebastien Carlier · 14 years ago
  74. c6665d7 ARM: fix linker file for newer ld support by Albert Aribaud · 14 years ago
  75. a1e1aec armv7, beagle: Second SDRAM bank don;t work by Heiko Schocher · 14 years ago
  76. 3d7d377 Merge branch 'master' of git://git.denx.de/u-boot-imx by Wolfgang Denk · 14 years ago
  77. 804d193 Drop support for CONFIG_SKIP_RELOCATE_UBOOT by Wolfgang Denk · 14 years ago
  78. 627857d Drop support for CONFIG_SYS_ARM_WITHOUT_RELOC by Wolfgang Denk · 14 years ago
  79. 6eb9010 MX51: remove warning in clock.c by Stefano Babic · 14 years ago
  80. 4893625 MX5:use common u-boot.lds of cpu layer by Jason Liu · 14 years ago
  81. 50a0a9c ARM: fix address setup in start.S by Darius Augulis · 14 years ago
  82. 0191e47 Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value by Wolfgang Denk · 14 years ago
  83. ea4b2c8 ARM: Use consistent assembler syntax by Gray Remlin · 14 years ago
  84. 2185646 Merge branch 'elf_reloc' by Wolfgang Denk · 14 years ago
  85. 8cc3b77 Merge branch 'master' of git://git.denx.de/u-boot-imx by Wolfgang Denk · 14 years ago
  86. 3573ee9 MX5: Remove dead code with ENABLE_IMPRECISE_ABORT by Jason Liu · 14 years ago
  87. 0708bc6 Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE by Wolfgang Denk · 14 years ago
  88. e7a7ed2 MX5: rename mx51 to mx5 by Jason Liu · 14 years ago
  89. 97c57f1 ARMV7: OMAP4: Implement relocation for Panda and OMAP4430SDP by Steve Sakoman · 14 years ago
  90. 3978959 ARMV7: OMAP3: Fix bug in get_sdr_cs_offset() by Steve Sakoman · 14 years ago
  91. 661a29e armv7, beagle: add support for ELF relocations by Heiko Schocher · 14 years ago
  92. 0668d16 arm: bugfix: replace ble with blo in start.S files by Albert Aribaud · 14 years ago
  93. dd1d1d5 ARM: Use syslib functions for all CORTEXA8 by Stefano Babic · 14 years ago
  94. 7b899b5 Merge branch 'next' of /home/wd/git/u-boot/next by Wolfgang Denk · 14 years ago
  95. 04bd2b9 ARMV7: OMAP4: Calculate SDRAM size by Aneesh V · 14 years ago
  96. 56d0a4d ARM: implement relocation for ARM V7 (OMAP) by Heiko Schocher · 14 years ago
  97. 762cb70 ARM V7 (OMAP): add data cache support, test on Beagle board by Heiko Schocher · 14 years ago
  98. e9e8bab Prepare v2010.09-rc1 by Wolfgang Denk · 14 years ago
  99. 4dce358 Merge branch 'master' of git://git.denx.de/u-boot-ti by Wolfgang Denk · 14 years ago
  100. a7561cc ARMV7: OMAP3: Remove erroneous hard coded sdram setup for 128MB/bank by Steve Sakoman · 14 years ago