1. 6554ca0 Merge with git://www.denx.de/git/u-boot.git by Stefan Roese · 18 years ago
  2. 3825798 [PATCH] Avoid assigning PCI resources from zero address by Sergei Shtylyov · 18 years ago
  3. afb903a [patch] setenv(...) can delete environmentalvariables by Jeffrey Mann · 18 years ago
  4. 36f104e [patch] use unsigned char in smc91111 driver for mac by Mike Frysinger · 18 years ago
  5. 14da5f7 Cleanup compiler warnings, update CHANGELOG by Wolfgang Denk · 18 years ago
  6. 85f87fa Merge with /home/dzu/src/git/u-boot by Wolfgang Denk · 18 years ago
  7. 0a4307c Merge with git://www.denx.de/git/u-boot-testing by Wolfgang Denk · 18 years ago
  8. df9ef6d Merge with /home/wd/git/u-boot/custodian/u-boot-arm by Wolfgang Denk · 18 years ago
  9. 6923565 Fix breakage of NC650 board with respect to nand support. by Detlev Zundel · 18 years ago
  10. 39f23cd [RFC PATCH] icecube/lite5200b: fix OF_TBCLK (timebase-frequency) calculation by Domen Puncer · 18 years ago
  11. 7651f8b Fix serious pointer bug with bootm and reserve map. by Gerald Van Baren · 18 years ago
  12. ee89bf2 Merge with git://www.denx.de/git/u-boot.git by Peter Pearse · 18 years ago
  13. 3783782 Clenaup, update CHANGELOG by Wolfgang Denk · 18 years ago
  14. 5cca409 Merge with /home/wd/git/u-boot/custodian/u-boot-fdt by Wolfgang Denk · 18 years ago
  15. fd094c6 Update CHANGELOG by Wolfgang Denk · 18 years ago
  16. a8227b6 Merge with /home/wd/git/u-boot/custodian/u-boot-mpc86xx by Wolfgang Denk · 18 years ago
  17. 1d10b9e Merge with /home/wd/git/u-boot/custodian/u-boot-net by Wolfgang Denk · 18 years ago
  18. 2a26ec4 Cleanup, update CHANGELOG by Wolfgang Denk · 18 years ago
  19. 43f6226 Merge with /home/wd/git/u-boot/custodian/u-boot-74xx-7xx by Wolfgang Denk · 18 years ago
  20. b99c1e6 Merge with /home/wd/git/u-boot/custodian/u-boot-avr32; code cleanup. by Wolfgang Denk · 18 years ago
  21. 5f6c732 Update CHANGELOG by Wolfgang Denk · 18 years ago
  22. 01ebbab Merge with /home/wd/git/u-boot/custodian/u-boot-blackfin by Wolfgang Denk · 18 years ago
  23. 0f5642d Merge with /home/wd/git/u-boot/custodian/u-boot-ppc4xx by Wolfgang Denk · 18 years ago
  24. ad4eb55 MCC200 board: remove warning which is obsolete after PSoC firmware changes by Wolfgang Denk · 18 years ago
  25. afc7e4c Merge with git://www.denx.de/git/u-boot.git by Stefan Roese · 18 years ago
  26. 3747a3f [PATCH] icecube/lite5200b: document wakeup from low-power support by Domen Puncer · 18 years ago
  27. e673226 ppc4xx: Update Acadia to not setup PLL when booting via bootstrap EEPROM by Stefan Roese · 18 years ago
  28. 90e6f41 ppc4xx: Add output for bootrom location to 405EZ ports by Stefan Roese · 18 years ago
  29. 9c00dfb Move ppearse to ARM board list by Peter Pearse · 18 years ago
  30. d3832e8 [PATCH] icecube/lite5200b: wakeup from low-power support by Domen Puncer · 18 years ago
  31. f35a53f Fix the ft_cpu_setup() property settings. by Gerald Van Baren · 18 years ago
  32. 6f1d57c Merge git://www.denx.de/git/u-boot into fdt-cmd by Gerald Van Baren · 18 years ago
  33. c28abb9 Improve the bootm command for CONFIG_OF_LIBFDT by Gerald Van Baren · 18 years ago
  34. 3f9f08c Add some utilities to manipulate the reserved memory map. by Gerald Van Baren · 18 years ago
  35. 8048cdd Update CHANGELOG by Wolfgang Denk · 18 years ago
  36. 8e68751 AVR32: Enable MMC support by Haavard Skinnemoen · 18 years ago
  37. fc26c97 Atmel MCI driver by Haavard Skinnemoen · 19 years ago
  38. 05fdab1 AVR32: Add clk and gpio infrastructure for mmci by Haavard Skinnemoen · 18 years ago
  39. 7fac3f6 Enable partition support with MMC by Haavard Skinnemoen · 18 years ago
  40. 9a24f47 AVR32: Enable networking by Haavard Skinnemoen · 18 years ago
  41. 5c1fe1f Atmel MACB ethernet driver by Haavard Skinnemoen · 19 years ago
  42. b4ec9c2 AVR32: Add clk and gpio infrastructure for macb0 and macb1 by Haavard Skinnemoen · 18 years ago
  43. d5acb95 AVR32: Implement simple DMA memory allocator by Haavard Skinnemoen · 18 years ago
  44. 91975b0 Import <linux/mii.h> from the Linux kernel by Haavard Skinnemoen · 18 years ago
  45. 1b804b2 AVR32: Include more commands for ATSTK1000 by Haavard Skinnemoen · 18 years ago
  46. 9c0deb5 AVR32: Provide a definition of struct stat by Haavard Skinnemoen · 18 years ago
  47. 12f099c AVR32: Use initdram() instead of board_init_memories() by Haavard Skinnemoen · 18 years ago
  48. 1f4f212 AVR32: Relocate u-boot to SDRAM by Haavard Skinnemoen · 18 years ago
  49. df548d3 AVR32: Resource management rewrite by Haavard Skinnemoen · 18 years ago
  50. 03d1e13 AVR32: Clean up memory-map.h for at32ap7000 by Haavard Skinnemoen · 18 years ago
  51. 28c699ef AVR32: Build position-independent u-boot by Haavard Skinnemoen · 18 years ago
  52. 5374b36 AVR32: Use avr32-linux- cross-compilation prefix by default by Haavard Skinnemoen · 18 years ago
  53. c841bee AVR32: Split start_u_boot into board_init_f and board_init_r by Haavard Skinnemoen · 18 years ago
  54. 3740300 [Fix] Set the LED status register on the UC101 for the LXT971 PHY. by Heiko Schocher · 18 years ago
  55. 7882751 [PATCH] Fix bugs in cmd_ide.c and cmd_scsi.c by Denis Peter · 18 years ago
  56. 0b94504 [PATCH] Fix use of "void *" for block dev read/write buffer pointers by Greg Lopp · 18 years ago
  57. 2ad3aba ppc4xx: Fix i2c divisor calcularion for PPC4xx by Jeffrey Mann · 18 years ago
  58. e8aac8e Merge with git://www.denx.de/git/u-boot.git by Stefan Roese · 18 years ago
  59. 6c9ba91 Update CHANGELOG by Wolfgang Denk · 18 years ago
  60. 51056dd Update for SC3 board by Wolfgang Denk · 18 years ago
  61. 3d98b85 Add PIXIS FPGA support for MPC8641HPCN board. by Haiying Wang · 18 years ago
  62. 64dbbd4 Moved fdt command support code to fdt_support.c by Gerald Van Baren · 18 years ago
  63. 6679f92 libfdt: Make fdt_check_header() public by Gerald Van Baren · 18 years ago
  64. c0707ce [Blackfin][PATCH] Kill off a bunch of common local prototypes by Aubrey Li · 18 years ago
  65. 7b7e30a [Blackfin][PATCH] Fix dynamic CPLB generation issue by Aubrey Li · 18 years ago
  66. 0445e3a [Blackfin][PATCH] minior cleanup by Aubrey Li · 18 years ago
  67. 155fd76 [Blackfin][PATCH] Fix copyright and update license by Aubrey Li · 18 years ago
  68. 9fd437b [Blackfin][PATCH] Add BF537 EMAC driver initialization by Aubrey Li · 18 years ago
  69. 889256e [Blackfin][PATCH] call real the system synchronize instruction by Aubrey Li · 18 years ago
  70. 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
  71. dfeeab2 [Blackfin][PATCH]: fix flash unaligned copy issue by Aubrey Li · 18 years ago
  72. 443feb7 Update usage of 'nc' in README.NetConsole by Igor Marnat · 18 years ago
  73. 25b0806 Merge with /home/wd/git/u-boot/custodian/u-boot-ppc4xx by Wolfgang Denk · 18 years ago
  74. 31c98a8 Minor coding style cleanup. by Wolfgang Denk · 18 years ago
  75. c8f2280 Merge with /home/wd/git/u-boot/custodian/u-boot-microblaze by Wolfgang Denk · 18 years ago
  76. 94abd7c Minor cleanup. by Wolfgang Denk · 18 years ago
  77. a65c576 ppc4xx: Change SysACE address on Katmai by Stefan Roese · 18 years ago
  78. aea03c4 Fix some minor whitespace violations. by Gerald Van Baren · 18 years ago
  79. 213bf8c Add a flattened device tree (fdt) command (2 of 2) by Gerald Van Baren · 18 years ago
  80. 781e09e Add a flattened device tree (fdt) command (1 of 2) by Gerald Van Baren · 18 years ago
  81. 3af0d58 libfdt: Enhanced and published fdt_next_tag() by Gerald Van Baren · 18 years ago
  82. fa3a74c libfdt: Customizations for use by u-boot. by Gerald Van Baren · 18 years ago
  83. 3574817 libfdt: Import libfdt source (2 of 2) by Gerald Van Baren · 18 years ago
  84. 7cd5da0 libfdt: Import libfdt source (1 of 2) by Gerald Van Baren · 18 years ago
  85. 0e7d491 Merge with git://www.denx.de/git/u-boot.git by Stefan Roese · 18 years ago
  86. da6ebc1 ppc4xx: Update Katmai bootstrap command by Stefan Roese · 18 years ago
  87. cabee75 ppc4xx: Update 44x_spd_ddr2 code (440SP/440SPe) by Stefan Roese · 18 years ago
  88. 6072380 ppc4xx: Change Yucca config file to support ECC by Stefan Roese · 18 years ago
  89. 490e573 ppc4xx: Fix "bootstrap" command for Katmai board by Stefan Roese · 18 years ago
  90. 94f5470 ppc4xx: Update 44x_spd_ddr2 code (440SP/440SPe) by Stefan Roese · 18 years ago
  91. 342cd09 [PATCH] Clean include dependence by Michal Simek · 18 years ago
  92. 6f93421 [CLEAN] Remove inefficient Suzaku code by Michal Simek · 18 years ago
  93. 6db7d0a Merge with /home/wd/git/u-boot/custodian/u-boot-mpc86xx by Wolfgang Denk · 18 years ago
  94. 430f1b0 Merge some AMCC make targets to keep the top-level Makefile smaller by Stefan Roese · 18 years ago
  95. 0c75c9d i2c: Enable "old" i2c commands even when CONFIG_I2C_CMD_TREE is defined by Stefan Roese · 18 years ago
  96. 5da048a PATCH: Resolve GPL license problem by Michal Simek · 18 years ago
  97. 1798049 Support for XUPV2P board Reset support BSP autoconfig support by Michal Simek · 18 years ago
  98. e50b791 Merge with /home/stefan/git/u-boot/acadia by Stefan Roese · 18 years ago
  99. 0d974d5 [PATCH] Add 4xx GPIO functions by Stefan Roese · 18 years ago
  100. 2db6336 [PATCH] Small Sequoia cleanup by Stefan Roese · 18 years ago