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 02/20] scsi: Provide support for a list of AHCI controllers Simon Glass
  0 siblings, 1 reply; 2+ 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] 2+ messages in thread

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

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <508699D3.4090908@omicron.at>
2012-10-23 13:51 ` [U-Boot] [PATCH 02/20] scsi: Provide support for a list of AHCI controllers Mark Marshall
2012-10-19  3:44 [U-Boot] [PATCH 0/20] AHCI / SATA Improvements Simon Glass
2012-10-19  3:44 ` [U-Boot] [PATCH 02/20] scsi: Provide support for a list of AHCI controllers Simon Glass

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