1. 9dac2d7 common/{hush, kgdb, serial}.c: build by COBJS-$(...) in Makefile by Mike Frysinger · 16 years ago
  2. c6dc755 IOMUX: Add console multiplexing support. by Gary Jennejohn · 16 years ago
  3. c026877 FPGA: move fpga drivers to drivers/fpga by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  4. 3d2c5ff UBI: Add UBI command support by Kyungmin Park · 16 years ago
  5. 74ba1ba common/Makefile: create others group for non core, environment and command files by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  6. e273e9f Automatic software update from TFTP server by Bartlomiej Sieka · 16 years ago
  7. 678d22a cmd_mem: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  8. 7376831 env_flash: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  9. 4436c1e rename environment.c in env_embedded.c to reflect is functionality by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  10. a489af7 env_nowhere: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  11. 1b3c7e8 env_sf: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  12. 137818c env_onenand: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  13. d13dd35 env_nvram: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  14. b0ba065 env_nand: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  15. 8f3dd82 env_dataflash: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  16. 5709fe8 cmd_eeprom: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  17. c95d1df env_eeprom: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  18. 8349c72 cmd_mac: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  19. eedde65 cmd_fdc: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  20. aea6f85 common/Makefile: add core command section by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  21. 4acd276 cmd_vfd: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  22. 9179084 Makefile: fix bug introduced by commit 47ffd6c2 by Wolfgang Denk · 16 years ago
  23. 9a83aea Makefile: compile and link each module just once by Wolfgang Denk · 16 years ago
  24. 8a4a784 devices: merge to list_head by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  25. 178e118 common/Makefile: order by functionality by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  26. 84dd226 miiphyutil: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  27. f4459b4 autoscript: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  28. 9ec67ee crc16: move to lib_generic by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  29. f226679 miiphybb: move to drivers/net/phy by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  30. eb68034 soft_spi: move to drivers/spi by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  31. 4756dec soft_i2c: move to drivers/i2c by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  32. b8ec24c gunzip: move to lib_generic by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  33. 5b4da32 Add proper SPD definitions for DDR1/2/3 by James Yang · 16 years ago
  34. 2548b99 Add command to enable/disable interrupts by Kumar Gala · 16 years ago
  35. 5708dbf Add 'license' command to U-Boot command line by Harald Welte · 16 years ago
  36. 58cd54a common: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  37. e24ebad Incorporate yaffs2 into U-boot by William Juul · 17 years ago
  38. fcd91bb Remove the deprecated CONFIG_OF_FLAT_TREE by Gerald Van Baren · 16 years ago
  39. eb8951c Add support for environment in SPI flash by Haavard Skinnemoen · 17 years ago
  40. 21266a3 SPI Flash: Add "sf" command by Haavard Skinnemoen · 17 years ago
  41. 4c373a9 Altera Stratix II support by eran liberty · 17 years ago
  42. feb0c26 SPARC/LEON3: Added AMBA Bus Plug&Play information print command (ambapp). It can print available cores (type: AHB Master, AHB Slave, APB Slave), their address ranges, IRQ number and version. by Daniel Hellstrom · 17 years ago
  43. 7646d76 Merge branch 'master' of git://www.denx.de/git/u-boot-mpc85xx by Wolfgang Denk · 17 years ago
  44. 76596ba ata: add the support for SATA framework by Dave Liu · 17 years ago
  45. 8b3eaa1 ata: merge the ata_piix driver by Dave Liu · 17 years ago
  46. 36d6b3f 85xx: Added support for multicore boot mechanism by Kumar Gala · 17 years ago
  47. 9eede9b Merge branch 'new-image' of git://www.denx.de/git/u-boot-testing by Bartlomiej Sieka · 17 years ago
  48. aed8334 Add setexpr command by Kumar Gala · 17 years ago
  49. 87896b7 Blackfin: new cplbinfo command for viewing cplb tables by Mike Frysinger · 17 years ago
  50. ce4f618 Blackfin: move bootldr command to common code by Mike Frysinger · 17 years ago
  51. 2429d4f Merge branch 'master' of /home/git/u-boot by Marian Balakowicz · 17 years ago
  52. be946ba [new uImage] Move gunzip() common code to common/gunzip.c by Marian Balakowicz · 17 years ago
  53. 41d71ed [new uImage] Define a API for image handling operations by Marian Balakowicz · 17 years ago
  54. 4b6095a Add missing cmd_ximg.o to common/Makefile by Marian Balakowicz · 17 years ago
  55. 8fb6966 new command for displaying strings at specified memory locations by Mike Frysinger · 17 years ago
  56. 13f5778 interface to Blackfin on-chip One-Time-Programmable memory by Mike Frysinger · 17 years ago
  57. a311ef3 add 'terminal program' functionality by Harald Welte · 17 years ago
  58. 78a658c Conditionally compile fdt_support.c by Kumar Gala · 17 years ago
  59. c0d32e9 [BUILD] conditionally compile common/cmd_*.c in common/Makefile by Grant Likely · 17 years ago
  60. 1179ad1 Build: split COBJS value into multiple lines by Grant Likely · 17 years ago
  61. af3d11c OneNAND support (take #2) by Kyungmin Park · 17 years ago
  62. 5384742 Merge with /home/git/u-boot by Wolfgang Denk · 18 years ago
  63. 5651b34 Add driver for S-ATA-controller on Intel processors with South by mushtaq khan · 18 years ago
  64. 9cd9ea9 Merge git://www.denx.de/git/u-boot by Michal Simek · 18 years ago
  65. 9594583 new: FSL and MSR support #2 by Michal Simek · 18 years ago
  66. c4a57ea Moved fdt command support code to fdt_support.c by Gerald Van Baren · 18 years ago
  67. d6abef4 Add a flattened device tree (fdt) command (2 of 2) by Gerald Van Baren · 18 years ago
  68. 89cf4cc [PATCH 6_9] Move common_cmd_ace.c to drivers_systemace.c by Grant Likely · 18 years ago
  69. ffdd9b9 Merge with /home/stefan/git/u-boot/denx by Stefan Roese · 18 years ago
  70. 12b7853 Merge branch 'master' of http://www.denx.de/git/u-boot by Jon Loeliger · 18 years ago
  71. 6a65e42 Move "ar" flags to config.mk to allow for silent "make -s" by Wolfgang Denk · 18 years ago
  72. 3938a0f Merge branch 'master' of http://www.denx.de/git/u-boot by Jon Loeliger · 18 years ago
  73. 0b29443 Merge with /home/stefan/git/u-boot/denx by Stefan Roese · 18 years ago
  74. d62379d Add support for a saving build objects in a separate directory. by Marian Balakowicz · 18 years ago
  75. 5f1cf2d Add FPGA Altera Cyclone 2 support Patch by Heiko Schocher, 15 Aug 2006 by Stefan Roese · 18 years ago
  76. 34c6878 Add support for reading and writing mac addresses to or from ID EEPROM. by Haiying Wang · 18 years ago
  77. 387f541 Add support for ymodem protocol (loady command). by Markus Klotzbuecher · 19 years ago
  78. 27a5b0b Support passing of OF flat trees to the kernel. by Wolfgang Denk · 19 years ago
  79. c38e70c Add Xilinx Spartan3 family FPGA support by Wolfgang Denk · 19 years ago
  80. f8f7707 Add keyboard and dot matrix display support for HMI1001 board. by Wolfgang Denk · 19 years ago
  81. d259302 - ext2fs support added - Tundra universe support added by stroese · 20 years ago
  82. 9ca7bbc * Clean up tools/bmp_logo.c to not add trailing white space by wdenk · 20 years ago
  83. 7ac1610 * Code cleanup by wdenk · 20 years ago
  84. 79b5937 Patch by Jian Zhang, 20 May 2004: add support for environment in NAND flash by wdenk · 20 years ago
  85. 4d01d9e * Patch by Pavel Bartusek, 21 Mar 2004 Add Reiserfs support by wdenk · 21 years ago
  86. 29e7f5a Add support for Siemens SX1 mobile phone; by wdenk · 21 years ago
  87. 2ebee31 * Patch by Thomas Elste, 10 Feb 2004: by wdenk · 21 years ago
  88. ef89394 * CVS add missing files by wdenk · 21 years ago
  89. 87249ba Add a common get_ram_size() function and modify the the by wdenk · 21 years ago
  90. 8676590 * Patch by Nicolas Lacressonnière, 12 Nov 2003: by wdenk · 21 years ago
  91. c0aa5c5 * Patch by Gleb Natapov, 19 Sep 2003: by wdenk · 21 years ago
  92. 9b7f384 * Patch by Steven Scholz, 10 Oct 2003 - Add support for Altera FPGA ACEX1K by wdenk · 21 years ago
  93. e58b0dc * Patch by Scott McNutt, 21 Jul 2003: by wdenk · 21 years ago
  94. 874ac26 * Implement new mechanism to export U-Boot's functions to standalone by wdenk · 21 years ago
  95. 57b2d80 * Code cleanup: by wdenk · 21 years ago
  96. 7a428cc * Fix CONFIG_NET_MULTI support in include/net.h by wdenk · 21 years ago
  97. abda5ca * Patch by Marc Singer, 29 May 2003: by wdenk · 22 years ago
  98. 92bbe3f * Make sure Block Lock Bits get cleared in R360MPI flash driver by wdenk · 22 years ago
  99. c8434db * Patch by Rick Bronson, 16 Mar 2003: by wdenk · 22 years ago
  100. 591dda5 * Patch by Daniel Engström, 13 Nov 2002: by wdenk · 22 years ago