1. 864aa03 cmd_mtdparts: Move to common handling of FLASH devices via MTD layer by Stefan Roese · 15 years ago
  2. 8d2effe mtd: Update MTD infrastructure to support 64bit device size by Stefan Roese · 15 years ago
  3. 55e0ed6 make MODEM SUPPORT generic instead of duplicate it by Jean-Christophe PLAGNIOL-VILLARD · 15 years ago
  4. 660888b ZOOM2 Add serial support. by Tom Rix · 15 years ago
  5. 9166b77 cmd_i2c: Fix i2c help command output when CONFIG_I2C_MUX by Peter Tyser · 15 years ago
  6. 0a45a63 cmd_i2c: Clean up trivial helper functions by Peter Tyser · 15 years ago
  7. e96ad5d cmd_i2c: Clean up i2c command argument parsing by Peter Tyser · 15 years ago
  8. 0f89c54 i2c: Update references to individual i2c commands by Peter Tyser · 15 years ago
  9. d48eb51 i2c: Remove deprecated individual i2c commands by Peter Tyser · 15 years ago
  10. 655b34a i2c: Create common default i2c_[set|get]_bus_speed() functions by Peter Tyser · 15 years ago
  11. 9c90a2c i2c.h: Provide a default CONFIG_SYS_I2C_SLAVE value by Peter Tyser · 15 years ago
  12. e85649c mmc: check find_mmc_device return value by Rabin Vincent · 15 years ago
  13. ac0865f mmc: clean up help texts by Rabin Vincent · 15 years ago
  14. 76b5883 jffs2/mtdparts: Fix problem with usage from JFFS2 and MTDPARTS together by Stefan Roese · 15 years ago
  15. 5af210c Merge branch 'master' of git://git.denx.de/u-boot-ubi by Wolfgang Denk · 15 years ago
  16. 2df72b8 common: fix inline--weak error spotted by gcc 4.4 by Kim Phillips · 15 years ago
  17. 0850301 UBI: fix return code in ubi_volume_read by Andreas Huber · 15 years ago
  18. 792a09e Fix e-mail address of Gary Jennejohn. by Detlev Zundel · 15 years ago
  19. 5e2c08c Remove inline qualifier from show_boot_progress() by Emil Medve · 15 years ago
  20. da95427 netloop: updates for NetLoop by Heiko Schocher · 15 years ago
  21. 4d9eab8 cmd_ext2.c: fix compile warnings by Wolfgang Denk · 15 years ago
  22. 2d579e5 ubi: Remove flash selection parameter (nor|nand|onenand) from "ubi part" by Stefan Roese · 15 years ago
  23. 0c8a849 Separate mtdparts command from jffs2 by Ladislav Michl · 15 years ago
  24. 67c2e57 cmd_ide: Remove unused AmigaOneG3SE code by Peter Tyser · 15 years ago
  25. 08f077d mtdpart command: align output columns by David Brownell · 15 years ago
  26. 351f40c fs: Fix the wrong type of var by Gao Guanhua · 15 years ago
  27. dfc99e1 cmd_nand: drop duplicate NULL ptr check by Mike Frysinger · 15 years ago
  28. f63728c One more fix for building env_embedded.o by Wolfgang Denk · 15 years ago
  29. e3d1ac7 common/image.c: Relocate strings in tables. by Scott Wood · 16 years ago
  30. c203ef5 UBI/cfi-mtd: Fix mtd name for multiple chips by Andreas Huber · 16 years ago
  31. 869f6bf cmd_mmc: add support for device command for selecting mmc device by Minkyu Kang · 16 years ago
  32. 852dbfd more command usage cleanup by Mike Frysinger · 16 years ago
  33. b93b24b Separate mtdparts command from jffs2 by Ladislav Michl · 16 years ago
  34. b9c0e4c add dataflash mmc mux missing support by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  35. 83863df Fix quoting bug introduced by commit 74de7aef by Wolfgang Denk · 16 years ago
  36. afcbce0 Fix building of env_embedded.o by Wolfgang Denk · 16 years ago
  37. a31e091 rename include/zlib.h to include/u-boot/zlib.h by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  38. a706bfc common/Makefile: Conditionally compile env_embedded.o by Peter Tyser · 16 years ago
  39. 75eb82e mflash: Initial mflash support by unsik Kim · 16 years ago
  40. 8ddfe80 Merge branch 'master' of git://git.denx.de/u-boot-nand-flash by Wolfgang Denk · 16 years ago
  41. 0d8cb9c Merge branch 'master' of git://git.denx.de/u-boot-blackfin by Wolfgang Denk · 16 years ago
  42. 99067b0 Noisily disable the legacy NAND subsystem. by Scott Wood · 16 years ago
  43. 74de7ae Add "source" command; prepare removal of "autoscr" command by Wolfgang Denk · 16 years ago
  44. dbc6ab9 Blackfin: drop newline from OTP help by Mike Frysinger · 16 years ago
  45. c360cea fsl-ddr: add the DDR3 SPD infrastructure by Dave Liu · 16 years ago
  46. 26e42cb ARM: fix warning: 'print_eth' defined but not used by Wolfgang Denk · 16 years ago
  47. d2567be Fix implicit declaration of function 'eth_[gs]etenv_enetaddr' by Wolfgang Denk · 16 years ago
  48. 2dce551 command.c: Expose the core of do_help as _do_help to the rest of u-boot. by Detlev Zundel · 16 years ago
  49. 76756e4 ppc: cleanup compiler errors/warnings by Heiko Schocher · 16 years ago
  50. 672ed2a Enable multi chip support in the NAND layer by Wolfgang Grandegger · 16 years ago
  51. ce6d0c8 UBIFS: Add UBIFS commands by Stefan Roese · 16 years ago
  52. 68d7d65 Separate mtdparts command from jffs2 by Stefan Roese · 16 years ago
  53. 56b555a nvedit: do not update global bi_enetaddr and do not call eth_set_enetaddr() by Mike Frysinger · 16 years ago
  54. 5013533 lynxkdi: get mac address from environment by Mike Frysinger · 16 years ago
  55. 62c93d9 bootvx: get mac address from environment by Mike Frysinger · 16 years ago
  56. de2dff6 bdinfo: get mac address from environment by Mike Frysinger · 16 years ago
  57. b6446b6 convert print_IPaddr() to %pI4 by Mike Frysinger · 16 years ago
  58. 6c6166f vsprintf: pull updates from Linux kernel by Mike Frysinger · 16 years ago
  59. 65d8bc9 NAND: Have nboot accept .e and .i as legacy no-ops. by Scott Wood · 16 years ago
  60. 0987505 NAND: Make nboot skip bad blocks by Ladislav Michl · 16 years ago
  61. 00cc559 lcd: Fix compilation warning in common/lcd.c by Anatolij Gustschin · 16 years ago
  62. b245e65 LCD: support 8bpp BMPs on 16bpp displays by Guennadi Liakhovetski · 16 years ago
  63. a303dfb Add 16bpp BMP support by Mark Jackson · 16 years ago
  64. 2f70c49 netloop: speed up NetLoop by Heiko Schocher · 16 years ago
  65. 4f57289 arm: add uart dcc support by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  66. fca0cec bootm: Reduce the unnecessary memmove by Minkyu Kang · 16 years ago
  67. 6bcb4b8 lcd_putc bug fix for tab. by Derek Ou · 16 years ago
  68. 3511b4e MMC: Don't use new framework code if not enabled by Dirk Behme · 16 years ago
  69. 1bba30e Coding style cleanup, update CHANGELOG by Wolfgang Denk · 16 years ago
  70. 5f03201 common/console: avoid ifdef CONFIG_CONSOLE_MUX when it's possible by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  71. ec6f149 common/console: coding style cleanup by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  72. bdab39d rename CONFIG_CMD_ENV to CONFIG_CMD_SAVEENV by Mike Frysinger · 16 years ago
  73. 272cc70 Add MMC Framework by Andy Fleming · 16 years ago
  74. abb5466 Convert mmc_init to mmc_legacy_init by Andy Fleming · 16 years ago
  75. b2e2ed0 Eliminate support for using MMC as memory by Andy Fleming · 16 years ago
  76. 9704f9c USB: Remove LUN number from CDB by Abraham, Thomas · 16 years ago
  77. e915f8b common/{hush, kgdb, serial}.c: build by COBJS-$(...) in Makefile by Mike Frysinger · 16 years ago
  78. ff4e66e pci: Rename PCI_REGION_MEMORY to PCI_REGION_SYS_MEMORY for clarity by Kumar Gala · 16 years ago
  79. 64ace0d Merge branch 'master' of git://git.denx.de/u-boot-nand-flash by Wolfgang Denk · 16 years ago
  80. 0cfa6a9 Merge branch 'master' of git://git.denx.de/u-boot-coldfire by Wolfgang Denk · 16 years ago
  81. 5a9427d env_nand: fix env memory release by derek@siconix.com · 16 years ago
  82. ee73cc5 Coldfire: cmd_bdinfo cleanup by Richard Retanubun · 16 years ago
  83. 70a4da4 ADS5121 Add PATA support by Ralph Kondziella · 16 years ago
  84. 6b7243a Merge branch 'master' of git://git.denx.de/u-boot-usb by Wolfgang Denk · 16 years ago
  85. 1a448db usb_scan_devices: fix output with no devices by Bryan Wu · 16 years ago
  86. f1c1f54 USB: Add high-speed (480Mb/s) to all USB related outputs by Stefan Roese · 16 years ago
  87. c7d703f usb.h: use standard __LITTLE_ENDIAN from Linux headers by Mike Frysinger · 16 years ago
  88. 14e4111 usb_storage: do not reset SanDisk Corporation U3 Cruzer Micro USB thumb drive by Bryan Wu · 16 years ago
  89. 1eb734f usb : usb_kbd : Populating 'priv' member of USB keyboard device_t structure by Thomas Abraham · 16 years ago
  90. 366523c USB change speed by Michael Trimarchi · 16 years ago
  91. 3e12648 Prepare USB layer for ehci by Michael Trimarchi · 16 years ago
  92. a0cb3fc USB storage cleanup patch by Michael Trimarchi · 16 years ago
  93. fe033ad Blackfin: fixup misc warnings such as printf's and missing casts by Mike Frysinger · 16 years ago
  94. 29d4ea0 Blackfin: bootldr: implement BF53x/BF56x LDR loader by Mike Frysinger · 16 years ago
  95. 8b35e3a Blackfin: implement real write support for OTP by Mike Frysinger · 16 years ago
  96. 36ea8e9 Blackfin: support console-over-JTAG by Mike Frysinger · 16 years ago
  97. 2fb2604 Command usage cleanup by Peter Tyser · 16 years ago
  98. 62c3ae7 Standardize command usage messages with cmd_usage() by Peter Tyser · 16 years ago
  99. cf7e399 SATA: do not auto-initialize during boot by Mike Frysinger · 16 years ago
  100. b5b004a jffs2: Fix zero sector_size when not using CONFIG_JFFS2_CMDLINE by Tomasz Figa · 16 years ago