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