1. 9a77221 S5P: add set_mmc_clk for external clock control by Jaehoon Chung · 14 years ago
  2. 1339872 S5PC2XX: Support the cpu revision by Minkyu Kang · 14 years ago
  3. 9c88fb8 S5P:SROM config code moved to s5p-common directory by Chander Kashyap · 14 years ago
  4. 000f4d0 MX53: Handle silicon revision 2.1 case by Fabio Estevam · 14 years ago
  5. 80f7021 Minor coding style cleanup. by Wolfgang Denk · 14 years ago
  6. 9783a2c ARMV7: OMAP3: Cleanup extern variables in mem.c by Luca Ceresoli · 14 years ago
  7. 30e80f6 arm: Tegra2: Add missing PLLX init by Tom Warren · 14 years ago
  8. 112a188 arm: Tegra2: add support for A9 CPU init by Tom Warren · 14 years ago
  9. c1164af ARMV7: OMAP3: Fix preprocessor check for CONFIG_OMAP34XX by Luca Ceresoli · 14 years ago
  10. 96b549e OMAP3: Add support for DPLL5 (usbhost) by Alexander Holler · 14 years ago
  11. 5cad108 MX5: factor out boot cause funciton to common code by Jason Liu · 14 years ago
  12. 4cb7fbf S5P: timer: replace bss variable by gd by Minkyu Kang · 14 years ago
  13. da0bff8 S5P: timer: Use pwm functions by Minkyu Kang · 14 years ago
  14. 85f5df2 ARM: S5P: pwm driver support by Donghwa Lee · 14 years ago
  15. 1864b00 arm: fix incorrect monitor protection region in FLASH by Po-Yu Chuang · 14 years ago
  16. cedbf4b rename _end to __bss_end__ by Po-Yu Chuang · 14 years ago
  17. 41b6838 arm: Tegra2: Add basic NVIDIA Tegra2 SoC support by Tom Warren · 14 years ago
  18. b1b2468 armv7: add support for S5PC210 SoC by Minkyu Kang · 14 years ago
  19. 52d1fdb ARM: */start.S: code cleanup by Liu Hui-R64343 · 14 years ago
  20. 8bd7dad armv7: s5pc1xx: don't use function pointer for clock functions by Minkyu Kang · 14 years ago
  21. 19c53b4 MX5: Reuse the gd->tbl value for timestamp and add gd->lastinc for lastinc bss by Stefano Babic · 14 years ago
  22. baa2d78 MX5: Add initial support for MX53 processor by Liu Hui-R64343 · 14 years ago
  23. 0d21ed0 Move DECLARE_GLOBAL_DATA_PTR to file scope by John Rigby · 14 years ago
  24. 899cdd1 ARM: */start.S: use canonical asm syntax by Wolfgang Denk · 14 years ago
  25. edded0e4 omap3: emif|sdrc: use a single global data define by Nishanth Menon · 14 years ago
  26. ae8c7ee OMAP: Timer: Replace bss variable by gd by Dirk Behme · 14 years ago
  27. 26a71f1 Merge branch 'master' of git://git.denx.de/u-boot-imx by Wolfgang Denk · 14 years ago
  28. 2003d8c armv7: fix relocation skip by Andreas Bießmann · 14 years ago
  29. 318cea1 arm: fixloop(): do not use r8 for relocation by Andreas Bießmann · 14 years ago
  30. 007b38f arm: relocate_code(): do not set register useless by Andreas Bießmann · 14 years ago
  31. 8cfbda9 arm: copy_loop(): use scratch register by Andreas Bießmann · 14 years ago
  32. 17f288a arm: add 8-byte alignment for ABI compliance before board_init_f by Heiko Schocher · 14 years ago
  33. a0b1908 ARMV7: Vexpress: fix build errors by Matt Waddel · 14 years ago
  34. b3f51fe Merge branch 'master' of git://git.denx.de/u-boot-samsung by Wolfgang Denk · 14 years ago
  35. c396ee1 ARMV7: S5P: timer: get the count_value from register when call udelay by Minkyu Kang · 14 years ago
  36. 8313946 AM3517:EMIF4: fix SDRAM size to 256Mb by Vaibhav Hiremath · 14 years ago
  37. 4df6619 imx: Get fec mac address from fuse by Liu Hui-R64343 · 14 years ago
  38. 4e5dd66 omap4: board: change global data pointer to file scope by Nishanth Menon · 14 years ago
  39. a8d426f Switch from archive libraries to partial linking by Sebastien Carlier · 14 years ago
  40. c6665d7 ARM: fix linker file for newer ld support by Albert Aribaud · 14 years ago
  41. a1e1aec armv7, beagle: Second SDRAM bank don;t work by Heiko Schocher · 14 years ago
  42. 3d7d377 Merge branch 'master' of git://git.denx.de/u-boot-imx by Wolfgang Denk · 14 years ago
  43. 804d193 Drop support for CONFIG_SKIP_RELOCATE_UBOOT by Wolfgang Denk · 14 years ago
  44. 627857d Drop support for CONFIG_SYS_ARM_WITHOUT_RELOC by Wolfgang Denk · 14 years ago
  45. 6eb9010 MX51: remove warning in clock.c by Stefano Babic · 14 years ago
  46. 4893625 MX5:use common u-boot.lds of cpu layer by Jason Liu · 14 years ago
  47. 50a0a9c ARM: fix address setup in start.S by Darius Augulis · 14 years ago
  48. 0191e47 Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value by Wolfgang Denk · 14 years ago
  49. ea4b2c8 ARM: Use consistent assembler syntax by Gray Remlin · 14 years ago
  50. 2185646 Merge branch 'elf_reloc' by Wolfgang Denk · 14 years ago
  51. 8cc3b77 Merge branch 'master' of git://git.denx.de/u-boot-imx by Wolfgang Denk · 14 years ago
  52. 3573ee9 MX5: Remove dead code with ENABLE_IMPRECISE_ABORT by Jason Liu · 14 years ago
  53. 0708bc6 Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE by Wolfgang Denk · 14 years ago
  54. e7a7ed2 MX5: rename mx51 to mx5 by Jason Liu · 14 years ago
  55. 97c57f1 ARMV7: OMAP4: Implement relocation for Panda and OMAP4430SDP by Steve Sakoman · 14 years ago
  56. 3978959 ARMV7: OMAP3: Fix bug in get_sdr_cs_offset() by Steve Sakoman · 14 years ago
  57. 661a29e armv7, beagle: add support for ELF relocations by Heiko Schocher · 14 years ago
  58. 0668d16 arm: bugfix: replace ble with blo in start.S files by Albert Aribaud · 14 years ago
  59. dd1d1d5 ARM: Use syslib functions for all CORTEXA8 by Stefano Babic · 14 years ago
  60. 7b899b5 Merge branch 'next' of /home/wd/git/u-boot/next by Wolfgang Denk · 14 years ago
  61. 04bd2b9 ARMV7: OMAP4: Calculate SDRAM size by Aneesh V · 14 years ago
  62. 56d0a4d ARM: implement relocation for ARM V7 (OMAP) by Heiko Schocher · 14 years ago
  63. 762cb70 ARM V7 (OMAP): add data cache support, test on Beagle board by Heiko Schocher · 14 years ago
  64. e9e8bab Prepare v2010.09-rc1 by Wolfgang Denk · 14 years ago
  65. 4dce358 Merge branch 'master' of git://git.denx.de/u-boot-ti by Wolfgang Denk · 14 years ago
  66. a7561cc ARMV7: OMAP3: Remove erroneous hard coded sdram setup for 128MB/bank by Steve Sakoman · 14 years ago
  67. 96b4a89 ARMV7: OMAP3: Fix broken reset command on OMAP36XX/37XX and OMAP4 by Steve Sakoman · 14 years ago
  68. bcf8e72 ARMV7: OMAP3: Apply Cortex-A8 errata workarounds only on affected revisions by Mans Rullgard · 15 years ago
  69. 3d81b55 ARMV7: OMAP3: Convert setup_auxcr() to pure asm by Mans Rullgard · 15 years ago
  70. 85975dd ARMV7: OMAP3: Fix and clean up L2 cache enable/disable functions by Mans Rullgard · 15 years ago
  71. 24e81c1 ARMV7: OMAP3: Add clock setup for OMAP36XX/37XX by Steve Sakoman · 14 years ago
  72. ad74ace ARMV7: OMAP3: Update CPU type detection for AM35XX/OMAP36XX/37XX by Steve Sakoman · 14 years ago
  73. 6e09a76 ARMV7: OMAP: Move syslib.c to omap-common since it can be shared by OMAP3 and OMAP4 by Steve Sakoman · 14 years ago
  74. 16894da Merge branch 'master' of git://git.denx.de/u-boot-samsung by Wolfgang Denk · 14 years ago
  75. 36f25cf ARMV7: S5P: separate the peripheral clocks by Minkyu Kang · 14 years ago
  76. 2917c0a ARMV7: S5P: rename from s5pc1xx to s5p by Minkyu Kang · 14 years ago
  77. 0a2b631 ARMV7: S5P: make s5p-common for sharing the code between s5pc1xx and s5pc2xx by Minkyu Kang · 14 years ago
  78. c818984 S5P: Use accessor functions instead of SoC specific defines to access the base address by Minkyu Kang · 14 years ago
  79. 298cf39 Merge branch 'master' of git://git.denx.de/u-boot-imx by Wolfgang Denk · 14 years ago
  80. cfdda9e MX51EVK: fix return value of get_timer_masked by Li Haibo · 14 years ago
  81. 58657e6 ARMV7: Fix udelay for OMAP4 by Steve Sakoman · 14 years ago
  82. 9bb65b5 ARMV7: Add pad mux support for OMAP4 by Steve Sakoman · 14 years ago
  83. 9b8ea4e ARMV7: Add basic gpmc initialization for OMAP4 by Steve Sakoman · 14 years ago
  84. 1ad2158 ARMV7: Add basic support for TI OMAP4 by Steve Sakoman · 14 years ago
  85. 6329a8f ARM: Rename arch/arm/cpu/arm_cortexa8 to armv7 by Steve Sakoman · 14 years ago