public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/20] AHCI / SATA Improvements
@ 2012-10-19  3:44 Simon Glass
  2012-10-19  3:44 ` [U-Boot] [PATCH 01/20] ahci: Support splitting of read transactions into multiple chunks Simon Glass
                   ` (20 more replies)
  0 siblings, 21 replies; 33+ messages in thread
From: Simon Glass @ 2012-10-19  3:44 UTC (permalink / raw)
  To: u-boot

This series contains a set of improvements for the SATA susbsystem, mostly
targeted at solid-state drivers and improving start-up time.

The patches are tested on various x86 Chromebooks.


Gabe Black (2):
  ahci: Make sending the SETFEATURES_XFER command optional
  ahci: Make the AHCI code find the capacity of disks > 128 GB properly

Hung-Te Lin (2):
  scsi: Add scsi_write to SCSI driver
  ahci: support scsi writing in AHCI driver.

Marc Jones (2):
  ahci: Support spin-up and link-up separately
  ahci: Perform SATA flush after disk write.

Simon Glass (1):
  x86: config: Enable AHCI support for coreboot

Stefan Reinauer (4):
  scsi: Add function to report number of scsi drives
  ahci: Optimise AHCI controller reset and start-up
  ahci: Improve AHCI debugging
  ahci: cosmetics and cleanup

Taylor Hutt (5):
  ahci: Use sizeof(fis) instead of hardcoding '20'
  ahci: Put all uses of ahci_set_feature() under
    CONFIG_AHCI_SETFEATURES_XFER
  scsi: Put 'scsi_device_list' variable under CONFIG_PCI
  ahci: Use virt_to_phys() to denote physical addresses for DMA
  ahci: flush / invalidate dcache around SATA commands

Vadim Bendebury (2):
  ahci: Support splitting of read transactions into multiple chunks
  scsi: Provide support for a list of AHCI controllers.

Walter Murphy (2):
  ahci: Adjust SATA timeouts for hard disk (spinup delay & command
    timeout)
  ahci: Expand HDD Logical Block addressability up to 32 bits

 common/cmd_scsi.c          |  124 +++++++++++++--
 drivers/block/ahci.c       |  401 +++++++++++++++++++++++++++++++++++---------
 include/ahci.h             |    1 +
 include/ata.h              |    3 +
 include/configs/coreboot.h |   21 +++
 include/scsi.h             |    4 +
 6 files changed, 467 insertions(+), 87 deletions(-)

-- 
1.7.7.3

^ permalink raw reply	[flat|nested] 33+ messages in thread

end of thread, other threads:[~2012-10-31 23:28 UTC | newest]

Thread overview: 33+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-19  3:44 [U-Boot] [PATCH 0/20] AHCI / SATA Improvements Simon Glass
2012-10-19  3:44 ` [U-Boot] [PATCH 01/20] ahci: Support splitting of read transactions into multiple chunks Simon Glass
2012-10-19  3:44 ` [U-Boot] [PATCH 02/20] scsi: Provide support for a list of AHCI controllers Simon Glass
2012-10-19  3:45 ` [U-Boot] [PATCH 03/20] scsi: Add scsi_write to SCSI driver Simon Glass
2012-10-19  3:45 ` [U-Boot] [PATCH 04/20] scsi: Add function to report number of scsi drives Simon Glass
2012-10-19 12:16   ` Rob Herring
2012-10-23  5:35     ` Simon Glass
2012-10-19  3:45 ` [U-Boot] [PATCH 05/20] ahci: Optimise AHCI controller reset and start-up Simon Glass
2012-10-19  3:45 ` [U-Boot] [PATCH 06/20] ahci: Improve AHCI debugging Simon Glass
2012-10-19  3:45 ` [U-Boot] [PATCH 07/20] ahci: cosmetics and cleanup Simon Glass
2012-10-19  3:45 ` [U-Boot] [PATCH 08/20] ahci: Make sending the SETFEATURES_XFER command optional Simon Glass
2012-10-19  3:45 ` [U-Boot] [PATCH 09/20] ahci: support scsi writing in AHCI driver Simon Glass
2012-10-19  3:45 ` [U-Boot] [PATCH 10/20] ahci: Make the AHCI code find the capacity of disks > 128 GB properly Simon Glass
2012-10-19  3:45 ` [U-Boot] [PATCH 11/20] ahci: Use sizeof(fis) instead of hardcoding '20' Simon Glass
2012-10-19  3:45 ` [U-Boot] [PATCH 12/20] ahci: Put all uses of ahci_set_feature() under CONFIG_AHCI_SETFEATURES_XFER Simon Glass
2012-10-19  3:45 ` [U-Boot] [PATCH 13/20] scsi: Put 'scsi_device_list' variable under CONFIG_PCI Simon Glass
2012-10-19  3:45 ` [U-Boot] [PATCH 14/20] ahci: Use virt_to_phys() to denote physical addresses for DMA Simon Glass
2012-10-19  3:45 ` [U-Boot] [PATCH 15/20] ahci: flush / invalidate dcache around SATA commands Simon Glass
2012-10-19  3:45 ` [U-Boot] [PATCH 16/20] ahci: Adjust SATA timeouts for hard disk (spinup delay & command timeout) Simon Glass
2012-10-19  3:45 ` [U-Boot] [PATCH 17/20] ahci: Support spin-up and link-up separately Simon Glass
2012-10-19  3:45 ` [U-Boot] [PATCH 18/20] ahci: Perform SATA flush after disk write Simon Glass
2012-10-19  3:45 ` [U-Boot] [PATCH 19/20] ahci: Expand HDD Logical Block addressability up to 32 bits Simon Glass
2012-10-19  3:45 ` [U-Boot] [PATCH 20/20] x86: config: Enable AHCI support for coreboot Simon Glass
2012-10-19  4:12   ` Graeme Russ
2012-10-23  5:34     ` Simon Glass
2012-10-23  5:38       ` Graeme Russ
2012-10-23  5:42         ` Simon Glass
2012-10-23  6:33           ` Graeme Russ
2012-10-26  2:36             ` Simon Glass
2012-10-26  4:15               ` Graeme Russ
2012-10-31 23:28                 ` Simon Glass
2012-10-26 20:16 ` [U-Boot] [PATCH 0/20] AHCI / SATA Improvements Tom Rini
2012-10-26 20:55   ` Simon Glass

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox