1. f489250 Revert "boot cmds: convert to getenv_yesno() with autostart" by Wolfgang Denk · Tue Jan 11 20:56:34 2011 +0100
  2. 27c0b4a boot cmds: convert to getenv_yesno() with autostart by Mike Frysinger · Wed Oct 20 07:17:55 2010 -0400
  3. 2a5ba45 do_bootm: unify duplicate prototypes by Mike Frysinger · Wed Oct 20 03:35:39 2010 -0400
  4. 95b57aa Fixed clobbered output of the "help usb" command by Sergei Poselenov · Mon Aug 09 16:01:42 2010 +0400
  5. 3b68311 cmd_usage(): simplify return code handling by Wolfgang Denk · Sat Jul 17 01:06:04 2010 +0200
  6. 6262d021 Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · Mon Jun 28 22:00:46 2010 +0200
  7. 84e20a2 cmd_usb.c: show cmd usage if no args given by Serge Ziryukin · Sun Apr 25 21:32:36 2010 +0300
  8. 300ea51 USB storage count by Kim B. Heino · Fri Mar 12 15:46:56 2010 +0200
  9. 2f4d365 cmd_usb.c: print debug messages only when DEBUG is defined by Wolfgang Denk · Thu Mar 25 14:07:23 2010 +0100
  10. d43a0b8 usb: write command for RAW partition. by Mahavir Jain · Tue Nov 03 12:22:10 2009 +0530
  11. 83b9e1d USB Consolidate descriptor definitions by Tom Rix · Sat Oct 31 12:37:38 2009 -0500
  12. c54781c General help message cleanup by Wolfgang Denk · Sun May 24 17:06:54 2009 +0200
  13. 6a6d9d1 USB: Add high-speed (480Mb/s) to all USB related outputs by Stefan Roese · Thu Jan 22 10:11:21 2009 +0100
  14. 3d18996 Prepare USB layer for ehci by Michael Trimarchi · Fri Nov 28 13:19:19 2008 +0100
  15. dfb72b8 Command usage cleanup by Peter Tyser · Tue Jan 27 18:03:12 2009 -0600
  16. ddb3af9 Standardize command usage messages with cmd_usage() by Peter Tyser · Tue Jan 27 18:03:10 2009 -0600
  17. b60d265 Remove obsolete command (apply afte USB style patch, 80 chars strict) by Michael Trimarchi · Wed Nov 26 17:40:37 2008 +0100
  18. 5f2e7fc USB style patch, 80 chars strict by Michael Trimarchi · Wed Nov 26 17:41:34 2008 +0100
  19. 0383694 rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · Thu Oct 16 15:01:15 2008 +0200
  20. dc770c7 Code cleanup: fix old style assignment ambiguities like "=-" etc. by Wolfgang Denk · Mon Jul 14 15:19:07 2008 +0200
  21. 1eef5c3 Fix "usb part" command by Christian Eggers · Fri Jun 27 19:46:51 2008 +0200
  22. cefb402 Delay FIT format check on sector based devices by Marian Balakowicz · Fri Jun 06 23:07:40 2008 +0200
  23. a1be476 Big white-space cleanup. by Wolfgang Denk · Tue May 20 16:00:29 2008 +0200
  24. 1fca254 Merge branch 'master_merge_new-image' of /home/tur/git/u-boot by Wolfgang Denk · Wed Mar 26 10:41:48 2008 +0100
  25. 7ede186 USB Storage, add meaningful return value by Aras Vaichas · Tue Mar 25 12:09:07 2008 +1100
  26. e6bdd34 [new uImage] Add new uImage format handling to other bootm related commands by Marian Balakowicz · Wed Mar 12 10:33:01 2008 +0100
  27. d7c88a4 [new uImage] Update naming convention for bootm/uImage related code by Marian Balakowicz · Fri Feb 29 14:58:34 2008 +0100
  28. dbdd16a [new uImage] Add dual format uImage support framework by Marian Balakowicz · Mon Feb 04 08:28:09 2008 +0100
  29. 65a2752 [new uImage] Fix erroneous use of image_get_magic() in fdc/usb cmds by Marian Balakowicz · Thu Feb 21 17:27:49 2008 +0100
  30. a1cc147 [new uImage] Rename and move print_image_hdr() routine by Marian Balakowicz · Thu Feb 21 17:27:41 2008 +0100
  31. 41d71ed [new uImage] Define a API for image handling operations by Marian Balakowicz · Tue Jan 08 18:14:09 2008 +0100
  32. c0d32e9 [BUILD] conditionally compile common/cmd_*.c in common/Makefile by Grant Likely · Mon Sep 24 09:05:31 2007 -0600
  33. 4c17634 common/cmd_[p-x]*: Remove obsolete references to CONFIG_COMMANDS. by Jon Loeliger · Sun Jul 08 18:05:39 2007 -0500
  34. 3de8b24 common/cmd_[i-z]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). by Jon Loeliger · Mon Jun 11 19:01:54 2007 -0500
  35. ffc2dd7 [PATCH 1_4] Merge common get_dev() routines for block devices by Grant Likely · Tue Feb 20 09:04:34 2007 +0100
  36. e39589f Prevent USB commands from working when USB is stopped. by Bartlomiej Sieka · Thu Aug 03 23:20:13 2006 +0200
  37. 978333a Add rudimentary handling of alternate settings of USB interfaces - to fix by Bartlomiej Sieka · Wed Aug 02 00:54:18 2006 +0200
  38. 7fb5266 Cleanup for GCC-4.x by Wolfgang Denk · Thu Oct 13 16:45:02 2005 +0200
  39. d06ce5d Coding style cleanup by Wolfgang Denk · Tue Aug 02 17:06:17 2005 +0200
  40. c7a4f7d Fix low-level OHCI transfers for ARM920t and MPC5xxx by Wolfgang Denk · Thu Jul 21 11:57:57 2005 +0200
  41. a2b932d * Fix baudrate calculation problem on MPC5200 systems by wdenk · Mon Jun 27 13:30:03 2005 +0000
  42. 8d5d28a Fix problems with SNTP support; enable SNTP support in some boards. by wdenk · Sat Apr 02 22:37:54 2005 +0000
  43. acd0536 Cleanup USB and partition defines by wdenk · Thu Feb 24 23:23:29 2005 +0000
  44. 422fa62 Fix for incomplete byteorder fix in cmd_scsi.c and cmd_usb.c by wdenk · Fri Feb 04 21:33:05 2005 +0000
  45. c233db8 Fix byteorder problem in usbboot and scsiboot commands. by wdenk · Fri Feb 04 15:38:08 2005 +0000
  46. f1276d4 * Removed '--no-warn-mismatch' option from Makefile. This option by wdenk · Thu Feb 03 23:00:49 2005 +0000
  47. 20c98a6 * Modify KUP4X board configuration to use SL811 driver for USB memory by wdenk · Fri Apr 23 20:32:05 2004 +0000
  48. 4ea537d * Patches by David Müller, 14 Nov 2003: by wdenk · Sun Dec 07 18:32:37 2003 +0000
  49. f287a24 Patch by Kenneth Johansson, 30 Jun 2003: by wdenk · Tue Jul 01 21:06:45 2003 +0000
  50. f12e396 Fix some missing commands, cleanup header files by wdenk · Sun Jun 29 21:03:46 2003 +0000
  51. 57b2d80 * Code cleanup: by wdenk · Fri Jun 27 21:31:46 2003 +0000
  52. c08f158 * LWMON extensions: by wdenk · Sun Apr 27 22:52:51 2003 +0000
  53. e887afc Initial revision by wdenk · Tue Aug 27 09:44:07 2002 +0000