Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
trini
/
u-boot
/
e91df49fbb56858003ebe61191ae07b223a7b866
/
common
/
cmd_usb.c
1a45966
Add GPL-2.0+ SPDX-License-Identifier to source files
by Wolfgang Denk
· 11 years ago
6497c66
USB: SS: Add support for Super Speed USB interface
by Vivek Gautam
· 12 years ago
7d9aa8f
usb: Add new command to set USB 2.0 port test modes
by Julius Werner
· 12 years ago
c60795f
usb: use linux/usb/ch9.h instead of usbdescriptors.h
by Ilya Yanok
· 12 years ago
088f1b1
common/cmd_*.c: sparse fixes
by Kim Phillips
· 12 years ago
93c2582
usb: add support for multiple usb controllers
by Lucas Stach
· 12 years ago
7405a13
combine block device load commands into common function
by Rob Herring
· 12 years ago
f576613
USB: Align buffers at cacheline
by Puneet Saxena
· 13 years ago
573f14f
bootstage: Plumb in bootstage calls for basic operations
by Simon Glass
· 13 years ago
4c12eeb
Convert cmd_usage() calls in common to use a return value
by Simon Glass
· 13 years ago
b2fb47f
USB: Use (get|put)_unaligned for accessing wMaxPacketSize
by Tom Rini
· 13 years ago
1af9f96
usb: add help for missing start subcommand
by Veli-Pekka Peltola
· 13 years ago
b3813a2
cosmetic: remove excess whitespace from usb command help
by Veli-Pekka Peltola
· 13 years ago
10f4dd7
common/cmd_usb.c: fix warning: variable ... set but not used
by Wolfgang Denk
· 13 years ago
67d668b
autostart: unify duplicated logic into the bootm code
by Mike Frysinger
· 13 years ago
6052cba
Fix misc spelling errors found by lintian
by Loïc Minier
· 14 years ago
89d4836
Add USB host ethernet adapter support
by Simon Glass
· 14 years ago
3e5ab1a
Revert "boot cmds: convert to getenv_yesno() with autostart"
by Wolfgang Denk
· 14 years ago
5a442c0
boot cmds: convert to getenv_yesno() with autostart
by Mike Frysinger
· 14 years ago
36ebb78
do_bootm: unify duplicate prototypes
by Mike Frysinger
· 14 years ago
842404e
Fixed clobbered output of the "help usb" command
by Sergei Poselenov
· 14 years ago
47e26b1
cmd_usage(): simplify return code handling
by Wolfgang Denk
· 14 years ago
54841ab
Make sure that argv[] argument pointers are not modified.
by Wolfgang Denk
· 14 years ago
65d3425
cmd_usb.c: show cmd usage if no args given
by Serge Ziryukin
· 15 years ago
aaad108
USB storage count
by Kim B. Heino
· 15 years ago
060f285
cmd_usb.c: print debug messages only when DEBUG is defined
by Wolfgang Denk
· 15 years ago
127e108
usb: write command for RAW partition.
by Mahavir Jain
· 15 years ago
8f8bd56
USB Consolidate descriptor definitions
by Tom Rix
· 15 years ago
a89c33d
General help message cleanup
by Wolfgang Denk
· 15 years ago
f1c1f54
USB: Add high-speed (480Mb/s) to all USB related outputs
by Stefan Roese
· 16 years ago
3e12648
Prepare USB layer for ehci
by Michael Trimarchi
· 16 years ago
2fb2604
Command usage cleanup
by Peter Tyser
· 16 years ago
62c3ae7
Standardize command usage messages with cmd_usage()
by Peter Tyser
· 16 years ago
bebfc6e
Remove obsolete command (apply afte USB style patch, 80 chars strict)
by Michael Trimarchi
· 16 years ago
de39f8c
USB style patch, 80 chars strict
by Michael Trimarchi
· 16 years ago
6d0f6bc
rename CFG_ macros to CONFIG_SYS
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
d0ff51b
Code cleanup: fix old style assignment ambiguities like "=-" etc.
by Wolfgang Denk
· 16 years ago
d4b5f3f
Fix "usb part" command
by Christian Eggers
· 16 years ago
3bab76a
Delay FIT format check on sector based devices
by Marian Balakowicz
· 16 years ago
53677ef
Big white-space cleanup.
by Wolfgang Denk
· 16 years ago
b951f8d
Merge branch 'master_merge_new-image' of /home/tur/git/u-boot
by Wolfgang Denk
· 17 years ago
f6b44e0
USB Storage, add meaningful return value
by Aras Vaichas
· 17 years ago
09475f7
[new uImage] Add new uImage format handling to other bootm related commands
by Marian Balakowicz
· 17 years ago
9a4daad
[new uImage] Update naming convention for bootm/uImage related code
by Marian Balakowicz
· 17 years ago
d5934ad
[new uImage] Add dual format uImage support framework
by Marian Balakowicz
· 17 years ago
5583cbf
[new uImage] Fix erroneous use of image_get_magic() in fdc/usb cmds
by Marian Balakowicz
· 17 years ago
2242f53
[new uImage] Rename and move print_image_hdr() routine
by Marian Balakowicz
· 17 years ago
b97a2a0
[new uImage] Define a API for image handling operations
by Marian Balakowicz
· 17 years ago
4a43719
[BUILD] conditionally compile common/cmd_*.c in common/Makefile
by Grant Likely
· 17 years ago
fd9bcaa
common/cmd_[p-x]*: Remove obsolete references to CONFIG_COMMANDS.
by Jon Loeliger
· 17 years ago
65c450b
common/cmd_[i-z]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
by Jon Loeliger
· 17 years ago
735dd97
[PATCH 1_4] Merge common get_dev() routines for block devices
by Grant Likely
· 18 years ago
e51aae3
Prevent USB commands from working when USB is stopped.
by Bartlomiej Sieka
· 18 years ago
7455af4
Add rudimentary handling of alternate settings of USB interfaces - to fix
by Bartlomiej Sieka
· 18 years ago
77ddac9
Cleanup for GCC-4.x
by Wolfgang Denk
· 19 years ago
095b8a3
Coding style cleanup
by Wolfgang Denk
· 19 years ago
9c998aa
Fix low-level OHCI transfers for ARM920t and MPC5xxx
by Wolfgang Denk
· 19 years ago
342717f
* Fix baudrate calculation problem on MPC5200 systems
by wdenk
· 19 years ago
414eec3
Fix problems with SNTP support; enable SNTP support in some boards.
by wdenk
· 20 years ago
1968e61
Cleanup USB and partition defines
by wdenk
· 20 years ago
2f91694
Fix for incomplete byteorder fix in cmd_scsi.c and cmd_usb.c
by wdenk
· 20 years ago
f8883cb
Fix byteorder problem in usbboot and scsiboot commands.
by wdenk
· 20 years ago
1a344f2
* Removed '--no-warn-mismatch' option from Makefile. This option
by wdenk
· 20 years ago
5cf91d6
* Modify KUP4X board configuration to use SL811 driver for USB memory
by wdenk
· 21 years ago
LABEL_2004_04_23_2240
a2663ea
* Patches by David Müller, 14 Nov 2003:
by wdenk
· 21 years ago
0d49839
Patch by Kenneth Johansson, 30 Jun 2003:
by wdenk
· 21 years ago
b0fce99
Fix some missing commands, cleanup header files
by wdenk
· 21 years ago
U-Boot-0_4_1
8bde7f7
* Code cleanup:
by wdenk
· 21 years ago
LABEL_2003_06_27_2340
4532cb6
* LWMON extensions:
by wdenk
· 22 years ago
e887afc
Initial revision
by wdenk
· 22 years ago