1. 644a8bd scsi: fix compiler warning with DEBUG and 48bit LBAs by Andre Przywara · Thu Jul 02 01:04:23 2015 +0100
  2. 5ed06fc ahci: support LBA48 data reads for 2+TB drives by Mark Langsdorf · Fri Jun 05 00:58:45 2015 +0100
  3. 911b959 cmd_scsi: use lbaint_t for LBA values instead of u32 by Mark Langsdorf · Fri Jun 05 00:58:44 2015 +0100
  4. e36994b cmd_scsi: Enable SoC AHCI device on platforms with PCI by tang yuantian · Fri Mar 20 10:27:54 2015 +0800
  5. 230cfef scsi: bootstage: Measure time taken to scan the bus by Simon Glass · Tue Jan 27 22:13:44 2015 -0700
  6. c82961d scsi: Use correct printf() format string for uintptr_t by Simon Glass · Wed Oct 15 04:38:37 2014 -0600
  7. 0c3ab85 common: spl: Add spl sata boot support by Dan Murphy · Mon Feb 03 06:59:01 2014 -0600
  8. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · Mon Jul 08 09:37:19 2013 +0200
  9. 0d996a8 scsi: Correct types of scsi_read/write() by Simon Glass · Wed Jul 03 07:11:41 2013 -0700
  10. 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
  11. 4a59809 Consolidate bool type by York Sun · Mon Apr 01 11:29:11 2013 -0700
  12. bcc3539 ahci: Support 64-bit LBA option when reading capacity by Gabe Black · Mon Oct 29 05:23:57 2012 +0000
  13. e50a10e scsi: Add function and env var to report number of scsi drives by Stefan Reinauer · Mon Oct 29 05:23:48 2012 +0000
  14. 98a6c4e scsi: Add scsi_write to SCSI driver by Hung-Te Lin · Mon Oct 29 05:23:46 2012 +0000
  15. 3e9fa30 scsi: Provide support for a list of AHCI controllers. by Vadim Bendebury · Mon Oct 29 05:23:45 2012 +0000
  16. a20cbf9 combine block device load commands into common function by Rob Herring · Fri Sep 21 04:02:30 2012 +0000
  17. a06dfc7 Convert cmd_usage() calls in common to use a return value by Simon Glass · Sat Dec 10 08:44:01 2011 +0000
  18. 6252b4f disk/part.c: Make features optional by Matthew McClintock · Tue May 24 05:31:19 2011 +0000
  19. c2829ff scsi/ahci: add support for non-PCI controllers by Rob Herring · Wed Jul 06 16:13:36 2011 +0000
  20. 194c2e8 autostart: unify duplicated logic into the bootm code by Mike Frysinger · Sun Jun 05 13:43:02 2011 +0000
  21. f489250 Revert "boot cmds: convert to getenv_yesno() with autostart" by Wolfgang Denk · Tue Jan 11 20:56:34 2011 +0100
  22. 27c0b4a boot cmds: convert to getenv_yesno() with autostart by Mike Frysinger · Wed Oct 20 07:17:55 2010 -0400
  23. 2a5ba45 do_bootm: unify duplicate prototypes by Mike Frysinger · Wed Oct 20 03:35:39 2010 -0400
  24. 3b68311 cmd_usage(): simplify return code handling by Wolfgang Denk · Sat Jul 17 01:06:04 2010 +0200
  25. 6262d021 Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · Mon Jun 28 22:00:46 2010 +0200
  26. c54781c General help message cleanup by Wolfgang Denk · Sun May 24 17:06:54 2009 +0200
  27. dfb72b8 Command usage cleanup by Peter Tyser · Tue Jan 27 18:03:12 2009 -0600
  28. ddb3af9 Standardize command usage messages with cmd_usage() by Peter Tyser · Tue Jan 27 18:03:10 2009 -0600
  29. 0383694 rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · Thu Oct 16 15:01:15 2008 +0200
  30. dc770c7 Code cleanup: fix old style assignment ambiguities like "=-" etc. by Wolfgang Denk · Mon Jul 14 15:19:07 2008 +0200
  31. cefb402 Delay FIT format check on sector based devices by Marian Balakowicz · Fri Jun 06 23:07:40 2008 +0200
  32. a1be476 Big white-space cleanup. by Wolfgang Denk · Tue May 20 16:00:29 2008 +0200
  33. e6bdd34 [new uImage] Add new uImage format handling to other bootm related commands by Marian Balakowicz · Wed Mar 12 10:33:01 2008 +0100
  34. d7c88a4 [new uImage] Update naming convention for bootm/uImage related code by Marian Balakowicz · Fri Feb 29 14:58:34 2008 +0100
  35. dbdd16a [new uImage] Add dual format uImage support framework by Marian Balakowicz · Mon Feb 04 08:28:09 2008 +0100
  36. a1cc147 [new uImage] Rename and move print_image_hdr() routine by Marian Balakowicz · Thu Feb 21 17:27:41 2008 +0100
  37. 41d71ed [new uImage] Define a API for image handling operations by Marian Balakowicz · Tue Jan 08 18:14:09 2008 +0100
  38. c0d32e9 [BUILD] conditionally compile common/cmd_*.c in common/Makefile by Grant Likely · Mon Sep 24 09:05:31 2007 -0600
  39. 4404c16 Fix warning differ in signedness in common/cmd_scsi.c by Stefan Roese · Sat Nov 17 07:58:25 2007 +0100
  40. 4c17634 common/cmd_[p-x]*: Remove obsolete references to CONFIG_COMMANDS. by Jon Loeliger · Sun Jul 08 18:05:39 2007 -0500
  41. 3de8b24 common/cmd_[i-z]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). by Jon Loeliger · Mon Jun 11 19:01:54 2007 -0500
  42. 3957bc1 [PATCH] Fix bugs in cmd_ide.c and cmd_scsi.c by Denis Peter · Fri Apr 13 09:13:33 2007 +0200
  43. 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
  44. ffc2dd7 [PATCH 1_4] Merge common get_dev() routines for block devices by Grant Likely · Tue Feb 20 09:04:34 2007 +0100
  45. ae180dc Add AHCI support to u-boot by Jin Zhengxiong · Wed Aug 23 19:10:44 2006 +0800
  46. 7fb5266 Cleanup for GCC-4.x by Wolfgang Denk · Thu Oct 13 16:45:02 2005 +0200
  47. 6a3d6b0 (re)enabled scsi commands do_scsi() and do_scsiboot() by Wolfgang Denk · Thu Aug 04 01:14:12 2005 +0200
  48. 286dca8 * Fix get_partition_info() parameter error in all other calls by wdenk · Fri Mar 04 11:27:31 2005 +0000
  49. 422fa62 Fix for incomplete byteorder fix in cmd_scsi.c and cmd_usb.c by wdenk · Fri Feb 04 21:33:05 2005 +0000
  50. c233db8 Fix byteorder problem in usbboot and scsiboot commands. by wdenk · Fri Feb 04 15:38:08 2005 +0000
  51. f1276d4 * Removed '--no-warn-mismatch' option from Makefile. This option by wdenk · Thu Feb 03 23:00:49 2005 +0000
  52. f12e396 Fix some missing commands, cleanup header files by wdenk · Sun Jun 29 21:03:46 2003 +0000
  53. 57b2d80 * Code cleanup: by wdenk · Fri Jun 27 21:31:46 2003 +0000
  54. c08f158 * LWMON extensions: by wdenk · Sun Apr 27 22:52:51 2003 +0000
  55. e887afc Initial revision by wdenk · Tue Aug 27 09:44:07 2002 +0000