1. 57210c7 Add support for loading and saving the environment to a FAT partition by Maximilian Schwerin · 13 years ago
  2. 1648a37 Add cmd_spl command by Simon Schwarz · 13 years ago
  3. 24de357 SPL: Add YMODEM over UART load support by Matt Porter · 13 years ago
  4. 3a608ca bootstage: Implement core microsecond boot time measurement by Simon Glass · 13 years ago
  5. 23faf2b USB: Separate out USB hub driver by Marek Vasut · 13 years ago
  6. 21899b1 sandbox: Add improved RAM simulation by Matthias Weisser · 13 years ago
  7. 576fb1e Add a cli command to test the TPM device. by Vadim Bendebury · 13 years ago
  8. 2d01dd9 omap: spl: fix build break due to changes in FAT by Aneesh V · 13 years ago
  9. fe34107 sandbox: Disable built-in malloc by Simon Glass · 13 years ago
  10. 06283a6 Add pxe command by Jason Hobbs · 13 years ago
  11. b69bf52 Add generic, reusable menu code by Jason Hobbs · 13 years ago
  12. ca366d0 cmd_time: add time command by Che-liang Chiou · 13 years ago
  13. d29d17d powerpc/mpc83xx: Migrate from spd_sdram to unified DDR driver by York Sun · 13 years ago
  14. 4421acf led: added cmd_led to Makefile by Jason Kridner · 13 years ago
  15. 7130a57 add command fitupd to run an update from a FIT image by Andreas Pretzsch · 13 years ago
  16. 05bad4a scaled down version of generic libraries for SPL by Aneesh V · 13 years ago
  17. 566e5cf ARM: drop unsupported 'trab' board by Wolfgang Denk · 13 years ago
  18. aef293b Merge branch 'phylib' of git://git.denx.de/u-boot-mmc by Wolfgang Denk · 13 years ago
  19. 9dd5dad Merge branch 'misc' of git://git.denx.de/u-boot-blackfin by Wolfgang Denk · 13 years ago
  20. 995daa0 Add mdio command for new PHY infrastructure by Andy Fleming · 14 years ago
  21. 5f18471 Create PHY Lib for U-Boot by Andy Fleming · 13 years ago
  22. a972b8d gpio: generalize for all generic gpio providers by Mike Frysinger · 13 years ago
  23. c3d2a17 md5sum/sha1sum/unzip: split out of mondo mem file by Mike Frysinger · 13 years ago
  24. d52ebf1 mmc: add generic mmc spi driver by Thomas Chou · 14 years ago
  25. 1ba7fd2 Blackfin: ldrinfo: new command by Mike Frysinger · 14 years ago
  26. 52f0aa8 config_cmd_defaults.h: new header for common u-boot command defaults by Mike Frysinger · 14 years ago
  27. 0390e26 common/Makefile: don't include env_embedded.o into libcommon by Wolfgang Denk · 14 years ago
  28. 6d8962e Switch from archive libraries to partial linking by Sebastien Carlier · 14 years ago
  29. a806035 Save environment data to mmc. by Terry Lv · 14 years ago
  30. 88ffb26 CRAMFS: support cramfs in RAM by Heiko Schocher · 15 years ago
  31. 0c90955 kgdb: add default generic stubs by Robin Getz · 15 years ago
  32. 2a49bf3 Merge branch 'master' into next by Wolfgang Denk · 15 years ago
  33. 9ef7851 circbuf: Move to lib_generic and conditionally compile by Peter Tyser · 15 years ago
  34. 6b8f5ad command.c: Break commands out to appropriate cmd_*.c files by Peter Tyser · 15 years ago
  35. 581d04f cmd_nand: Move conditional compilation to Makefile by Peter Tyser · 15 years ago
  36. a747a7f Revert "env: only build env_embedded and envcrc when needed" by Wolfgang Denk · 15 years ago
  37. 6dab6ad env: only build env_embedded and envcrc when needed by Mike Frysinger · 15 years ago
  38. 52a0e2d Add support for the Tundra TSI148 VME-bridge by Reinhard Arlt · 15 years ago
  39. a694610 Merge branch 'master' of git://git.denx.de/u-boot-nand-flash by Wolfgang Denk · 15 years ago
  40. 52cb4d4 stdio/device: rework function naming convention by Jean-Christophe PLAGNIOL-VILLARD · 15 years ago
  41. be33b04 Remove legacy NAND and disk on chip code. by Scott Wood · 15 years ago
  42. 93f9dcf Add simple hwconfig infrastructure by Anton Vorontsov · 15 years ago
  43. dd14af7 Blackfin: new spibootldr command by Mike Frysinger · 16 years ago
  44. ecb1dc8 Add support for Linux-like kallsysms by Mike Frysinger · 15 years ago
  45. 55e0ed6 make MODEM SUPPORT generic instead of duplicate it by Jean-Christophe PLAGNIOL-VILLARD · 15 years ago
  46. f63728c One more fix for building env_embedded.o by Wolfgang Denk · 15 years ago
  47. b9c0e4c add dataflash mmc mux missing support by Jean-Christophe PLAGNIOL-VILLARD · 15 years ago
  48. afcbce0 Fix building of env_embedded.o by Wolfgang Denk · 15 years ago
  49. a706bfc common/Makefile: Conditionally compile env_embedded.o by Peter Tyser · 16 years ago
  50. 75eb82e mflash: Initial mflash support by unsik Kim · 16 years ago
  51. 74de7ae Add "source" command; prepare removal of "autoscr" command by Wolfgang Denk · 15 years ago
  52. ce6d0c8 UBIFS: Add UBIFS commands by Stefan Roese · 16 years ago
  53. 68d7d65 Separate mtdparts command from jffs2 by Stefan Roese · 16 years ago
  54. e915f8b common/{hush, kgdb, serial}.c: build by COBJS-$(...) in Makefile by Mike Frysinger · 16 years ago
  55. 16a28ef IOMUX: Add console multiplexing support. by Gary Jennejohn · 16 years ago
  56. c8aa7df FPGA: move fpga drivers to drivers/fpga by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  57. 694a0b3 UBI: Add UBI command support by Kyungmin Park · 16 years ago
  58. a80b21d common/Makefile: create others group for non core, environment and command files by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  59. 4bae909 Automatic software update from TFTP server by Bartlomiej Sieka · 16 years ago
  60. b64b775 cmd_mem: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  61. 507641d env_flash: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  62. 0cf4fd3 rename environment.c in env_embedded.c to reflect is functionality by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  63. c0878af env_nowhere: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  64. 2556ef7 env_sf: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  65. 55c5f49 env_onenand: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  66. 957a0e6 env_nvram: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  67. 06f6135 env_nand: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  68. d8cc04d env_dataflash: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  69. d1034bc cmd_eeprom: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  70. bf5a771 env_eeprom: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  71. 32628c5 cmd_mac: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  72. e5648ac cmd_fdc: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  73. 2d02d91 common/Makefile: add core command section by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  74. 0d92d4a cmd_vfd: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  75. 2c8ccf2 Makefile: fix bug introduced by commit 47ffd6c2 by Wolfgang Denk · 16 years ago
  76. 47ffd6c Makefile: compile and link each module just once by Wolfgang Denk · 16 years ago
  77. c1de7a6 devices: merge to list_head by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  78. 578118b common/Makefile: order by functionality by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  79. ba7b5b2 miiphyutil: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  80. 81789c3 autoscript: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  81. bbf52df crc16: move to lib_generic by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  82. 5519577 miiphybb: move to drivers/net/phy by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  83. e831403 soft_spi: move to drivers/spi by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  84. 4d75e0a soft_i2c: move to drivers/i2c by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  85. 717a222 gunzip: move to lib_generic by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  86. 0f2cbe3 Add proper SPD definitions for DDR1/2/3 by James Yang · 16 years ago
  87. ffa4baf Add command to enable/disable interrupts by Kumar Gala · 16 years ago
  88. 0a823aa Add 'license' command to U-Boot command line by Harald Welte · 16 years ago
  89. d6e9ee9 common: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  90. 90ef117 Incorporate yaffs2 into U-boot by William Juul · 17 years ago
  91. fec6d9e Remove the deprecated CONFIG_OF_FLAT_TREE by Gerald Van Baren · 16 years ago
  92. 8c66497 Add support for environment in SPI flash by Haavard Skinnemoen · 16 years ago
  93. b636846 SPI Flash: Add "sf" command by Haavard Skinnemoen · 16 years ago
  94. 3c735e7 Altera Stratix II support by eran liberty · 17 years ago
  95. 2a2fa79 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
  96. 38b189f Merge branch 'master' of git://www.denx.de/git/u-boot-mpc85xx by Wolfgang Denk · 17 years ago
  97. c7057b5 ata: add the support for SATA framework by Dave Liu · 17 years ago
  98. 9eef628 ata: merge the ata_piix driver by Dave Liu · 17 years ago
  99. ec2b74f 85xx: Added support for multicore boot mechanism by Kumar Gala · 17 years ago
  100. 27f33e9 Merge branch 'new-image' of git://www.denx.de/git/u-boot-testing by Bartlomiej Sieka · 17 years ago