1. 7a37db9 common/Makefile: don't include env_embedded.o into libcommon by Wolfgang Denk · 14 years ago
  2. a8d426f Switch from archive libraries to partial linking by Sebastien Carlier · 14 years ago
  3. b4eceac Save environment data to mmc. by Terry Lv · 15 years ago
  4. 07b4627 CRAMFS: support cramfs in RAM by Heiko Schocher · 15 years ago
  5. ed9d08e kgdb: add default generic stubs by Robin Getz · 15 years ago
  6. e3c1dc5 Merge branch 'master' into next by Wolfgang Denk · 15 years ago
  7. e8b39e4 circbuf: Move to lib_generic and conditionally compile by Peter Tyser · 15 years ago
  8. eabe6d9 command.c: Break commands out to appropriate cmd_*.c files by Peter Tyser · 15 years ago
  9. 1589500 cmd_nand: Move conditional compilation to Makefile by Peter Tyser · 15 years ago
  10. 51420fb Revert "env: only build env_embedded and envcrc when needed" by Wolfgang Denk · 15 years ago
  11. 71ecabf env: only build env_embedded and envcrc when needed by Mike Frysinger · 15 years ago
  12. ff196c1 Add support for the Tundra TSI148 VME-bridge by Reinhard Arlt · 15 years ago
  13. d285d41 Merge branch 'master' of git://git.denx.de/u-boot-nand-flash by Wolfgang Denk · 15 years ago
  14. 2a7a031 stdio/device: rework function naming convention by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  15. 9866305 Remove legacy NAND and disk on chip code. by Scott Wood · 16 years ago
  16. a73904e Add simple hwconfig infrastructure by Anton Vorontsov · 15 years ago
  17. 7c8e97f Blackfin: new spibootldr command by Mike Frysinger · 16 years ago
  18. a46fbba Add support for Linux-like kallsysms by Mike Frysinger · 16 years ago
  19. beb957c make MODEM SUPPORT generic instead of duplicate it by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  20. 11ddc17 One more fix for building env_embedded.o by Wolfgang Denk · 16 years ago
  21. ebe54bf add dataflash mmc mux missing support by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  22. cec9c2f Fix building of env_embedded.o by Wolfgang Denk · 16 years ago
  23. ea4b6e3 common/Makefile: Conditionally compile env_embedded.o by Peter Tyser · 16 years ago
  24. f0b1bdd mflash: Initial mflash support by unsik Kim · 16 years ago
  25. 85c25df Add "source" command; prepare removal of "autoscr" command by Wolfgang Denk · 16 years ago
  26. 5c72127 UBIFS: Add UBIFS commands by Stefan Roese · 16 years ago
  27. b1423dd Separate mtdparts command from jffs2 by Stefan Roese · 16 years ago
  28. 9dac2d7 common/{hush, kgdb, serial}.c: build by COBJS-$(...) in Makefile by Mike Frysinger · 16 years ago
  29. c6dc755 IOMUX: Add console multiplexing support. by Gary Jennejohn · 16 years ago
  30. c026877 FPGA: move fpga drivers to drivers/fpga by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  31. 3d2c5ff UBI: Add UBI command support by Kyungmin Park · 16 years ago
  32. 74ba1ba common/Makefile: create others group for non core, environment and command files by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  33. e273e9f Automatic software update from TFTP server by Bartlomiej Sieka · 16 years ago
  34. 678d22a cmd_mem: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  35. 7376831 env_flash: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  36. 4436c1e rename environment.c in env_embedded.c to reflect is functionality by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  37. a489af7 env_nowhere: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  38. 1b3c7e8 env_sf: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  39. 137818c env_onenand: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  40. d13dd35 env_nvram: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  41. b0ba065 env_nand: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  42. 8f3dd82 env_dataflash: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  43. 5709fe8 cmd_eeprom: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  44. c95d1df env_eeprom: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  45. 8349c72 cmd_mac: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  46. eedde65 cmd_fdc: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  47. aea6f85 common/Makefile: add core command section by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  48. 4acd276 cmd_vfd: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  49. 9179084 Makefile: fix bug introduced by commit 47ffd6c2 by Wolfgang Denk · 16 years ago
  50. 9a83aea Makefile: compile and link each module just once by Wolfgang Denk · 16 years ago
  51. 8a4a784 devices: merge to list_head by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  52. 178e118 common/Makefile: order by functionality by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  53. 84dd226 miiphyutil: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  54. f4459b4 autoscript: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  55. 9ec67ee crc16: move to lib_generic by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  56. f226679 miiphybb: move to drivers/net/phy by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  57. eb68034 soft_spi: move to drivers/spi by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  58. 4756dec soft_i2c: move to drivers/i2c by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  59. b8ec24c gunzip: move to lib_generic by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  60. 5b4da32 Add proper SPD definitions for DDR1/2/3 by James Yang · 16 years ago
  61. 2548b99 Add command to enable/disable interrupts by Kumar Gala · 16 years ago
  62. 5708dbf Add 'license' command to U-Boot command line by Harald Welte · 16 years ago
  63. 58cd54a common: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  64. e24ebad Incorporate yaffs2 into U-boot by William Juul · 17 years ago
  65. fcd91bb Remove the deprecated CONFIG_OF_FLAT_TREE by Gerald Van Baren · 16 years ago
  66. eb8951c Add support for environment in SPI flash by Haavard Skinnemoen · 17 years ago
  67. 21266a3 SPI Flash: Add "sf" command by Haavard Skinnemoen · 17 years ago
  68. 4c373a9 Altera Stratix II support by eran liberty · 17 years ago
  69. 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
  70. 7646d76 Merge branch 'master' of git://www.denx.de/git/u-boot-mpc85xx by Wolfgang Denk · 17 years ago
  71. 76596ba ata: add the support for SATA framework by Dave Liu · 17 years ago
  72. 8b3eaa1 ata: merge the ata_piix driver by Dave Liu · 17 years ago
  73. 36d6b3f 85xx: Added support for multicore boot mechanism by Kumar Gala · 17 years ago
  74. 9eede9b Merge branch 'new-image' of git://www.denx.de/git/u-boot-testing by Bartlomiej Sieka · 17 years ago
  75. aed8334 Add setexpr command by Kumar Gala · 17 years ago
  76. 87896b7 Blackfin: new cplbinfo command for viewing cplb tables by Mike Frysinger · 17 years ago
  77. ce4f618 Blackfin: move bootldr command to common code by Mike Frysinger · 17 years ago
  78. 2429d4f Merge branch 'master' of /home/git/u-boot by Marian Balakowicz · 17 years ago
  79. be946ba [new uImage] Move gunzip() common code to common/gunzip.c by Marian Balakowicz · 17 years ago
  80. 41d71ed [new uImage] Define a API for image handling operations by Marian Balakowicz · 17 years ago
  81. 4b6095a Add missing cmd_ximg.o to common/Makefile by Marian Balakowicz · 17 years ago
  82. 8fb6966 new command for displaying strings at specified memory locations by Mike Frysinger · 17 years ago
  83. 13f5778 interface to Blackfin on-chip One-Time-Programmable memory by Mike Frysinger · 17 years ago
  84. a311ef3 add 'terminal program' functionality by Harald Welte · 17 years ago
  85. 78a658c Conditionally compile fdt_support.c by Kumar Gala · 17 years ago
  86. c0d32e9 [BUILD] conditionally compile common/cmd_*.c in common/Makefile by Grant Likely · 17 years ago
  87. 1179ad1 Build: split COBJS value into multiple lines by Grant Likely · 17 years ago
  88. af3d11c OneNAND support (take #2) by Kyungmin Park · 17 years ago
  89. 5384742 Merge with /home/git/u-boot by Wolfgang Denk · 18 years ago
  90. 5651b34 Add driver for S-ATA-controller on Intel processors with South by mushtaq khan · 18 years ago
  91. 9cd9ea9 Merge git://www.denx.de/git/u-boot by Michal Simek · 18 years ago
  92. 9594583 new: FSL and MSR support #2 by Michal Simek · 18 years ago
  93. c4a57ea Moved fdt command support code to fdt_support.c by Gerald Van Baren · 18 years ago
  94. d6abef4 Add a flattened device tree (fdt) command (2 of 2) by Gerald Van Baren · 18 years ago
  95. 89cf4cc [PATCH 6_9] Move common_cmd_ace.c to drivers_systemace.c by Grant Likely · 18 years ago
  96. ffdd9b9 Merge with /home/stefan/git/u-boot/denx by Stefan Roese · 18 years ago
  97. 12b7853 Merge branch 'master' of http://www.denx.de/git/u-boot by Jon Loeliger · 18 years ago
  98. 6a65e42 Move "ar" flags to config.mk to allow for silent "make -s" by Wolfgang Denk · 18 years ago
  99. 3938a0f Merge branch 'master' of http://www.denx.de/git/u-boot by Jon Loeliger · 18 years ago
  100. 0b29443 Merge with /home/stefan/git/u-boot/denx by Stefan Roese · 18 years ago