1. ecf5ca9 Merge branch 'master' of git://git.denx.de/u-boot-net by Wolfgang Denk · 15 years ago
  2. 98f1908 Remove unused "local_crc32" function. by Detlev Zundel · 15 years ago
  3. 66461f7 at91: define matrix registers bit fields by Asen Dimov · 15 years ago
  4. bd9280e MX31: Support 128MB RAM on QONG module by Stefano Babic · 15 years ago
  5. 52492d7 MX31: add pin definitions for NAND controller by Stefano Babic · 15 years ago
  6. a44d2a5 MX31: add accessor function to get a gpio by Stefano Babic · 15 years ago
  7. cbc752b MX25 print arm clock instead of mpllclk on boot by John Rigby · 15 years ago
  8. 0c3d8ee Moved board specific values in config file by Stefano Babic · 15 years ago
  9. 6138119 arm, mx27: add support for SDHC1 pin init by Heiko Schocher · 15 years ago
  10. edec1dc SAMSUNG: make s5p common gpio functions by Minkyu Kang · 15 years ago
  11. baa3688 SAMSUNG: serial: modify name from s5pc1xx to s5p by Minkyu Kang · 15 years ago
  12. accb483 at91: add defines for RTT and GPBR by Alexander Holler · 15 years ago
  13. a176107 ARM Update mach-types by trix · 15 years ago
  14. 1013985 Merge branch 'master' of git://git.denx.de/u-boot-mpc83xx by Wolfgang Denk · 15 years ago
  15. 1780f3b Merge branch 'master' of git://git.denx.de/u-boot-mpc5xxx by Wolfgang Denk · 15 years ago
  16. 7e78f89 Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx by Wolfgang Denk · 15 years ago
  17. 69ccc88 Merge branch 'next' of git://git.denx.de/u-boot-nios by Wolfgang Denk · 15 years ago
  18. b7c3ccf ppc: Split MPC83xx SERDES code from MPC85xx/MPC86xx/QorIQ by Kumar Gala · 15 years ago
  19. e0ef732 mpc85xx: Add the ability to set LCRR[CLKDIV] to improve R/W speed of flash by Lan Chunhe · 15 years ago
  20. acbd8ec 85xx: clean up the io_sel for PCI express of P1022 by Dave Liu · 15 years ago
  21. 1d39c9a 85xx: Fix compile warning by Kumar Gala · 15 years ago
  22. 2f1d2d2 85xx: Convert cpu_init_f code to use out_be32 for LBC registers by Kumar Gala · 15 years ago
  23. 8107926 fsl-ddr: Add extra cycle to turnaround times by Dave Liu · 15 years ago
  24. 0489919 fsl-ddr: add the macro for Rtt_Nom definition by Dave Liu · 15 years ago
  25. 13d1fe1 ppc/p4080: Add p4080 DEVDISR2 & SRDS_PLLCR0 defines by Kumar Gala · 15 years ago
  26. 838dec1 ppc/p4080: Extend the GUTS memory map by Dave Liu · 15 years ago
  27. f58c2a4 ppc/p4080: Fix synchronous frequency calculations by Srikanth Srinivasan · 15 years ago
  28. 232ce02 nios2: fix no flash, add nand and mmc init in board.c by Thomas Chou · 15 years ago
  29. f144ae7 nios2: consolidate reset initialization by Thomas Chou · 15 years ago
  30. 015e007 nios2: add dma_alloc_coherent by Thomas Chou · 15 years ago
  31. c9726c8 nios2: add 64 bits swab support by Thomas Chou · 15 years ago
  32. 277f658 nios2: allow link script overriding from boards by Thomas Chou · 15 years ago
  33. 657c46e mpc5121: add common post_word_load/store code by Anatolij Gustschin · 15 years ago
  34. 81cad14 mpc5121: add support for PDM360NG board by Anatolij Gustschin · 15 years ago
  35. 4c6d349 mpc5121: determine RAM size using get_ram_size() by Anatolij Gustschin · 15 years ago
  36. 007a817 mpc512x: make MEM IO Control configuration a board config option by Anatolij Gustschin · 15 years ago
  37. 65c3dfc mpc5121: add PSC serial communication routines by Anatolij Gustschin · 15 years ago
  38. ee4aac8 mpc512x: add multi serial PSC support by Anatolij Gustschin · 15 years ago
  39. 99d25f9 serial: struct serial_device: add uninit() entry for drivers by Anatolij Gustschin · 15 years ago
  40. ec88cd6 Merge branch 'master' of git://git.denx.de/u-boot-ppc4xx by Wolfgang Denk · 15 years ago
  41. e5bf1e7 Merge branch 'master' of git://git.denx.de/u-boot-microblaze by Wolfgang Denk · 15 years ago
  42. f3c7cd9 mpc83xx: turn on icache in core initialization to improve u-boot boot time by Kim Phillips · 15 years ago
  43. 39b4816 mpc83xx: use "A" nomenclature only on mpc834x and mpc836x families by Kim Phillips · 15 years ago
  44. a249617 mpc83xx: Use CONFIG_FSL_ESDHC to enable sdhc clk by Rini van Zetten · 15 years ago
  45. 88fbf93 Move arch/ppc to arch/powerpc by Stefan Roese · 15 years ago
  46. 94b6270 ppc4xx: TLB init file cleanup by Stefan Roese · 15 years ago
  47. 12a8a65 nios2: Move individual board linker scripts to common script in cpu tree. by Scott McNutt · 15 years ago
  48. 08a30cb microblaze: Consolidate cache code by Michal Simek · 15 years ago
  49. 80c42c7 microblaze: Flush cache before jumping to kernel by Michal Simek · 15 years ago
  50. 91393d3 microblaze: Support system with WB cache by Michal Simek · 15 years ago
  51. f31cb1f microblaze: Change initialization sequence by Michal Simek · 15 years ago
  52. 7a47a20 microblaze: Change cache report messages by Michal Simek · 15 years ago
  53. 2c00449 microblaze: Fix interrupt handler code by Michal Simek · 15 years ago
  54. 98f872e microblaze: Move FSL initialization to board.c by Michal Simek · 15 years ago
  55. d1ff6c7 microblaze: Move timer initialization to board.c by Michal Simek · 15 years ago
  56. 6a3d319 microblaze: Fix irq.S code by Michal Simek · 15 years ago
  57. 2304c05 microblaze: Add FDT support by Arun Bhanu · 15 years ago
  58. 97251f9 ppc4xx: Add option for PPC440SPe ports without old Rev. A support by Stefan Roese · 15 years ago
  59. bd64c06 nios2: Move cpu/nios2/* to arch/nios2/cpu/* by Peter Tyser · 15 years ago
  60. 6a46842 nios: Move cpu/nios/* to arch/nios/cpu/* by Peter Tyser · 15 years ago
  61. e9b287d sparc: Move cpu/leon[23] to arch/sparc/cpu/leon[23] by Peter Tyser · 15 years ago
  62. 16261b5 i386: Move cpu/i386/* to arch/i386/cpu/* by Peter Tyser · 15 years ago
  63. db60bd2 microblaze: Move cpu/microblaze/* to arch/microblaze/cpu/* by Peter Tyser · 15 years ago
  64. 7aefd84 avr32: Move cpu/at32ap/* to arch/avr32/cpu/* by Peter Tyser · 15 years ago
  65. 1d85dee mips: Move cpu/mips/* to arch/mips/cpu/* by Peter Tyser · 15 years ago
  66. 12e5765 blackfin: Move cpu/blackfin/* to arch/blackfin/cpu/* by Peter Tyser · 15 years ago
  67. 45dbaf2 m68k: Move cpu/$CPU to arch/m68k/cpu/$CPU by Peter Tyser · 15 years ago
  68. f7c6737 arm: Move cpu/$CPU to arch/arm/cpu/$CPU by Peter Tyser · 15 years ago
  69. 693396b sh: Move cpu/$CPU to arch/sh/cpu/$CPU by Peter Tyser · 15 years ago
  70. 29514c7 ppc: Move cpu/$CPU to arch/ppc/cpu/$CPU by Peter Tyser · 15 years ago
  71. 3cba3c1 Move architecture-specific includes to arch/$ARCH/include/asm by Peter Tyser · 15 years ago
  72. cede5d8 Move lib_$ARCH directories to arch/$ARCH/lib by Peter Tyser · 15 years ago