1. eae3b06 common/hush: make get_local_var visible for other users by Holger Brunck · 14 years ago
  2. 62a813b cramfs: make cramfs usable without a NOR flash by Heiko Schocher · 13 years ago
  3. ee8bc96 cramfs: fix bug in using CONFIG_CRAMFS_CMDLINE by Heiko Schocher · 13 years ago
  4. 96d04c3 IDE: fix compiler warnings by Wolfgang Denk · 13 years ago
  5. a621b16 common/cmd_mdio.c: fix compile warning by Anatolij Gustschin · 13 years ago
  6. d67d5d5 miiphy: miiphyutil.c: fix compile warning by Anatolij Gustschin · 13 years ago
  7. f3c615b cmd_nvedit.c: clean up with checkpatch by Macpaul Lin · 13 years ago
  8. 0abddf8 cmd_ide: enhance new feature "CONFIG_IDE_AHB" by Macpaul Lin · 14 years ago
  9. a146bcc Merge branch 'master' of git://git.denx.de/u-boot-mmc by Wolfgang Denk · 13 years ago
  10. 28df15e mmc_spi: add mmc_init call by Thomas Chou · 14 years ago
  11. c649dda i2c: add i2c deblock sequence before and after every mux config by Stefan Bigler · 14 years ago
  12. a000b79 common: add a grepenv command by Kim Phillips · 14 years ago
  13. 2dc55d9 fix redundant environment for serial flash by thomas.langer@lantiq.com · 14 years ago
  14. f38536f Merge branch 'master' of git://git.denx.de/u-boot-arm by Wolfgang Denk · 13 years ago
  15. b633f66 Add 'led' command by Jason Kridner · 14 years ago
  16. 55b0a39 Respect memreserve regions specified in the device tree by Grant Likely · 14 years ago
  17. ce6b27a Fix off-by-one error in passing initrd end address via device tree by Grant Likely · 14 years ago
  18. ed59e58 Remove device tree booting dependency on CONFIG_SYS_BOOTMAPSZ by Grant Likely · 14 years ago
  19. c3624e6 Default to bootm_size() when CONFIG_SYS_BOOTMAPSZ is not defined by Grant Likely · 14 years ago
  20. 590d3ca Stop passing around bootmem_base value. by Grant Likely · 14 years ago
  21. 31e4139 Fix typo in #error: IS_IN_NOWHERE vs. IS_NOWHERE by Loïc Minier · 14 years ago
  22. aef293b Merge branch 'phylib' of git://git.denx.de/u-boot-mmc by Wolfgang Denk · 14 years ago
  23. 9dd5dad Merge branch 'misc' of git://git.denx.de/u-boot-blackfin by Wolfgang Denk · 14 years ago
  24. d7eb184 Merge branch 'master' of git://git.denx.de/u-boot-fdt by Wolfgang Denk · 14 years ago
  25. 4f27f0a Merge branch 'master' of git://git.denx.de/u-boot-mmc by Wolfgang Denk · 14 years ago
  26. 995daa0 Add mdio command for new PHY infrastructure by Andy Fleming · 14 years ago
  27. 5f18471 Create PHY Lib for U-Boot by Andy Fleming · 14 years ago
  28. 16a5323 miiphy: Fix some formatting issues by Andy Fleming · 14 years ago
  29. d13ffa6 fdt_support: Fix buffer overflow in fdt_fixup_memory_banks by Kyle Moffett · 14 years ago
  30. f16b608 Merge branch 'sf' of git://git.denx.de/u-boot-blackfin by Wolfgang Denk · 14 years ago
  31. 6801201 gpio: check request result by Mike Frysinger · 14 years ago
  32. a972b8d gpio: generalize for all generic gpio providers by Mike Frysinger · 14 years ago
  33. c3d2a17 md5sum/sha1sum/unzip: split out of mondo mem file by Mike Frysinger · 14 years ago
  34. 710b993 crc32: make command optional by Mike Frysinger · 14 years ago
  35. a641b97 make `go` optional by Mike Frysinger · 14 years ago
  36. 0c79cda env: make import/export optional by Mike Frysinger · 14 years ago
  37. 940e078 mmc: show mmc capacity using print_size by Minkyu Kang · 14 years ago
  38. d52ebf1 mmc: add generic mmc spi driver by Thomas Chou · 14 years ago
  39. fea2572 x86: Rename i386 to x86 by Graeme Russ · 14 years ago
  40. 418e046 common/cmd_bdinfo.c: fix do_bdinfo() for AVR32 by Andreas Bießmann · 14 years ago
  41. 8c3aff5 cmd_nvedit: use explicit typecast for printf by Andreas Bießmann · 14 years ago
  42. 6052cba Fix misc spelling errors found by lintian by Loïc Minier · 14 years ago
  43. 8a07de0 cmd_sf: use cmd_usage() in more places by Mike Frysinger · 14 years ago
  44. 840ff99 cmd_sf: drop device status message when probing by Mike Frysinger · 14 years ago
  45. 334eb4b cmd_sf: add handler for +len arg for erase command by Richard Retanubun · 14 years ago
  46. 02cf345 bootm: replace blob_start with image_start by Lei Wen · 14 years ago
  47. 1ba7fd2 Blackfin: ldrinfo: new command by Mike Frysinger · 14 years ago
  48. 31488a6 Blackfin: bootldr: use common defines by Mike Frysinger · 14 years ago
  49. 4db2fa7 Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx by Wolfgang Denk · 14 years ago
  50. 97039ab env_mmc: Allow board code to override the environment address by Mingkai Hu · 14 years ago
  51. c7fd27c mpc8xxx: DDR2/DDR3: Clean up DIMM-type switch statements by Kyle Moffett · 14 years ago
  52. 56887e2 Remove unnecessary reset in usb_stor_get_info by Erik Hansen · 14 years ago
  53. 7f5d8a4 UBI: Fix error code handling in ubi commands by Stefan Roese · 14 years ago
  54. 2ee3678 serial: Add Tegra2 serial port support by Tom Warren · 14 years ago
  55. 3a26c43 Fix build warnings in cmd_flash.c by Remy Bohmer · 14 years ago
  56. 89d4836 Add USB host ethernet adapter support by Simon Glass · 14 years ago
  57. 67fb062 unzip: return uncompressed size in `filesize', and print it. by Wolfgang Denk · 14 years ago
  58. cc22b79 itest: fix result of string compares by Wolfgang Denk · 14 years ago
  59. c65715d Merge branch 'master' of git://git.denx.de/u-boot-mips by Wolfgang Denk · 14 years ago
  60. 17f79e4 cmd_bmp.c: message about compressed formats is debug info only. by Wolfgang Denk · 14 years ago
  61. eef1d71 NAND: env: remember the flags used in the previous environment by Scott Wood · 14 years ago
  62. ce297a8 USB: Change the necessary defines to get debug output by Alexander Holler · 14 years ago
  63. cb44091 USB: Fix device stati for removable and powerctrl (typo) by Alexander Holler · 14 years ago
  64. c6dc8a7 cmd_ide: Fix an unused CONFIG_AU1X00 symbol to work as intended by Shinya Kuribayashi · 14 years ago
  65. 920a5dd NAND: Fix saving of redundand environment by Alexander Holler · 14 years ago
  66. d1a24f0 Minor Coding Style Cleanup. by Wolfgang Denk · 14 years ago
  67. 89ffa8d Print compiler and linker version with the version command by Alexander Holler · 14 years ago
  68. 8d46d5b lcd: align fb writing address for horizontal display offset by Liu Ying · 14 years ago
  69. 5aebe3b Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx by Wolfgang Denk · 14 years ago
  70. dd50af2 powerpc/8xxx: Add hwconfig APIs to address early parsing used by DDR init by Kumar Gala · 14 years ago
  71. c6b1ee6 Fix defines needed to enable command sha1sum by Alexander Holler · 14 years ago
  72. 141053d cmd_jffs2: Fix get_part_sector_size_nor() overflow bug by Peter Tyser · 14 years ago
  73. 47fc18f NAND: add the ability to directly write yaffs image by Lei Wen · 14 years ago
  74. 3e5ab1a Revert "boot cmds: convert to getenv_yesno() with autostart" by Wolfgang Denk · 14 years ago
  75. 8ef583a miiphy: convert to linux/mii.h by Mike Frysinger · 14 years ago
  76. 82359ae cmd editing: mark erase/tab seqs constant by Mike Frysinger · 14 years ago
  77. d6efe24 cmd_mem: localize state variables by Mike Frysinger · 14 years ago
  78. 558605c load_addr: move to common env code by Mike Frysinger · 14 years ago
  79. 52f0aa8 config_cmd_defaults.h: new header for common u-boot command defaults by Mike Frysinger · 14 years ago
  80. 560d424 env: re-add support for auto-completion by Mike Frysinger · 14 years ago
  81. 4b58266 cmd_net.c: fix build breakage by Wolfgang Denk · 14 years ago
  82. 41c8624 onenand: add yaffs write command by Lei Wen · 14 years ago
  83. 2eb1573 hashtable: drop all non-reentrant versions by Mike Frysinger · 14 years ago
  84. 006915f Merge branch 'master' of ../master into next by Wolfgang Denk · 14 years ago
  85. bb14107 hwconfig: Fix handling of env_hwconfig, board_hwconfig, and cpu_hwconfig by Kumar Gala · 14 years ago
  86. a430b13 onenand: fix oob print out issue by Lei Wen · 14 years ago
  87. 068a208 env_nand: Use nand_read_skip_bad instead of nand_read by Steve Sakoman · 14 years ago
  88. 2f15cfd UBI/UBIFS: Automatically unmount UBIFS volume upon UBI partition change by Stefan Roese · 14 years ago
  89. 9a2ea57 UBIFS: Change "ubifs mount" to "ubifsmount" in ubifsls output by Stefan Roese · 14 years ago
  90. cb9c09d UBIFS: Add ubifsumount command to unmount an active volume by Stefan Roese · 14 years ago
  91. b194577 hwconfig: Fix dummy initialization of {board, cpu}_hwconfig by Kumar Gala · 14 years ago
  92. d7be305 stdio: constify "name" arg in public api by Mike Frysinger · 14 years ago
  93. 5a442c0 boot cmds: convert to getenv_yesno() with autostart by Mike Frysinger · 14 years ago
  94. 7edb186 image: constify lookup tables by Mike Frysinger · 14 years ago
  95. fc9903f cmd_itest: constify & localize op table by Mike Frysinger · 14 years ago
  96. bdbc130 cmd_date: constify by Mike Frysinger · 14 years ago
  97. 722b061 autocomplete: remove runtime handler install by Mike Frysinger · 14 years ago
  98. 882b7d7 do_reset: unify duplicate prototypes by Mike Frysinger · 14 years ago
  99. 7842fb7 do_bootd: unify duplicate prototypes by Mike Frysinger · 14 years ago
  100. 36ebb78 do_bootm: unify duplicate prototypes by Mike Frysinger · 14 years ago