summaryrefslogtreecommitdiff
path: root/common/cmd_usb.c
AgeCommit message (Expand)AuthorFilesLines
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-21[BUILD] conditionally compile common/cmd_*.c in common/MakefileGrant Likely1-10/+0
2007-07-09common/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-04Prevent 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-03Fix problems with SNTP support;wdenk1-0/+1
2005-02-25Cleanup USB and partition defineswdenk1-0/+4
2005-02-05Fix 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-04* Removed '--no-warn-mismatch' option from Makefile. This optionwdenk1-17/+18
2004-04-24* 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-02Patch by Kenneth Johansson, 30 Jun 2003:wdenk1-6/+6
2003-06-30Fix some missing commands, cleanup header fileswdenk1-1/+0
2003-06-28* Code cleanup:wdenk1-2/+34
2003-04-28* LWMON extensions:wdenk1-1/+2
2002-08-27Initial revisionwdenk1-0/+595