1. eba7a04 Blackfin: rewrite cache handling functions by Mike Frysinger · 16 years ago
  2. 26bf0cbe Blackfin: enable --gc-sections by Mike Frysinger · 16 years ago
  3. 83c31fc Blackfin: dont check baud if it wont actually get used by Mike Frysinger · 16 years ago
  4. ab9d077 Merge branch 'master' of git://git.denx.de/u-boot-arm by Wolfgang Denk · 16 years ago
  5. bc91399 Merge branch 'master' of git://git.denx.de/u-boot-net by Wolfgang Denk · 16 years ago
  6. 08cae4d ixp: move serial to drivers/serial by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  7. 86588ea ixp: move pci init in arm/board instead of cpu by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  8. 2495361 ixp: move pci drivers to drivers/pci by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  9. b0c0907 ixp: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  10. 14f14cb ixp: add missing os define by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  11. 1948d6c ixp: remove the option to include the Microcode by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  12. d7db51b ixp/npe: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  13. 159d021 Merge branch 'master' of git://git.denx.de/u-boot-usb by Wolfgang Denk · 16 years ago
  14. cc93fc0 usb.h: use standard __LITTLE_ENDIAN from Linux headers by Mike Frysinger · 16 years ago
  15. 9d01614 Blackfin: fixup misc warnings such as printf's and missing casts by Mike Frysinger · 16 years ago
  16. 500f2bb Blackfin: allow serial console to be disabled by Mike Frysinger · 16 years ago
  17. 7504e97 Blackfin: support console-over-JTAG by Mike Frysinger · 16 years ago
  18. ca49bec Blackfin: handle new anomalies with reset by Mike Frysinger · 16 years ago
  19. c396f3b Blackfin: pass RETX to Linux by Mike Frysinger · 16 years ago
  20. c1e729f Blackfin: clarify relocation comment during init by Mike Frysinger · 16 years ago
  21. b7bd0cf Blackfin: just set SP register directly during init by Mike Frysinger · 16 years ago
  22. 0737448 Blackfin: add portmuxing for UARTs on the BF51x by Mike Frysinger · 16 years ago
  23. c13fc44 Blackfin: respect CONFIG_CLKIN_HALF by Mike Frysinger · 17 years ago
  24. 28bd0af Blackfin: use common memcpy routine during init by Mike Frysinger · 17 years ago
  25. 3421667 Blackfin: overhaul i2c driver by Mike Frysinger · 16 years ago
  26. 343e9f7 Blackfin: fix dcache handling when doing dma memcpy's by Mike Frysinger · 16 years ago
  27. b095dab Blackfin: minimize time cache is turned off when replacing cplb entries by Mike Frysinger · 16 years ago
  28. dfb72b8 Command usage cleanup by Peter Tyser · 16 years ago
  29. ddb3af9 Standardize command usage messages with cmd_usage() by Peter Tyser · 16 years ago
  30. a324c05 Merge branch 'master' of git://git.denx.de/u-boot-mips by Wolfgang Denk · 16 years ago
  31. 9bf63bf MIPS: Add flush_dcache_range() and invalidate_dcache_range() by Stefan Roese · 16 years ago
  32. 09fe652 ppc4xx: Improve DDR autodetect by Dirk Eibach · 16 years ago
  33. 5ebdb1f mgcoge make ether_scc.c work with CONFIG_NET_MULTI by Gary Jennejohn · 16 years ago
  34. d8f5d50 sh: sh_eth: Change new network API by Nobuhiro Iwamatsu · 16 years ago
  35. bb930d1 Initial support for Nomadik 8815 development board by Alessandro Rubini · 16 years ago
  36. e0e49fe OMAP3: Add common board, interrupt and system info by Dirk Behme · 16 years ago
  37. 595d37b OMAP3: Add common clock, memory and low level code by Dirk Behme · 16 years ago
  38. 7d75a10 OMAP3: Add common cpu and start code by Dirk Behme · 16 years ago
  39. f88c680 Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx by Wolfgang Denk · 16 years ago
  40. 1f9bb94 Merge branch 'master' of git://git.denx.de/u-boot-mpc83xx by Wolfgang Denk · 16 years ago
  41. 8ec7753 Remove #ifdef CONFIG_SC520 in source code by Graeme Russ · 16 years ago
  42. 382827c Added MMCR reset functionality by Graeme Russ · 16 years ago
  43. 278638d Moved generic (triple fault) reset code by Graeme Russ · 16 years ago
  44. 0c8c62e Moved definition of set_vector() to new header file by Graeme Russ · 16 years ago
  45. 461bbe2 Renamed cpu/i386/reset.S to resetvec.S by Graeme Russ · 16 years ago
  46. 9617f94 Merge branch 'next' by Kim Phillips · 16 years ago
  47. bb8aea7 Add secondary CPUs processor frequency for e500 core by Haiying Wang · 16 years ago
  48. a06d74c fsl-ddr: use the 1T timing as default configuration by Dave Liu · 16 years ago
  49. 2aad0ae fsl-ddr: make the self refresh idle threshold configurable by Dave Liu · 16 years ago
  50. 4758d53 fsl-ddr: clean up the ddr code for DDR3 controller by Dave Liu · 16 years ago
  51. 5c1bb51 fsl-ddr: update the bit mask for DDR3 controller by Dave Liu · 16 years ago
  52. 64bb6d1 85xx: Convert CONFIG_SYS_PCI*_IO_BASE to _IO_BUS for FSL boards by Kumar Gala · 16 years ago
  53. 3fe8087 85xx: Convert CONFIG_SYS_{PCI*,RIO*}_MEM_BASE to _MEM_BUS for FSL boards by Kumar Gala · 16 years ago
  54. d7c65e7 microblaze: Use cache functions (especially cache status) by Michal Simek · 16 years ago
  55. 838450e 83xx: Use the proper sequence for updating IMMR. by Scott Wood · 16 years ago
  56. 1a8206c mpc83xx: Add support for MPC83xx PCI-E controllers by Anton Vorontsov · 16 years ago
  57. e2e29ec 83xx: PCI agent mode fixes for multi-board systems by Ira Snyder · 16 years ago
  58. 787b61d mpc83xx: Size optimization of start.S by Ron Madrid · 16 years ago
  59. c7e4e35 sh: Fix up rsk7203 target for out of tree build by Kieran Bingham · 16 years ago
  60. 30bcf2c cpu/mpc824x/Makefile: fix warning with parallel builds by Wolfgang Denk · 16 years ago
  61. 62569b6 Merge branch 'master' of /home/wd/git/u-boot/custodians by Wolfgang Denk · 16 years ago
  62. 8a353d5 Change DDR tlb start entry to CONFIG param for 85xx by Haiying Wang · 16 years ago
  63. 3fe630c MPC86xx: fix build warnings by Wolfgang Denk · 16 years ago
  64. 8c45a9e at91rm9200: move define from lowlevel_init to header by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  65. a16842e at91rm9200: rename lowlevel init value to CONFIG_SYS_ by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  66. 0b691fc mpc8[56]xx: Put localbus clock in sysinfo and gd by Trent Piepho · 16 years ago
  67. 5053058 mpc86xx: Double local bus clock divider by Trent Piepho · 16 years ago
  68. a8665ac mpc8568: Double local bus clock divider by Trent Piepho · 16 years ago
  69. 68aec14 85xx: Fix the boot window issue by Dave Liu · 16 years ago
  70. f474551 Set IVPR to kenrel entry point in second core boot page by Haiying Wang · 16 years ago
  71. 1b560ac mpc8xxx: LCRR[CLKDIV] is sometimes five bits by Trent Piepho · 16 years ago
  72. bc424c9 mpc8[56]xx: Put localbus clock in device tree by Trent Piepho · 16 years ago
  73. 9ac287a 85xx: Add support to populate addr map based on TLB settings by Kumar Gala · 16 years ago
  74. 55334c7 Coding style cleanup, update CHANGELOG. by Wolfgang Denk · 16 years ago
  75. 13d598f i2c: merge all i2c_reg_read() and i2c_reg_write() into inline functions by Timur Tabi · 16 years ago
  76. f88438a Fix new found CFG_ by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  77. ee2b00a Remove compiler warning: target CPU does not support interworking by Sergei Poselenov · 16 years ago
  78. 261a048 Merge branch 'master' of git://git.denx.de/u-boot-mips by Wolfgang Denk · 16 years ago
  79. aed3f50 MIPS: Flush data cache upon relocation by Stefan Roese · 16 years ago
  80. d6e14c0 MIPS: Add CONFIG_SKIP_LOWLEVEL_INIT by Stefan Roese · 16 years ago
  81. ac89047 sh: Update sh timer function by Nobuhiro Iwamatsu · 16 years ago
  82. acd137b Fix compile error in building MBX860T. by Ben Warren · 16 years ago
  83. 1a5c423 Fixed path to sc520 SSI include file by Graeme Russ · 16 years ago
  84. 6ba05e5 video: fix FADS823 and RRvision compiling issues by Anatolij Gustschin · 16 years ago
  85. f874b49 Merge branch 'master' of git://git.denx.de/u-boot-at91 by Wolfgang Denk · 16 years ago
  86. 3e9dabd Section name should be ".data", not "data" by Trent Piepho · 16 years ago
  87. 6294850 Update U-Boot's build timestamp on every compile by Peter Tyser · 16 years ago
  88. 8dd3cc4 Remove redundant armv4 flag from arm926ejs compile flags by Remy Bohmer · 16 years ago
  89. 92932bd Merge branch 'master' of git://git.denx.de/u-boot-at91 by Wolfgang Denk · 16 years ago
  90. 629022d 85xx: init gd as early as possible by Kumar Gala · 16 years ago
  91. 7902209 85xx: Fix relocation of CCSRBAR by Kumar Gala · 16 years ago
  92. af7c3e3 85xx: Add PORDEVSR_PCI1 define by Peter Tyser · 16 years ago
  93. b135d93 fsl ddr skip interleaving if not supported. by Ed Swarthout · 16 years ago
  94. 30103c6 85xx: Add CPU 2 errata workaround to all 8548 boards by Peter Tyser · 16 years ago
  95. 06f3496 AT91: remove non supported board AT91RM9200DF macro by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  96. 47d86c7 Merge branch 'master' of git://git.denx.de/u-boot-ppc4xx by Wolfgang Denk · 16 years ago
  97. ee50904 AT91RM9200DK: fix broken boot from NOR flash by Wolfgang Denk · 16 years ago
  98. f1fbc26 at91rm9200: fix broken boot from nor flash by Jens Scharsig · 16 years ago
  99. 5c05759 ppc4xx: Changed 460EX/GT OCM TLB and internal SRAM initialization by Dave Mitchell · 16 years ago
  100. 3c373417 ppc4xx: Added ppc4xx-isram.h for internal SRAM and L2 cache DCRs by Dave Mitchell · 16 years ago