1. 8048cdd Update CHANGELOG by Wolfgang Denk · 17 years ago
  2. 8e68751 AVR32: Enable MMC support by Haavard Skinnemoen · 18 years ago
  3. fc26c97 Atmel MCI driver by Haavard Skinnemoen · 19 years ago
  4. 05fdab1 AVR32: Add clk and gpio infrastructure for mmci by Haavard Skinnemoen · 18 years ago
  5. 7fac3f6 Enable partition support with MMC by Haavard Skinnemoen · 18 years ago
  6. 9a24f47 AVR32: Enable networking by Haavard Skinnemoen · 18 years ago
  7. 5c1fe1f Atmel MACB ethernet driver by Haavard Skinnemoen · 19 years ago
  8. b4ec9c2 AVR32: Add clk and gpio infrastructure for macb0 and macb1 by Haavard Skinnemoen · 18 years ago
  9. d5acb95 AVR32: Implement simple DMA memory allocator by Haavard Skinnemoen · 18 years ago
  10. 91975b0 Import <linux/mii.h> from the Linux kernel by Haavard Skinnemoen · 18 years ago
  11. 1b804b2 AVR32: Include more commands for ATSTK1000 by Haavard Skinnemoen · 18 years ago
  12. 9c0deb5 AVR32: Provide a definition of struct stat by Haavard Skinnemoen · 18 years ago
  13. 12f099c AVR32: Use initdram() instead of board_init_memories() by Haavard Skinnemoen · 18 years ago
  14. 1f4f212 AVR32: Relocate u-boot to SDRAM by Haavard Skinnemoen · 18 years ago
  15. df548d3 AVR32: Resource management rewrite by Haavard Skinnemoen · 18 years ago
  16. 03d1e13 AVR32: Clean up memory-map.h for at32ap7000 by Haavard Skinnemoen · 18 years ago
  17. 28c699ef AVR32: Build position-independent u-boot by Haavard Skinnemoen · 18 years ago
  18. 5374b36 AVR32: Use avr32-linux- cross-compilation prefix by default by Haavard Skinnemoen · 18 years ago
  19. c841bee AVR32: Split start_u_boot into board_init_f and board_init_r by Haavard Skinnemoen · 18 years ago
  20. 3740300 [Fix] Set the LED status register on the UC101 for the LXT971 PHY. by Heiko Schocher · 17 years ago
  21. 7882751 [PATCH] Fix bugs in cmd_ide.c and cmd_scsi.c by Denis Peter · 17 years ago
  22. 0b94504 [PATCH] Fix use of "void *" for block dev read/write buffer pointers by Greg Lopp · 17 years ago
  23. 6fbf261 Fix two bugs for MPC83xx DDR2 controller SPD Init by Xie Xiaobo · 18 years ago
  24. 2ad3aba ppc4xx: Fix i2c divisor calcularion for PPC4xx by Jeffrey Mann · 17 years ago
  25. e8aac8e Merge with git://www.denx.de/git/u-boot.git by Stefan Roese · 17 years ago
  26. 6c9ba91 Update CHANGELOG by Wolfgang Denk · 17 years ago
  27. 51056dd Update for SC3 board by Wolfgang Denk · 17 years ago
  28. 3d98b85 Add PIXIS FPGA support for MPC8641HPCN board. by Haiying Wang · 18 years ago
  29. 64dbbd4 Moved fdt command support code to fdt_support.c by Gerald Van Baren · 18 years ago
  30. 6679f92 libfdt: Make fdt_check_header() public by Gerald Van Baren · 18 years ago
  31. c0707ce [Blackfin][PATCH] Kill off a bunch of common local prototypes by Aubrey Li · 18 years ago
  32. 7b7e30a [Blackfin][PATCH] Fix dynamic CPLB generation issue by Aubrey Li · 18 years ago
  33. 0445e3a [Blackfin][PATCH] minior cleanup by Aubrey Li · 18 years ago
  34. 155fd76 [Blackfin][PATCH] Fix copyright and update license by Aubrey Li · 18 years ago
  35. 9fd437b [Blackfin][PATCH] Add BF537 EMAC driver initialization by Aubrey Li · 18 years ago
  36. 889256e [Blackfin][PATCH] call real the system synchronize instruction by Aubrey Li · 18 years ago
  37. e0df1c9 [Blackfin][PATCH] remove asm/page.h as we do not actually use/want any of these definitions nor does any other arch include it by Aubrey Li · 18 years ago
  38. dfeeab2 [Blackfin][PATCH]: fix flash unaligned copy issue by Aubrey Li · 18 years ago
  39. 443feb7 Update usage of 'nc' in README.NetConsole by Igor Marnat · 18 years ago
  40. 25b0806 Merge with /home/wd/git/u-boot/custodian/u-boot-ppc4xx by Wolfgang Denk · 18 years ago
  41. 31c98a8 Minor coding style cleanup. by Wolfgang Denk · 18 years ago
  42. c8f2280 Merge with /home/wd/git/u-boot/custodian/u-boot-microblaze by Wolfgang Denk · 18 years ago
  43. 94abd7c Minor cleanup. by Wolfgang Denk · 18 years ago
  44. 72c5e39 Merge with git://www.denx.de/git/u-boot.git by Markus Klotzbuecher · 18 years ago
  45. 822af35 Support for the Philips ISP116x HCD (Host Controller Driver) by Rodolfo Giometti · 18 years ago
  46. edf5851 USB: cleanup monahans usb support. Remove dead code. by Markus Klotzbuecher · 18 years ago
  47. a65c576 ppc4xx: Change SysACE address on Katmai by Stefan Roese · 18 years ago
  48. aea03c4 Fix some minor whitespace violations. by Gerald Van Baren · 18 years ago
  49. 213bf8c Add a flattened device tree (fdt) command (2 of 2) by Gerald Van Baren · 18 years ago
  50. 781e09e Add a flattened device tree (fdt) command (1 of 2) by Gerald Van Baren · 18 years ago
  51. 3af0d58 libfdt: Enhanced and published fdt_next_tag() by Gerald Van Baren · 18 years ago
  52. fa3a74c libfdt: Customizations for use by u-boot. by Gerald Van Baren · 18 years ago
  53. 3574817 libfdt: Import libfdt source (2 of 2) by Gerald Van Baren · 18 years ago
  54. 7cd5da0 libfdt: Import libfdt source (1 of 2) by Gerald Van Baren · 18 years ago
  55. 0e7d491 Merge with git://www.denx.de/git/u-boot.git by Stefan Roese · 18 years ago
  56. da6ebc1 ppc4xx: Update Katmai bootstrap command by Stefan Roese · 18 years ago
  57. cabee75 ppc4xx: Update 44x_spd_ddr2 code (440SP/440SPe) by Stefan Roese · 18 years ago
  58. 6072380 ppc4xx: Change Yucca config file to support ECC by Stefan Roese · 18 years ago
  59. 490e573 ppc4xx: Fix "bootstrap" command for Katmai board by Stefan Roese · 18 years ago
  60. 94f5470 ppc4xx: Update 44x_spd_ddr2 code (440SP/440SPe) by Stefan Roese · 18 years ago
  61. 342cd09 [PATCH] Clean include dependence by Michal Simek · 18 years ago
  62. 6f93421 [CLEAN] Remove inefficient Suzaku code by Michal Simek · 18 years ago
  63. 6db7d0a Merge with /home/wd/git/u-boot/custodian/u-boot-mpc86xx by Wolfgang Denk · 18 years ago
  64. 430f1b0 Merge some AMCC make targets to keep the top-level Makefile smaller by Stefan Roese · 18 years ago
  65. 0c75c9d i2c: Enable "old" i2c commands even when CONFIG_I2C_CMD_TREE is defined by Stefan Roese · 18 years ago
  66. 5da048a PATCH: Resolve GPL license problem by Michal Simek · 18 years ago
  67. ae00bb4 PXA: pxa27x USB OHCI support by Rodolfo Giometti · 18 years ago
  68. ae79f60 USB: remove the S3C24X0_merge #define, which was introduced while by Markus Klotzbuecher · 18 years ago
  69. 1798049 Support for XUPV2P board Reset support BSP autoconfig support by Michal Simek · 18 years ago
  70. e50b791 Merge with /home/stefan/git/u-boot/acadia by Stefan Roese · 18 years ago
  71. 0d974d5 [PATCH] Add 4xx GPIO functions by Stefan Roese · 18 years ago
  72. 2db6336 [PATCH] Small Sequoia cleanup by Stefan Roese · 18 years ago
  73. 3cb86f3 [PATCH] Clean up 40EZ/Acadia support by Stefan Roese · 18 years ago
  74. f2b07eb Merge with git://www.denx.de/git/u-boot.git#testing-USB by Markus Klotzbuecher · 18 years ago
  75. 6eb1df8 Fix 8641HPCN problem with ld version 2.16 by Jon Loeliger · 18 years ago
  76. 9964a4d Set Rev 2.x 86xx PIC in mixed mode. by Haiying Wang · 18 years ago
  77. 5a58a73 Add flash cmd function to 8641HPCN ramboot by Jason Jin · 18 years ago
  78. 2ccceac Add support for 8641 Rev 2 silicon. by Ed Swarthout · 18 years ago
  79. 44ba464 Code cleanup / re-insert previous Copyright entries. by Wolfgang Denk · 18 years ago
  80. a17824c Merge with /home/wd/git/u-boot/custodian/u-boot-blackfin by Wolfgang Denk · 18 years ago
  81. 2a8dfe0 Code cleanup. Update CHANGELOG by Wolfgang Denk · 18 years ago
  82. 4075095 Merge with /home/wd/git/u-boot/custodian/u-boot-ppc4xx by Wolfgang Denk · 18 years ago
  83. e6615ec ppc4xx: Fix file mode of include/configs/acadia.h by Stefan Roese · 18 years ago
  84. d5f4614 SPC1920: fix small clock routing bug by Markus Klotzbuecher · 18 years ago
  85. fc1e45c Merge with /home/stefan/git/u-boot/acadia by Stefan Roese · 18 years ago
  86. 16c0cc1 [PATCH] Add AMCC Acadia (405EZ) eval board support by Stefan Roese · 18 years ago
  87. e01bd21 [PATCH] Add AMCC PPC405EZ support by Stefan Roese · 18 years ago
  88. aea17f9 Merge with /home/hs/TQ/u-boot by Wolfgang Denk · 18 years ago
  89. 07e82cb [PATCH] TQM8272: dont change the bits given from the HRCW by Heiko Schocher · 18 years ago
  90. b2777c0 Merge http://www.denx.de/git/u-boot by Aubrey Li · 18 years ago
  91. 6545898 [Blackfin][PATCH] Add BF561 EZKIT board support by Aubrey Li · 18 years ago
  92. a20e710 Merge http://www.denx.de/git/u-boot by Aubrey Li · 18 years ago
  93. a6154fd [Blackfin][PATCH] minor cleanup by Aubrey Li · 18 years ago
  94. 389b6bb Remove obsoleted POST files. by Wolfgang Denk · 18 years ago
  95. 8e709bb [PATCH] Add flash chip M29W320ET/B support by Aubrey Li · 18 years ago
  96. 26bf7de [Blackfin][PATCH] Add BF537 stamp board support by Aubrey Li · 18 years ago
  97. 87e0662 Merge with /home/wd/git/u-boot/custodian/u-boot-ppc4xx by Wolfgang Denk · 18 years ago
  98. 8423e5e [PATCH] Use dynamic SDRAM TLB setup on AMCC Ebony eval board by Stefan Roese · 18 years ago
  99. 76d1466 [PATCH] renamed environment variable 'addcon' to 'addcons' for PCI405 by Matthias Fuchs · 18 years ago
  100. a7090b9 Make SC3 board build with 'make O='; use 'addcons' consistently by Wolfgang Denk · 18 years ago