1. dbfa32c blk: Switch over to using uclass IDs by Simon Glass · Thu Aug 11 19:34:59 2022 -0600
  2. ed38aef command: Remove the cmd_tbl_t typedef by Simon Glass · Sun May 10 11:40:03 2020 -0600
  3. 655306c common: Drop part.h from common header by Simon Glass · Sun May 10 11:39:58 2020 -0600
  4. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  5. 868a48c dm: scsi: Adjust the 'scsi' command to use blk_common_cmd() by Simon Glass · Sat Jul 29 11:34:56 2017 -0600
  6. 8aa9576 cmd: scsi: Fix null pointer dereference in 'scsi reset' by Bin Meng · Sat Jun 17 06:36:00 2017 -0700
  7. 4822873 dm: scsi: Document and rename the scsi_scan() parameter by Simon Glass · Wed Jun 14 21:28:41 2017 -0600
  8. 11b2b62 dm: scsi: Add a device pointer to scan_exec(), scsi_bus_reset() by Simon Glass · Wed Jun 14 21:28:40 2017 -0600
  9. ff23811 cmd: scsi: Make private functions static by Michal Simek · Wed Nov 30 12:18:36 2016 +0100
  10. 5dc196f scsi: Change scsi_scan() to be able to return value by Michal Simek · Wed Nov 30 12:12:31 2016 +0100
  11. c8e89ab dm: scsi: Separate the non-command code into its own file by Simon Glass · Sun May 01 11:36:09 2016 -0600
  12. 5c7bf8e dm: scsi: Fix up code style by Simon Glass · Sun May 01 11:35:58 2016 -0600
  13. 8f81fa9 dm: scsi: Remove the forward declarations by Simon Glass · Sun May 01 11:35:57 2016 -0600
  14. 59b1226 cmd: scsi: Group the command portion together, guard with !CONFIG_SPL_BUILD by Tom Rini · Wed Mar 16 09:45:03 2016 -0400
  15. 2f26fff dm: block: Rename device number member dev to devnum by Simon Glass · Mon Feb 29 15:25:51 2016 -0700
  16. b89a844 dm: part: Rename some partition functions by Simon Glass · Mon Feb 29 15:25:48 2016 -0700
  17. e339475 dm: Drop the block_dev_desc_t typedef by Simon Glass · Mon Feb 29 15:25:34 2016 -0700
  18. 5f861a7 Remove the cmd_ prefix from command files by Simon Glass · Sun Jan 17 20:53:52 2016 -0700[Renamed from cmd/cmd_scsi.c]
  19. 29499a0 Move all command code into its own directory by Simon Glass · Sun Jan 17 20:53:51 2016 -0700[Renamed from common/cmd_scsi.c]
  20. e73f296 block: pass block dev not num to read/write/erase() by Stephen Warren · Mon Dec 07 11:38:48 2015 -0700
  21. 7c3f62a dm: pci: scsi: Use driver-model PCI API by Simon Glass · Sun Nov 29 13:17:51 2015 -0700
  22. 644a8bd scsi: fix compiler warning with DEBUG and 48bit LBAs by Andre Przywara · Thu Jul 02 01:04:23 2015 +0100
  23. 5ed06fc ahci: support LBA48 data reads for 2+TB drives by Mark Langsdorf · Fri Jun 05 00:58:45 2015 +0100
  24. 911b959 cmd_scsi: use lbaint_t for LBA values instead of u32 by Mark Langsdorf · Fri Jun 05 00:58:44 2015 +0100
  25. e36994b cmd_scsi: Enable SoC AHCI device on platforms with PCI by tang yuantian · Fri Mar 20 10:27:54 2015 +0800
  26. 230cfef scsi: bootstage: Measure time taken to scan the bus by Simon Glass · Tue Jan 27 22:13:44 2015 -0700
  27. c82961d scsi: Use correct printf() format string for uintptr_t by Simon Glass · Wed Oct 15 04:38:37 2014 -0600
  28. 0c3ab85 common: spl: Add spl sata boot support by Dan Murphy · Mon Feb 03 06:59:01 2014 -0600
  29. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · Mon Jul 08 09:37:19 2013 +0200
  30. 0d996a8 scsi: Correct types of scsi_read/write() by Simon Glass · Wed Jul 03 07:11:41 2013 -0700
  31. 2eec2ab part/dev_desc: Add log2 of blocksize to block_dev_desc data struct by Egbert Eich · Tue Apr 09 21:11:56 2013 +0000
  32. 4a59809 Consolidate bool type by York Sun · Mon Apr 01 11:29:11 2013 -0700
  33. bcc3539 ahci: Support 64-bit LBA option when reading capacity by Gabe Black · Mon Oct 29 05:23:57 2012 +0000
  34. e50a10e scsi: Add function and env var to report number of scsi drives by Stefan Reinauer · Mon Oct 29 05:23:48 2012 +0000
  35. 98a6c4e scsi: Add scsi_write to SCSI driver by Hung-Te Lin · Mon Oct 29 05:23:46 2012 +0000
  36. 3e9fa30 scsi: Provide support for a list of AHCI controllers. by Vadim Bendebury · Mon Oct 29 05:23:45 2012 +0000
  37. a20cbf9 combine block device load commands into common function by Rob Herring · Fri Sep 21 04:02:30 2012 +0000
  38. a06dfc7 Convert cmd_usage() calls in common to use a return value by Simon Glass · Sat Dec 10 08:44:01 2011 +0000
  39. 6252b4f disk/part.c: Make features optional by Matthew McClintock · Tue May 24 05:31:19 2011 +0000
  40. c2829ff scsi/ahci: add support for non-PCI controllers by Rob Herring · Wed Jul 06 16:13:36 2011 +0000
  41. 194c2e8 autostart: unify duplicated logic into the bootm code by Mike Frysinger · Sun Jun 05 13:43:02 2011 +0000
  42. f489250 Revert "boot cmds: convert to getenv_yesno() with autostart" by Wolfgang Denk · Tue Jan 11 20:56:34 2011 +0100
  43. 27c0b4a boot cmds: convert to getenv_yesno() with autostart by Mike Frysinger · Wed Oct 20 07:17:55 2010 -0400
  44. 2a5ba45 do_bootm: unify duplicate prototypes by Mike Frysinger · Wed Oct 20 03:35:39 2010 -0400
  45. 3b68311 cmd_usage(): simplify return code handling by Wolfgang Denk · Sat Jul 17 01:06:04 2010 +0200
  46. 6262d021 Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · Mon Jun 28 22:00:46 2010 +0200
  47. c54781c General help message cleanup by Wolfgang Denk · Sun May 24 17:06:54 2009 +0200
  48. dfb72b8 Command usage cleanup by Peter Tyser · Tue Jan 27 18:03:12 2009 -0600
  49. ddb3af9 Standardize command usage messages with cmd_usage() by Peter Tyser · Tue Jan 27 18:03:10 2009 -0600
  50. 0383694 rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · Thu Oct 16 15:01:15 2008 +0200
  51. dc770c7 Code cleanup: fix old style assignment ambiguities like "=-" etc. by Wolfgang Denk · Mon Jul 14 15:19:07 2008 +0200
  52. cefb402 Delay FIT format check on sector based devices by Marian Balakowicz · Fri Jun 06 23:07:40 2008 +0200
  53. a1be476 Big white-space cleanup. by Wolfgang Denk · Tue May 20 16:00:29 2008 +0200
  54. e6bdd34 [new uImage] Add new uImage format handling to other bootm related commands by Marian Balakowicz · Wed Mar 12 10:33:01 2008 +0100
  55. d7c88a4 [new uImage] Update naming convention for bootm/uImage related code by Marian Balakowicz · Fri Feb 29 14:58:34 2008 +0100
  56. dbdd16a [new uImage] Add dual format uImage support framework by Marian Balakowicz · Mon Feb 04 08:28:09 2008 +0100
  57. a1cc147 [new uImage] Rename and move print_image_hdr() routine by Marian Balakowicz · Thu Feb 21 17:27:41 2008 +0100
  58. 41d71ed [new uImage] Define a API for image handling operations by Marian Balakowicz · Tue Jan 08 18:14:09 2008 +0100
  59. c0d32e9 [BUILD] conditionally compile common/cmd_*.c in common/Makefile by Grant Likely · Mon Sep 24 09:05:31 2007 -0600
  60. 4404c16 Fix warning differ in signedness in common/cmd_scsi.c by Stefan Roese · Sat Nov 17 07:58:25 2007 +0100
  61. 4c17634 common/cmd_[p-x]*: Remove obsolete references to CONFIG_COMMANDS. by Jon Loeliger · Sun Jul 08 18:05:39 2007 -0500
  62. 3de8b24 common/cmd_[i-z]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). by Jon Loeliger · Mon Jun 11 19:01:54 2007 -0500
  63. 3957bc1 [PATCH] Fix bugs in cmd_ide.c and cmd_scsi.c by Denis Peter · Fri Apr 13 09:13:33 2007 +0200
  64. 2089cab [PATCH 9_9] Use "void *" not "unsigned long *" for block dev read_write buffer pointers by Grant Likely · Tue Feb 20 09:05:45 2007 +0100
  65. ffc2dd7 [PATCH 1_4] Merge common get_dev() routines for block devices by Grant Likely · Tue Feb 20 09:04:34 2007 +0100
  66. ae180dc Add AHCI support to u-boot by Jin Zhengxiong · Wed Aug 23 19:10:44 2006 +0800
  67. 7fb5266 Cleanup for GCC-4.x by Wolfgang Denk · Thu Oct 13 16:45:02 2005 +0200
  68. 6a3d6b0 (re)enabled scsi commands do_scsi() and do_scsiboot() by Wolfgang Denk · Thu Aug 04 01:14:12 2005 +0200
  69. 286dca8 * Fix get_partition_info() parameter error in all other calls by wdenk · Fri Mar 04 11:27:31 2005 +0000
  70. 422fa62 Fix for incomplete byteorder fix in cmd_scsi.c and cmd_usb.c by wdenk · Fri Feb 04 21:33:05 2005 +0000
  71. c233db8 Fix byteorder problem in usbboot and scsiboot commands. by wdenk · Fri Feb 04 15:38:08 2005 +0000
  72. f1276d4 * Removed '--no-warn-mismatch' option from Makefile. This option by wdenk · Thu Feb 03 23:00:49 2005 +0000
  73. f12e396 Fix some missing commands, cleanup header files by wdenk · Sun Jun 29 21:03:46 2003 +0000
  74. 57b2d80 * Code cleanup: by wdenk · Fri Jun 27 21:31:46 2003 +0000
  75. c08f158 * LWMON extensions: by wdenk · Sun Apr 27 22:52:51 2003 +0000
  76. e887afc Initial revision by wdenk · Tue Aug 27 09:44:07 2002 +0000