1. 0de9cc5 MIPS: start.S: optimize BSS initialization by Daniel Schwierzeck · 12 years ago
  2. bd4277d MIPS: board.c: switch to new symbols __bss_end and __image_copy_end by Daniel Schwierzeck · 12 years ago
  3. 9049d03 MIPS: u-boot.lds: introduce symbol __image_copy_end by Daniel Schwierzeck · 12 years ago
  4. 56b5ec7 MIPS: u-boot.lds: merge all BSS sections and introduce symbols __bss_[start|end] by Daniel Schwierzeck · 12 years ago
  5. 7092ce8 MIPS: compute num_got_entries from .got section's size by Gabor Juhos · 12 years ago
  6. ec44316 MIPS: start.S: unify and simplify reset vector handling by Daniel Schwierzeck · 12 years ago
  7. 7e44614 MIPS: start.S: remove obsolete 64 bit handling in setup_c0_status by Daniel Schwierzeck · 12 years ago
  8. 2fb7bd3 MIPS: xburst: fix broken access to global_data by Daniel Schwierzeck · 12 years ago
  9. e10ffab Clean up libfdt.h includes by Gerald Van Baren · 12 years ago
  10. 6542c07 common/fdt_support.c: sparse fixes by Kim Phillips · 12 years ago
  11. d150db6 treewide: include libfdt_env.h before fdt.h by Kim Phillips · 12 years ago
  12. 94f1948 Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze by Tom Rini · 12 years ago
  13. d388763 x86: Use generic global_data by Simon Glass · 12 years ago
  14. 850d9aa sparc: Use generic global_data by Simon Glass · 12 years ago
  15. f97c17f sh: Use generic global_data by Simon Glass · 12 years ago
  16. 5b5177e sandbox: Use generic global_data by Simon Glass · 12 years ago
  17. 1c62cc2 powerpc: Use generic global_data by Simon Glass · 12 years ago
  18. b069ca3 openrisc: Use generic global_data by Simon Glass · 12 years ago
  19. 123122a nios2: Use generic global_data by Simon Glass · 12 years ago
  20. f62b94d nds32: Use generic global_data by Simon Glass · 12 years ago
  21. 9b9ba9a mips: Use generic global_data by Simon Glass · 12 years ago
  22. 8d0820e microblaze: Use generic global_data by Simon Glass · 12 years ago
  23. b666b4b m68k: Use generic global_data by Simon Glass · 12 years ago
  24. 87031d5 blackfin: Use generic global_data by Simon Glass · 12 years ago
  25. 8ed3a64 avr32: Use generic global_data by Simon Glass · 12 years ago
  26. 6878cd1 arm: Use generic global_data by Simon Glass · 12 years ago
  27. 6437147 sandbox: Move ram_buf to arch_global_data by Simon Glass · 12 years ago
  28. 421b7c0 avr32: Move cpu_hz to arch_global_data by Simon Glass · 12 years ago
  29. bcdea57 avr32: Move stack_end to arch_global_data by Simon Glass · 12 years ago
  30. 988e296 mips: Move per_clk and dev_clk to arch_global_data by Simon Glass · 12 years ago
  31. 568a7b6 m68k: Move CONFIG_EXTRA_CLOCK to arch_global_data by Simon Glass · 12 years ago
  32. de0f529 sparc: Drop kbd_status and reset_status from global_data by Simon Glass · 12 years ago
  33. 9e247d1 ppc: arm: Move sdhc_clk into arch_global_data by Simon Glass · 12 years ago
  34. 9c6a774 ppc: Move kbd_status to arch_global_data by Simon Glass · 12 years ago
  35. 88a432b ppc: Move wdt_last to arch_global_data by Simon Glass · 12 years ago
  36. f2d9aaf ppc: Move fpga_state to arch_global_data by Simon Glass · 12 years ago
  37. be1534f ppc: Remove console_addr from global data by Simon Glass · 12 years ago
  38. ba01797 ppc: Move mirror_hack to arch_global_data by Simon Glass · 12 years ago
  39. 004cc85 arm: Move uart_clk to arch_global_data by Simon Glass · 12 years ago
  40. 9398008 ppc: Move dp_alloc_base, dp_alloc_top to arch_global_data by Simon Glass · 12 years ago
  41. 387a1f2 ppc: Move arbiter fields to arch_global_data by Simon Glass · 12 years ago
  42. 4d6eaa3 ppc: Move reset_status to arch_global_data by Simon Glass · 12 years ago
  43. e02a6e3f ppc: Move mpc8220 clocks to arch_global_data by Simon Glass · 12 years ago
  44. 6c6cbd1 ppc: Move mpc512x clocks to arch_global_data by Simon Glass · 12 years ago
  45. 4f8c5f0 ppc: Move mpc5xxx clocks to arch_global_data by Simon Glass · 12 years ago
  46. 0b46658 ppc: Move used_tlb_cams to arch_global_data by Simon Glass · 12 years ago
  47. c6622d6 ppc: Move used_laws to arch_global_data by Simon Glass · 12 years ago
  48. 8518b17 ppc: Move CONFIG_QE to arch_global_data by Simon Glass · 12 years ago
  49. c2baaec ppc: m68k: Move i2c1_clk, i2c2_clk to arch_global_data by Simon Glass · 12 years ago
  50. a8b5739 ppc: Move lbc_clk and cpu to arch_global_data by Simon Glass · 12 years ago
  51. 38716278 microblaze: Add muldi3.c which contains routines for _muldi3 by David Holsgrove · 12 years ago
  52. cc76e9e ppc: Move mpc83xx clock fields to arch_global_data by Simon Glass · 12 years ago
  53. 44ea851 ppc: Move clock fields to arch_global_data by Simon Glass · 12 years ago
  54. cb7b31a ppc: Remove extra pci_clk fields from global_data by Simon Glass · 12 years ago
  55. 34a194f ppc: Move brg_clk to arch_global_data by Simon Glass · 12 years ago
  56. 5e0f808 x86: Remove reset_status, relocoff from global_data by Simon Glass · 12 years ago
  57. 2e4df99 x86: Move gd_addr into arch_global_data by Simon Glass · 12 years ago
  58. 2c5ca20 x86: Set up the global data pointer in C instead of asm by Simon Glass · 12 years ago
  59. 4e48d8a x86: Remove gdt_addr from arch_global_data by Simon Glass · 12 years ago
  60. 6b4ee15 arm: Move tlb_addr and tlb_size to arch_global_data by Simon Glass · 12 years ago
  61. 7734b95 nds32: Drop tlb_addr from global data by Simon Glass · 12 years ago
  62. dddf345 ixp: Move timestamp to arch_global_data by Simon Glass · 12 years ago
  63. 9cbe003a arm: Move timer_reset_value to arch_global_data by Simon Glass · 12 years ago
  64. a848da5 arm: Move lastinc to arch_global_data by Simon Glass · 12 years ago
  65. 2655ee1 arm: Move tbl to arch_global_data by Simon Glass · 12 years ago
  66. 8ca1520 arm: Move tbu to arch_global_data by Simon Glass · 12 years ago
  67. 6ed6e03 arm: Move timer_rate_hz into arch_global_data by Simon Glass · 12 years ago
  68. e61accc at91: Move at91 global data into arch_global_data by Simon Glass · 12 years ago
  69. 3ac47d7 Add architecture-specific global data by Simon Glass · 12 years ago
  70. 97ec739 arm: fix CONFIG_DELAY_ENVIRONMENT to act like it claims in the README by Lucas Stach · 12 years ago
  71. b916605 Merge branch 'master' of git://git.denx.de/u-boot-mips by Tom Rini · 12 years ago
  72. 7f44466 MIPS: add unified u-boot.lds file by Gabor Juhos · 12 years ago
  73. 1da7d29 MIPS: remove OUTPUT_FORMAT from linker scripts by Gabor Juhos · 12 years ago
  74. d84ec3a MIPS: xburst: simplify relocation offset calculation by Gabor Juhos · 12 years ago
  75. bc18d0b MIPS: simplify relocated _G_O_T_ address calculation by Gabor Juhos · 12 years ago
  76. 95bd8e5 powerpc/t4240: Adding workaround errata A-005871 by Shengzhou Liu · 12 years ago
  77. 90a7f9f powerpc/mpc85xx: Add property 'fsl, sec-era' in device tree node 'crypto' by Vakul Garg · 12 years ago
  78. 021b7ae mpc8xxx: fix DDR init value to use CONFIG_MEM_INIT_VALUE by Anatolij Gustschin · 12 years ago
  79. 33a619c powerpc/mpc85xx: add support for MMUv2 page sizes by Scott Wood · 12 years ago
  80. 92543c2 powerpc/mpc85xx: Add BSC9132/BSC9232 processor support by Prabhakar Kushwaha · 12 years ago
  81. 4379438 powerpc/mpc8xxxx: FSL DDR debugger auto run of stored commands by James Yang · 12 years ago
  82. 15e172a Add copy command to FSL DDR interactive by James Yang · 12 years ago
  83. 6c936cf Fix data stage name matching issue by James Yang · 12 years ago
  84. 1a9ea45 Move DDR command parsing to separate function by James Yang · 12 years ago
  85. 5025a8d powerpc/mpc8xxx: Enable entering DDR debugging by key press by York Sun · 12 years ago
  86. ccf0e68 powerpc/mpc85xx:Fix Core cluster configuration loop by Prabhakar Kushwaha · 12 years ago
  87. 248865e powerpc/mpc85xx:Add support of B4420 SoC by Poonam Aggrwal · 12 years ago
  88. 1c85955 powerpc/mpc85xx: Few updates for B4860 cpu changes by Poonam Aggrwal · 12 years ago
  89. 33d57c3 powerpc/mpc85xx: Reserve default boot page by York Sun · 12 years ago
  90. 5b25f6f Merge branch 'master' of git://git.denx.de/u-boot-mpc83xx by Tom Rini · 12 years ago
  91. eb59024 MIPS: start.S: don't save flush_cache parameters in advance by Gabor Juhos · 12 years ago
  92. fac2f65 MIPS: start.S: simplify relocation offset calculation by Gabor Juhos · 12 years ago
  93. f902d46 MIPS: start.S: save reused arguments earlier in relocate_code by Gabor Juhos · 12 years ago
  94. d9bcb6c MIPS: start.S: set sp register directly by Gabor Juhos · 12 years ago
  95. 9a081ab MIPS: start.S: fix boundary check in relocate_code by Gabor Juhos · 12 years ago
  96. 9d632e6 MIPS: start{, 64}.S: fill branch delay slots with NOP instructions by Gabor Juhos · 12 years ago
  97. ad6cca1 MIPS: convert IO port accessor functions to 'static inline' by Gabor Juhos · 12 years ago
  98. c199a06 MIPS: use inline directive for __in*s functions by Gabor Juhos · 12 years ago
  99. 34112e5 Merge remote-tracking branch 'mpc83xx/next' by Kim Phillips · 12 years ago
  100. 7f959fd MIPS: bootm.c: add support for 'prep' and 'go' subcommands by Gabor Juhos · 12 years ago