aboutsummaryrefslogtreecommitdiffstats
path: root/common/cmd_usb.c
AgeCommit message (Expand)AuthorFilesLines
2009-06-12General help message cleanupWolfgang Denk1-3/+3
2009-01-28USB: Add high-speed (480Mb/s) to all USB related outputsStefan Roese1-1/+11
2009-01-28Prepare USB layer for ehciMichael Trimarchi1-1/+1
2009-01-28Command usage cleanupPeter Tyser1-3/+3
2009-01-28Standardize command usage messages with cmd_usage()Peter Tyser1-2/+2
2008-11-28Remove obsolete command (apply afte USB style patch, 80 chars strict)Michael Trimarchi1-9/+0
2008-11-28USB style patch, 80 chars strictMichael Trimarchi1-279/+316
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD1-1/+1
2008-07-14Code cleanup: fix old style assignment ambiguities like "=-" etc.Wolfgang Denk1-1/+1
2008-07-10Fix "usb part" commandChristian Eggers1-4/+15
2008-06-30Delay FIT format check on sector based devicesMarian Balakowicz1-7/+8
2008-05-21Big white-space cleanup.Wolfgang Denk1-1/+1
2008-03-26Merge branch 'master_merge_new-image' of /home/tur/git/u-bootWolfgang Denk1-15/+35
2008-03-26USB Storage, add meaningful return valueAras Vaichas1-2/+1
2008-03-12[new uImage] Add new uImage format handling to other bootm related commandsMarian Balakowicz1-8/+19
2008-02-29[new uImage] Update naming convention for bootm/uImage related codeMarian Balakowicz1-1/+1
2008-02-25[new uImage] Add dual format uImage support frameworkMarian Balakowicz1-10/+23
2008-02-21[new uImage] Fix erroneous use of image_get_magic() in fdc/usb cmdsMarian Balakowicz1-1/+1
2008-02-21[new uImage] Rename and move print_image_hdr() routineMarian Balakowicz1-1/+1
2008-02-07[new uImage] Define a API for image handling operationsMarian Balakowicz1-8/+4
2007-11-20[BUILD] conditionally compile common/cmd_*.c in common/MakefileGrant Likely1-10/+0
2007-07-08common/cmd_[p-x]*: Remove obsolete references to CONFIG_COMMANDS.Jon Loeliger1-3/+3
2007-07-04common/cmd_[i-z]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger1-2/+2
2007-02-20[PATCH 1_4] Merge common get_dev() routines for block devicesGrant Likely1-0/+1
2006-08-03Prevent USB commands from working when USB is stopped.Bartlomiej Sieka1-0/+5
2006-08-02Add rudimentary handling of alternate settings of USB interfaces - to fixBartlomiej Sieka1-1/+1
2005-10-13Cleanup for GCC-4.xWolfgang Denk1-5/+5
2005-08-02Coding style cleanupWolfgang Denk1-2/+1
2005-07-21Fix low-level OHCI transfers for ARM920t and MPC5xxxWolfgang Denk1-13/+22
2005-06-27* Fix baudrate calculation problem on MPC5200 systemswdenk1-1/+1
2005-04-02Fix problems with SNTP support;wdenk1-0/+1
2005-02-24Cleanup USB and partition defineswdenk1-0/+4
2005-02-04Fix for incomplete byteorder fix in cmd_scsi.c and cmd_usb.cwdenk1-1/+2
2005-02-04Fix byteorder problem in usbboot and scsiboot commands.wdenk1-2/+2
2005-02-03* Removed '--no-warn-mismatch' option from Makefile. This optionwdenk1-17/+18
2004-04-23* Modify KUP4X board configuration to use SL811 driver for USB memorywdenk1-8/+8
2003-12-07* Patches by David Müller, 14 Nov 2003:wdenk1-1/+1
2003-07-01Patch by Kenneth Johansson, 30 Jun 2003:wdenk1-6/+6
2003-06-29Fix some missing commands, cleanup header fileswdenk1-1/+0
2003-06-27* Code cleanup:wdenk1-2/+34
2003-04-27* LWMON extensions:wdenk1-1/+2
2002-08-27Initial revisionwdenk1-0/+595