Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
0e00310afba05430fbb73a3a25f50346db4f066c
/
cmd
/
scsi.c
dec7ea0
Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"
by Tom Rini
· 6 months ago
abb9a04
Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""
by Tom Rini
· 6 months ago
5c1444f
cmd: Remove <common.h> and add needed includes
by Tom Rini
· 7 months ago
15a2ab5
scsi: Forceably finish migration to DM_SCSI
by Tom Rini
· 1 year, 1 month ago
dbfa32c
blk: Switch over to using uclass IDs
by Simon Glass
· 2 years, 3 months ago
ed38aef
command: Remove the cmd_tbl_t typedef
by Simon Glass
· 4 years, 7 months ago
655306c
common: Drop part.h from common header
by Simon Glass
· 4 years, 7 months ago
10e4779
SPDX: Convert all of our single license tags to Linux Kernel style
by Tom Rini
· 7 years ago
868a48c
dm: scsi: Adjust the 'scsi' command to use blk_common_cmd()
by Simon Glass
· 7 years ago
8aa9576
cmd: scsi: Fix null pointer dereference in 'scsi reset'
by Bin Meng
· 7 years ago
4822873
dm: scsi: Document and rename the scsi_scan() parameter
by Simon Glass
· 7 years ago
11b2b62
dm: scsi: Add a device pointer to scan_exec(), scsi_bus_reset()
by Simon Glass
· 7 years ago
ff23811
cmd: scsi: Make private functions static
by Michal Simek
· 8 years ago
5dc196f
scsi: Change scsi_scan() to be able to return value
by Michal Simek
· 8 years ago
c8e89ab
dm: scsi: Separate the non-command code into its own file
by Simon Glass
· 9 years ago
5c7bf8e
dm: scsi: Fix up code style
by Simon Glass
· 9 years ago
8f81fa9
dm: scsi: Remove the forward declarations
by Simon Glass
· 9 years ago
59b1226
cmd: scsi: Group the command portion together, guard with !CONFIG_SPL_BUILD
by Tom Rini
· 9 years ago
2f26fff
dm: block: Rename device number member dev to devnum
by Simon Glass
· 9 years ago
b89a844
dm: part: Rename some partition functions
by Simon Glass
· 9 years ago
e339475
dm: Drop the block_dev_desc_t typedef
by Simon Glass
· 9 years ago
5f861a7
Remove the cmd_ prefix from command files
by Simon Glass
· 9 years ago
[Renamed from cmd/cmd_scsi.c]
29499a0
Move all command code into its own directory
by Simon Glass
· 9 years ago
[Renamed from common/cmd_scsi.c]
e73f296
block: pass block dev not num to read/write/erase()
by Stephen Warren
· 9 years ago
7c3f62a
dm: pci: scsi: Use driver-model PCI API
by Simon Glass
· 9 years ago
644a8bd
scsi: fix compiler warning with DEBUG and 48bit LBAs
by Andre Przywara
· 9 years ago
5ed06fc
ahci: support LBA48 data reads for 2+TB drives
by Mark Langsdorf
· 9 years ago
911b959
cmd_scsi: use lbaint_t for LBA values instead of u32
by Mark Langsdorf
· 9 years ago
e36994b
cmd_scsi: Enable SoC AHCI device on platforms with PCI
by tang yuantian
· 10 years ago
230cfef
scsi: bootstage: Measure time taken to scan the bus
by Simon Glass
· 10 years ago
c82961d
scsi: Use correct printf() format string for uintptr_t
by Simon Glass
· 10 years ago
0c3ab85
common: spl: Add spl sata boot support
by Dan Murphy
· 11 years ago
d79de1d
Add GPL-2.0+ SPDX-License-Identifier to source files
by Wolfgang Denk
· 11 years ago
0d996a8
scsi: Correct types of scsi_read/write()
by Simon Glass
· 11 years ago
2eec2ab
part/dev_desc: Add log2 of blocksize to block_dev_desc data struct
by Egbert Eich
· 12 years ago
4a59809
Consolidate bool type
by York Sun
· 12 years ago
bcc3539
ahci: Support 64-bit LBA option when reading capacity
by Gabe Black
· 12 years ago
e50a10e
scsi: Add function and env var to report number of scsi drives
by Stefan Reinauer
· 12 years ago
98a6c4e
scsi: Add scsi_write to SCSI driver
by Hung-Te Lin
· 12 years ago
3e9fa30
scsi: Provide support for a list of AHCI controllers.
by Vadim Bendebury
· 12 years ago
a20cbf9
combine block device load commands into common function
by Rob Herring
· 12 years ago
a06dfc7
Convert cmd_usage() calls in common to use a return value
by Simon Glass
· 13 years ago
6252b4f
disk/part.c: Make features optional
by Matthew McClintock
· 14 years ago
c2829ff
scsi/ahci: add support for non-PCI controllers
by Rob Herring
· 13 years ago
194c2e8
autostart: unify duplicated logic into the bootm code
by Mike Frysinger
· 13 years ago
f489250
Revert "boot cmds: convert to getenv_yesno() with autostart"
by Wolfgang Denk
· 14 years ago
27c0b4a
boot cmds: convert to getenv_yesno() with autostart
by Mike Frysinger
· 14 years ago
2a5ba45
do_bootm: unify duplicate prototypes
by Mike Frysinger
· 14 years ago
3b68311
cmd_usage(): simplify return code handling
by Wolfgang Denk
· 14 years ago
6262d021
Make sure that argv[] argument pointers are not modified.
by Wolfgang Denk
· 14 years ago
c54781c
General help message cleanup
by Wolfgang Denk
· 16 years ago
dfb72b8
Command usage cleanup
by Peter Tyser
· 16 years ago
ddb3af9
Standardize command usage messages with cmd_usage()
by Peter Tyser
· 16 years ago
0383694
rename CFG_ macros to CONFIG_SYS
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
dc770c7
Code cleanup: fix old style assignment ambiguities like "=-" etc.
by Wolfgang Denk
· 16 years ago
cefb402
Delay FIT format check on sector based devices
by Marian Balakowicz
· 16 years ago
a1be476
Big white-space cleanup.
by Wolfgang Denk
· 17 years ago
e6bdd34
[new uImage] Add new uImage format handling to other bootm related commands
by Marian Balakowicz
· 17 years ago
d7c88a4
[new uImage] Update naming convention for bootm/uImage related code
by Marian Balakowicz
· 17 years ago
dbdd16a
[new uImage] Add dual format uImage support framework
by Marian Balakowicz
· 17 years ago
a1cc147
[new uImage] Rename and move print_image_hdr() routine
by Marian Balakowicz
· 17 years ago
41d71ed
[new uImage] Define a API for image handling operations
by Marian Balakowicz
· 17 years ago
c0d32e9
[BUILD] conditionally compile common/cmd_*.c in common/Makefile
by Grant Likely
· 17 years ago
4404c16
Fix warning differ in signedness in common/cmd_scsi.c
by Stefan Roese
· 17 years ago
4c17634
common/cmd_[p-x]*: Remove obsolete references to CONFIG_COMMANDS.
by Jon Loeliger
· 17 years ago
3de8b24
common/cmd_[i-z]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
by Jon Loeliger
· 17 years ago
3957bc1
[PATCH] Fix bugs in cmd_ide.c and cmd_scsi.c
by Denis Peter
· 18 years ago
2089cab
[PATCH 9_9] Use "void *" not "unsigned long *" for block dev read_write buffer pointers
by Grant Likely
· 18 years ago
ffc2dd7
[PATCH 1_4] Merge common get_dev() routines for block devices
by Grant Likely
· 18 years ago
ae180dc
Add AHCI support to u-boot
by Jin Zhengxiong
· 18 years ago
7fb5266
Cleanup for GCC-4.x
by Wolfgang Denk
· 19 years ago
6a3d6b0
(re)enabled scsi commands do_scsi() and do_scsiboot()
by Wolfgang Denk
· 19 years ago
286dca8
* Fix get_partition_info() parameter error in all other calls
by wdenk
· 20 years ago
422fa62
Fix for incomplete byteorder fix in cmd_scsi.c and cmd_usb.c
by wdenk
· 20 years ago
c233db8
Fix byteorder problem in usbboot and scsiboot commands.
by wdenk
· 20 years ago
f1276d4
* Removed '--no-warn-mismatch' option from Makefile. This option
by wdenk
· 20 years ago
f12e396
Fix some missing commands, cleanup header files
by wdenk
· 21 years ago
57b2d80
* Code cleanup:
by wdenk
· 21 years ago
c08f158
* LWMON extensions:
by wdenk
· 22 years ago
e887afc
Initial revision
by wdenk
· 22 years ago