1. b287749 ppc: Move mpc5xxx clocks to arch_global_data by Simon Glass · 12 years ago
  2. 7c80c6c ppc: Move used_tlb_cams to arch_global_data by Simon Glass · 12 years ago
  3. 8670dbc ppc: Move used_laws to arch_global_data by Simon Glass · 12 years ago
  4. 45bae2e ppc: Move CONFIG_QE to arch_global_data by Simon Glass · 12 years ago
  5. 609e6ec ppc: m68k: Move i2c1_clk, i2c2_clk to arch_global_data by Simon Glass · 12 years ago
  6. 67ac13b ppc: Move lbc_clk and cpu to arch_global_data by Simon Glass · 12 years ago
  7. c6731fe ppc: Move mpc83xx clock fields to arch_global_data by Simon Glass · 12 years ago
  8. 748cd05 ppc: Move clock fields to arch_global_data by Simon Glass · 12 years ago
  9. 9fb2362 ppc: Remove extra pci_clk fields from global_data by Simon Glass · 12 years ago
  10. 1206c18 ppc: Move brg_clk to arch_global_data by Simon Glass · 12 years ago
  11. 6cb49c1 x86: Remove reset_status, relocoff from global_data by Simon Glass · 12 years ago
  12. 5a35e6c x86: Move gd_addr into arch_global_data by Simon Glass · 12 years ago
  13. 0cecc3b x86: Set up the global data pointer in C instead of asm by Simon Glass · 12 years ago
  14. df4aa62 x86: Remove gdt_addr from arch_global_data by Simon Glass · 12 years ago
  15. 34fd5d2 arm: Move tlb_addr and tlb_size to arch_global_data by Simon Glass · 12 years ago
  16. 3743478 nds32: Drop tlb_addr from global data by Simon Glass · 12 years ago
  17. b4d51db ixp: Move timestamp to arch_global_data by Simon Glass · 12 years ago
  18. 5f70714 arm: Move timer_reset_value to arch_global_data by Simon Glass · 12 years ago
  19. 582601d arm: Move lastinc to arch_global_data by Simon Glass · 12 years ago
  20. 66ee692 arm: Move tbl to arch_global_data by Simon Glass · 12 years ago
  21. 8ff43b0 arm: Move tbu to arch_global_data by Simon Glass · 12 years ago
  22. b339051 arm: Move timer_rate_hz into arch_global_data by Simon Glass · 12 years ago
  23. f47e6ec at91: Move at91 global data into arch_global_data by Simon Glass · 12 years ago
  24. 5cb4858 Add architecture-specific global data by Simon Glass · 12 years ago
  25. 4e5eb45 arm: fix CONFIG_DELAY_ENVIRONMENT to act like it claims in the README by Lucas Stach · 12 years ago
  26. b6832af Merge branch 'master' of git://git.denx.de/u-boot-mips by Tom Rini · 12 years ago
  27. cb5dbca MIPS: add unified u-boot.lds file by Gabor Juhos · 12 years ago
  28. 9950b90 MIPS: remove OUTPUT_FORMAT from linker scripts by Gabor Juhos · 12 years ago
  29. 6d86227 MIPS: xburst: simplify relocation offset calculation by Gabor Juhos · 12 years ago
  30. 025f2b3 MIPS: simplify relocated _G_O_T_ address calculation by Gabor Juhos · 12 years ago
  31. 72bd83c powerpc/t4240: Adding workaround errata A-005871 by Shengzhou Liu · 12 years ago
  32. 5e95e2d powerpc/mpc85xx: Add property 'fsl, sec-era' in device tree node 'crypto' by Vakul Garg · 12 years ago
  33. 5b93394 mpc8xxx: fix DDR init value to use CONFIG_MEM_INIT_VALUE by Anatolij Gustschin · 12 years ago
  34. 31d084d powerpc/mpc85xx: add support for MMUv2 page sizes by Scott Wood · 12 years ago
  35. 35fe948 powerpc/mpc85xx: Add BSC9132/BSC9232 processor support by Prabhakar Kushwaha · 12 years ago
  36. e8ba6c5 powerpc/mpc8xxxx: FSL DDR debugger auto run of stored commands by James Yang · 12 years ago
  37. 5926ee3 Add copy command to FSL DDR interactive by James Yang · 12 years ago
  38. 992f2fb Fix data stage name matching issue by James Yang · 12 years ago
  39. bf41893 Move DDR command parsing to separate function by James Yang · 12 years ago
  40. e750cfa powerpc/mpc8xxx: Enable entering DDR debugging by key press by York Sun · 12 years ago
  41. db9a807 powerpc/mpc85xx:Fix Core cluster configuration loop by Prabhakar Kushwaha · 12 years ago
  42. e1dbdd8 powerpc/mpc85xx:Add support of B4420 SoC by Poonam Aggrwal · 12 years ago
  43. e394ceb powerpc/mpc85xx: Few updates for B4860 cpu changes by Poonam Aggrwal · 12 years ago
  44. 2d9f26b powerpc/mpc85xx: Reserve default boot page by York Sun · 12 years ago
  45. 06b02c5 Merge branch 'master' of git://git.denx.de/u-boot-mpc83xx by Tom Rini · 12 years ago
  46. 67d80c9 MIPS: start.S: don't save flush_cache parameters in advance by Gabor Juhos · 12 years ago
  47. 248fe03 MIPS: start.S: simplify relocation offset calculation by Gabor Juhos · 12 years ago
  48. b2fe86f MIPS: start.S: save reused arguments earlier in relocate_code by Gabor Juhos · 12 years ago
  49. f321b0f MIPS: start.S: set sp register directly by Gabor Juhos · 12 years ago
  50. 5b7dd81 MIPS: start.S: fix boundary check in relocate_code by Gabor Juhos · 12 years ago
  51. 14fdd1a MIPS: start{, 64}.S: fill branch delay slots with NOP instructions by Gabor Juhos · 12 years ago
  52. 0ef48d4 MIPS: convert IO port accessor functions to 'static inline' by Gabor Juhos · 12 years ago
  53. be002d0 MIPS: use inline directive for __in*s functions by Gabor Juhos · 12 years ago
  54. a6187dc Merge remote-tracking branch 'mpc83xx/next' by Kim Phillips · 12 years ago
  55. 9c170e2 MIPS: bootm.c: add support for 'prep' and 'go' subcommands by Gabor Juhos · 12 years ago
  56. 0ea7213 MIPS: bootm.c: separate environment initialization by Gabor Juhos · 12 years ago
  57. e08634c MIPS: bootm.c: separate linux jump code by Gabor Juhos · 12 years ago
  58. 75a279c MIPS: bootm.c: use debug macro to print debug message by Gabor Juhos · 12 years ago
  59. df3ad6c pxa: Save lr register in relocate_code function by Łukasz Dałek · 12 years ago
  60. a17617d Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' by Albert ARIBAUD · 12 years ago
  61. 1199c37 Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master' by Albert ARIBAUD · 12 years ago
  62. abbab70 mx31/mx35/mx51/mx53/mx6: add watchdog by Troy Kisky · 12 years ago
  63. fd70aa4 m68k/lib: fix serial driver relocation by angelo · 12 years ago
  64. 7a8e739 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 12 years ago
  65. 5374d38 Exynos: clock: add CLK_DIV_FSYS3 at set_mmc_clk by Jaehoon Chung · 12 years ago
  66. c39e969 Exynos: clock: support get_mmc_clk for exynos by Jaehoon Chung · 12 years ago
  67. 80e4095 arm: Tabify code for MMC initialization by Taylor Hutt · 12 years ago
  68. 2f8d8d6 arm: Move bootstage record for board_init_f() to after arch_cpu_init() by Simon Glass · 12 years ago
  69. fe34f8d arm: Make interrupts.o and reset.o in libarm also appear in SPL by Tom Wai-Hong Tam · 12 years ago
  70. e2e3e2b arm: Add CONFIG_DISPLAY_BOARDINFO_LATE to display board info on LCD by Simon Glass · 12 years ago
  71. 06fd853 arm: Add CONFIG_DELAY_ENVIRONMENT to delay environment loading by Simon Glass · 12 years ago
  72. eae78c3 arm: Move fdt check earlier so that board_early_init_f() can use it by Simon Glass · 12 years ago
  73. 724cdff arm: Keep track of the tlb size as well as its location by Gabe Black · 12 years ago
  74. 44df5e8 arm: move flush_dcache_all() to just before disable cache by Arun Mankuzhi · 12 years ago
  75. 7b4bd12 EXYNOS: Add dummy definition to fix compilation dependency on CONFIG_EXYNOS_MIPI_DSIM by Ajay Kumar · 12 years ago
  76. 1673f19 EXYNOS5: Change parent clock of FIMD to MPLL by Ajay Kumar · 12 years ago
  77. 9b57285 EXYNOS5: Add support for FIMD and DP by Ajay Kumar · 12 years ago
  78. 612404c Merge 'u-boot-atmel/master' into 'u-boot-arm/master' by Albert ARIBAUD · 12 years ago
  79. 2b16e51 mx6: Add workaround for ARM errata by Fabio Estevam · 12 years ago
  80. ea33fb1 Merge branch 'u-boot-marvell/master' into 'u-boot-arm/master' by Albert ARIBAUD · 12 years ago
  81. 642ef40 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 12 years ago
  82. 3e75e69 arch-kirkwood: Ethernet port macro returning incorrect address by Luke Lowrey · 12 years ago
  83. 9d86f0c kirkwood: make MPP arrays static const by Albert ARIBAUD · 12 years ago
  84. 91c038f Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 12 years ago
  85. 61bdb91 arm: remove useless code in start.S files by Albert ARIBAUD · 12 years ago
  86. e05e5de arm: move C runtime setup code in crt0.S by Albert ARIBAUD · 12 years ago
  87. 79f3877 Merge branch 'u-boot-ti/master' into 'u-boot-arm/master' by Albert ARIBAUD · 12 years ago
  88. 69c6f97 EXYNOS5: Add device node for USB. by Rajeshwari Shinde · 12 years ago
  89. cb9b23c EXYNOS5: FDT: Add SPI device node data by Rajeshwari Shinde · 12 years ago
  90. f0b1619 EXYNOS5: FDT: Add sound device node data by Rajeshwari Shinde · 12 years ago
  91. d055911 EXYNOS5: FDT : Decode peripheral id by Rajeshwari Shinde · 12 years ago
  92. c2425b6 EXYNOS5: FDT: Add I2C device node data by Rajeshwari Shinde · 12 years ago
  93. 7a84e1f arm:exynos4:pinmux: Modify the gpio function for mmc by Piotr Wilczek · 12 years ago
  94. a527757 EXYNOS: EXYNOS4X12: extract Exynos4x12 IPs clock frequency by Chander Kashyap · 12 years ago
  95. 3ea9394 exynos5: Add DT based driver for SMC911X ethernet by Hatim RV · 12 years ago
  96. 1b65207 EXYNOS5: FDT: add initial dts file for EXYNOS5250, SMDK5250 by Hatim RV · 12 years ago
  97. fa442bb EXYNOS: EXYNOS4X12: Add gpio structure for EXYNOS4X12 by Chander Kashyap · 12 years ago
  98. 07235ef EXYNOS: EXYNOS4X12: Add clock structure for EXYNOS4X12 by Chander Kashyap · 12 years ago
  99. b189a83 EXYNOS: EXYNOS4X12: Populate Exynos4x12 register addresses by Chander Kashyap · 12 years ago
  100. da77a0e Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 12 years ago