1. 11f610e dm: scsi: Separate the non-command code into its own file by Simon Glass · 8 years ago
  2. f1d4d93 dm: scsi: Fix up code style by Simon Glass · 8 years ago
  3. 73a9cfd dm: scsi: Remove the forward declarations by Simon Glass · 8 years ago
  4. ba52426 cmd: scsi: Group the command portion together, guard with !CONFIG_SPL_BUILD by Tom Rini · 8 years ago
  5. bcce53d dm: block: Rename device number member dev to devnum by Simon Glass · 8 years ago
  6. 3e8bd46 dm: part: Rename some partition functions by Simon Glass · 8 years ago
  7. 4101f68 dm: Drop the block_dev_desc_t typedef by Simon Glass · 8 years ago
  8. 2e192b2 Remove the cmd_ prefix from command files by Simon Glass · 9 years ago[Renamed from cmd/cmd_scsi.c]
  9. 72a8cf8 Move all command code into its own directory by Simon Glass · 9 years ago[Renamed from common/cmd_scsi.c]
  10. 7c4213f block: pass block dev not num to read/write/erase() by Stephen Warren · 9 years ago
  11. 9fbdb94 dm: pci: scsi: Use driver-model PCI API by Simon Glass · 9 years ago
  12. c7d0fd7 scsi: fix compiler warning with DEBUG and 48bit LBAs by Andre Przywara · 9 years ago
  13. 2b42c93 ahci: support LBA48 data reads for 2+TB drives by Mark Langsdorf · 9 years ago
  14. 35df893 cmd_scsi: use lbaint_t for LBA values instead of u32 by Mark Langsdorf · 9 years ago
  15. 1a1cf6e cmd_scsi: Enable SoC AHCI device on platforms with PCI by tang yuantian · 9 years ago
  16. abbdb26 scsi: bootstage: Measure time taken to scan the bus by Simon Glass · 10 years ago
  17. f360947 scsi: Use correct printf() format string for uintptr_t by Simon Glass · 10 years ago
  18. fff40a7 common: spl: Add spl sata boot support by Dan Murphy · 11 years ago
  19. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  20. 4f6aa34 scsi: Correct types of scsi_read/write() by Simon Glass · 11 years ago
  21. 0472fbf part/dev_desc: Add log2 of blocksize to block_dev_desc data struct by Egbert Eich · 11 years ago
  22. 472d546 Consolidate bool type by York Sun · 11 years ago
  23. b4c5bbc ahci: Support 64-bit LBA option when reading capacity by Gabe Black · 12 years ago
  24. 447c031 scsi: Add function and env var to report number of scsi drives by Stefan Reinauer · 12 years ago
  25. 758c9e6 scsi: Add scsi_write to SCSI driver by Hung-Te Lin · 12 years ago
  26. 4ae5eb7 scsi: Provide support for a list of AHCI controllers. by Vadim Bendebury · 12 years ago
  27. 7405a13 combine block device load commands into common function by Rob Herring · 12 years ago
  28. 4c12eeb Convert cmd_usage() calls in common to use a return value by Simon Glass · 13 years ago
  29. df3fc52 disk/part.c: Make features optional by Matthew McClintock · 13 years ago
  30. 942e314 scsi/ahci: add support for non-PCI controllers by Rob Herring · 13 years ago
  31. 67d668b autostart: unify duplicated logic into the bootm code by Mike Frysinger · 13 years ago
  32. 3e5ab1a Revert "boot cmds: convert to getenv_yesno() with autostart" by Wolfgang Denk · 14 years ago
  33. 5a442c0 boot cmds: convert to getenv_yesno() with autostart by Mike Frysinger · 14 years ago
  34. 36ebb78 do_bootm: unify duplicate prototypes by Mike Frysinger · 14 years ago
  35. 47e26b1 cmd_usage(): simplify return code handling by Wolfgang Denk · 14 years ago
  36. 54841ab Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · 14 years ago
  37. a89c33d General help message cleanup by Wolfgang Denk · 15 years ago
  38. 2fb2604 Command usage cleanup by Peter Tyser · 16 years ago
  39. 62c3ae7 Standardize command usage messages with cmd_usage() by Peter Tyser · 16 years ago
  40. 6d0f6bc rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  41. d0ff51b Code cleanup: fix old style assignment ambiguities like "=-" etc. by Wolfgang Denk · 16 years ago
  42. 3bab76a Delay FIT format check on sector based devices by Marian Balakowicz · 16 years ago
  43. 53677ef Big white-space cleanup. by Wolfgang Denk · 16 years ago
  44. 09475f7 [new uImage] Add new uImage format handling to other bootm related commands by Marian Balakowicz · 16 years ago
  45. 9a4daad [new uImage] Update naming convention for bootm/uImage related code by Marian Balakowicz · 16 years ago
  46. d5934ad [new uImage] Add dual format uImage support framework by Marian Balakowicz · 17 years ago
  47. 2242f53 [new uImage] Rename and move print_image_hdr() routine by Marian Balakowicz · 16 years ago
  48. b97a2a0 [new uImage] Define a API for image handling operations by Marian Balakowicz · 17 years ago
  49. 4a43719 [BUILD] conditionally compile common/cmd_*.c in common/Makefile by Grant Likely · 17 years ago
  50. 2309c13 Fix warning differ in signedness in common/cmd_scsi.c by Stefan Roese · 17 years ago
  51. fd9bcaa common/cmd_[p-x]*: Remove obsolete references to CONFIG_COMMANDS. by Jon Loeliger · 17 years ago
  52. 65c450b common/cmd_[i-z]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). by Jon Loeliger · 17 years ago
  53. 7882751 [PATCH] Fix bugs in cmd_ide.c and cmd_scsi.c by Denis Peter · 17 years ago
  54. eb867a7 [PATCH 9_9] Use "void *" not "unsigned long *" for block dev read_write buffer pointers by Grant Likely · 17 years ago
  55. 735dd97 [PATCH 1_4] Merge common get_dev() routines for block devices by Grant Likely · 17 years ago
  56. 4782ac8 Add AHCI support to u-boot by Jin Zhengxiong · 18 years ago
  57. 77ddac9 Cleanup for GCC-4.x by Wolfgang Denk · 19 years ago
  58. 460c322 (re)enabled scsi commands do_scsi() and do_scsiboot() by Wolfgang Denk · 19 years ago
  59. b05dcb5 * Fix get_partition_info() parameter error in all other calls by wdenk · 19 years ago
  60. 2f91694 Fix for incomplete byteorder fix in cmd_scsi.c and cmd_usb.c by wdenk · 20 years ago
  61. f8883cb Fix byteorder problem in usbboot and scsiboot commands. by wdenk · 20 years ago
  62. 1a344f2 * Removed '--no-warn-mismatch' option from Makefile. This option by wdenk · 20 years ago
  63. b0fce99 Fix some missing commands, cleanup header files by wdenk · 21 years ago
  64. 8bde7f7 * Code cleanup: by wdenk · 21 years ago
  65. 4532cb6 * LWMON extensions: by wdenk · 21 years ago
  66. e887afc Initial revision by wdenk · 22 years ago