1. ea32b5e Re-add support for image type 'Standalone Program' by Detlev Zundel · 15 years ago
  2. 7709447 Add error checking for unsupported OS types. by Detlev Zundel · 15 years ago
  3. 82f0d23 Add DNS support by Robin Getz · 15 years ago
  4. d02bd74 Refresh LZMA-lib to v4.65 by Luigi 'Comio' Mantellini · 15 years ago
  5. 7dcc170 ubi: help message correction by Andrzej Wolski · 15 years ago
  6. 66b0726 common: fix 'dummy' is used uninitialized in this function warning by Kim Phillips · 15 years ago
  7. fd53c5e cmd_flash.c: fix fix compile error for boards with DataFlash by Wolfgang Denk · 15 years ago
  8. ff196c1 Add support for the Tundra TSI148 VME-bridge by Reinhard Arlt · 15 years ago
  9. 5a30936 console: unify printing current devices by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  10. d285d41 Merge branch 'master' of git://git.denx.de/u-boot-nand-flash by Wolfgang Denk · 15 years ago
  11. a2f3082 cmd_flash.c: fix warning: unused variable 'addr_first'/'addr_last' by Wolfgang Denk · 15 years ago
  12. 4243d76 Merge branch 'master' of /home/wd/git/u-boot/custodians by Wolfgang Denk · 15 years ago
  13. 0315997 Merge branch 'master' of git://git.denx.de/u-boot-i2c by Wolfgang Denk · 15 years ago
  14. d7218fe cmd_i2c: bugfix: add missing brace by Alessandro Rubini · 15 years ago
  15. 2a7a031 stdio/device: rework function naming convention by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  16. 9e51892 Merge branch 'master' of git://git.denx.de/u-boot-video by Wolfgang Denk · 15 years ago
  17. b6ade25 sata: namespace curr_device variable by Mike Frysinger · 15 years ago
  18. 0289fe6 cmd_mmc: make curr_device static by Mike Frysinger · 15 years ago
  19. 5388418 Added support for splash screen positioning by Matthias Weisser · 15 years ago
  20. 9866305 Remove legacy NAND and disk on chip code. by Scott Wood · 16 years ago
  21. a1f416c MTD: OneNAND: Increase the environment size to 4KiB by Kyungmin Park · 15 years ago
  22. a73904e Add simple hwconfig infrastructure by Anton Vorontsov · 15 years ago
  23. 9dae38a Command improvements for ubifs by Simon Kagstrom · 15 years ago
  24. 4a8fbfb Handle VID header offset in ubi part command by Simon Kagstrom · 15 years ago
  25. 4dbb4f8 env_onenand: change env_address type from unsigned long to loff_t by HeungJun Kim · 15 years ago
  26. fad2444 nand_spl: read environment early, when booting from NAND using nand_spl by Guennadi Liakhovetski · 16 years ago
  27. 7a15ca1 nand/onenand: Fix missing argument checking for "markbad" command by Wolfgang Denk · 16 years ago
  28. a68e058 env_nand: remove unused variable. by Guennadi Liakhovetski · 16 years ago
  29. 8a1f364 8xxx: Second UART port added for MPC85xx, MPC83xx, MPC86xx processors by Poonam Aggrwal · 15 years ago
  30. 7c8e97f Blackfin: new spibootldr command by Mike Frysinger · 16 years ago
  31. 62e7398 83xx: Replace CONFIG_MPC83XX with CONFIG_MPC83xx by Peter Tyser · 16 years ago
  32. f342f86 MPC512x: remove include/mpc512x.h by Wolfgang Denk · 16 years ago
  33. c54781c General help message cleanup by Wolfgang Denk · 16 years ago
  34. 9dd775b Make "usage" messages more helpful. by Wolfgang Denk · 16 years ago
  35. 8794492 nvedit: speed up printing of environment by Mike Frysinger · 16 years ago
  36. a46fbba Add support for Linux-like kallsysms by Mike Frysinger · 16 years ago
  37. 21c0a54 cmd_mtdparts.c: allow to omit definitions for default settings by Wolfgang Denk · 16 years ago
  38. 8e66ea7 cmd_mtdparts: Move to common handling of FLASH devices via MTD layer by Stefan Roese · 16 years ago
  39. 586b3a6 mtd: Update MTD infrastructure to support 64bit device size by Stefan Roese · 16 years ago
  40. beb957c make MODEM SUPPORT generic instead of duplicate it by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  41. 93bed9b ZOOM2 Add serial support. by Tom Rix · 15 years ago
  42. 65a48ea cmd_i2c: Fix i2c help command output when CONFIG_I2C_MUX by Peter Tyser · 16 years ago
  43. b9077a4 cmd_i2c: Clean up trivial helper functions by Peter Tyser · 16 years ago
  44. 4ff03cf cmd_i2c: Clean up i2c command argument parsing by Peter Tyser · 16 years ago
  45. 469cde4 i2c: Update references to individual i2c commands by Peter Tyser · 16 years ago
  46. 1ad7b35 i2c: Remove deprecated individual i2c commands by Peter Tyser · 16 years ago
  47. 2e69765 i2c: Create common default i2c_[set|get]_bus_speed() functions by Peter Tyser · 16 years ago
  48. 769069e i2c.h: Provide a default CONFIG_SYS_I2C_SLAVE value by Peter Tyser · 16 years ago
  49. 3e448aa mmc: check find_mmc_device return value by Rabin Vincent · 16 years ago
  50. 920dd55 mmc: clean up help texts by Rabin Vincent · 16 years ago
  51. 4fa1f2d jffs2/mtdparts: Fix problem with usage from JFFS2 and MTDPARTS together by Stefan Roese · 16 years ago
  52. 0238f6f Merge branch 'master' of git://git.denx.de/u-boot-ubi by Wolfgang Denk · 16 years ago
  53. 8167f3c common: fix inline--weak error spotted by gcc 4.4 by Kim Phillips · 16 years ago
  54. fef7f8a UBI: fix return code in ubi_volume_read by Andreas Huber · 16 years ago
  55. f1b3f2b Fix e-mail address of Gary Jennejohn. by Detlev Zundel · 16 years ago
  56. ace7cc8 Remove inline qualifier from show_boot_progress() by Emil Medve · 16 years ago
  57. 3b195ff netloop: updates for NetLoop by Heiko Schocher · 16 years ago
  58. 0266428 cmd_ext2.c: fix compile warnings by Wolfgang Denk · 16 years ago
  59. 62eafb7 ubi: Remove flash selection parameter (nor|nand|onenand) from "ubi part" by Stefan Roese · 16 years ago
  60. 9d0928d Separate mtdparts command from jffs2 by Ladislav Michl · 16 years ago
  61. 1f7850e cmd_ide: Remove unused AmigaOneG3SE code by Peter Tyser · 16 years ago
  62. d8a6b81 mtdpart command: align output columns by David Brownell · 16 years ago
  63. 3a5c264 fs: Fix the wrong type of var by Gao Guanhua · 16 years ago
  64. 9a2cbb9 cmd_nand: drop duplicate NULL ptr check by Mike Frysinger · 16 years ago
  65. 11ddc17 One more fix for building env_embedded.o by Wolfgang Denk · 16 years ago
  66. 68498ab common/image.c: Relocate strings in tables. by Scott Wood · 16 years ago
  67. 7bf15f8 UBI/cfi-mtd: Fix mtd name for multiple chips by Andreas Huber · 16 years ago
  68. 0f92290 cmd_mmc: add support for device command for selecting mmc device by Minkyu Kang · 16 years ago
  69. 27e1e62 more command usage cleanup by Mike Frysinger · 16 years ago
  70. 816af31 Separate mtdparts command from jffs2 by Ladislav Michl · 16 years ago
  71. ebe54bf add dataflash mmc mux missing support by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  72. 4f44a6b Fix quoting bug introduced by commit 74de7aef by Wolfgang Denk · 16 years ago
  73. cec9c2f Fix building of env_embedded.o by Wolfgang Denk · 16 years ago
  74. 6bb9449 rename include/zlib.h to include/u-boot/zlib.h by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  75. ea4b6e3 common/Makefile: Conditionally compile env_embedded.o by Peter Tyser · 16 years ago
  76. f0b1bdd mflash: Initial mflash support by unsik Kim · 16 years ago
  77. 562ff6e Merge branch 'master' of git://git.denx.de/u-boot-nand-flash by Wolfgang Denk · 16 years ago
  78. 3f6ba81 Merge branch 'master' of git://git.denx.de/u-boot-blackfin by Wolfgang Denk · 16 years ago
  79. 12dbc24 Noisily disable the legacy NAND subsystem. by Scott Wood · 16 years ago
  80. 85c25df Add "source" command; prepare removal of "autoscr" command by Wolfgang Denk · 16 years ago
  81. 8a3a8ac Blackfin: drop newline from OTP help by Mike Frysinger · 16 years ago
  82. 4be87b2 fsl-ddr: add the DDR3 SPD infrastructure by Dave Liu · 16 years ago
  83. 770a188 ARM: fix warning: 'print_eth' defined but not used by Wolfgang Denk · 16 years ago
  84. ffcf599 Fix implicit declaration of function 'eth_[gs]etenv_enetaddr' by Wolfgang Denk · 16 years ago
  85. 5e6c06b command.c: Expose the core of do_help as _do_help to the rest of u-boot. by Detlev Zundel · 16 years ago
  86. 50219e6 ppc: cleanup compiler errors/warnings by Heiko Schocher · 16 years ago
  87. b325d7e Enable multi chip support in the NAND layer by Wolfgang Grandegger · 16 years ago
  88. 5c72127 UBIFS: Add UBIFS commands by Stefan Roese · 16 years ago
  89. b1423dd Separate mtdparts command from jffs2 by Stefan Roese · 16 years ago
  90. c3c533c nvedit: do not update global bi_enetaddr and do not call eth_set_enetaddr() by Mike Frysinger · 16 years ago
  91. 84d03e5 lynxkdi: get mac address from environment by Mike Frysinger · 16 years ago
  92. 8bcee04 bootvx: get mac address from environment by Mike Frysinger · 16 years ago
  93. 9335cc7 bdinfo: get mac address from environment by Mike Frysinger · 16 years ago
  94. d5695f4 convert print_IPaddr() to %pI4 by Mike Frysinger · 16 years ago
  95. 2b745dc vsprintf: pull updates from Linux kernel by Mike Frysinger · 16 years ago
  96. d1c1f9c NAND: Have nboot accept .e and .i as legacy no-ops. by Scott Wood · 16 years ago
  97. aaee2a3 NAND: Make nboot skip bad blocks by Ladislav Michl · 16 years ago
  98. a11ca28 lcd: Fix compilation warning in common/lcd.c by Anatolij Gustschin · 16 years ago
  99. 332d0b5 LCD: support 8bpp BMPs on 16bpp displays by Guennadi Liakhovetski · 16 years ago
  100. 7b298f3 Add 16bpp BMP support by Mark Jackson · 16 years ago