From mboxrd@z Thu Jan 1 00:00:00 1970 From: mushtaq khan Date: Thu, 22 Feb 2007 13:12:53 +0530 Subject: [U-Boot-Users] SATA patch. Message-ID: <45DD497D.6050601@procsys.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, I have attach a patch, for a SATA controller of Intel processor with South Bridge ICH5, ICH6 and ICH7. These chipset's don't support AHCI, and so you cann't use the driver ahci.c in u-boot code. I have divided the code into two files, functions which are controller specifc are kept in ata-piix.c under directory drivers(this is with reference to ata-piix driver in kernel). And functions which are common to Sata controllers are kept in cmd_sata.c, under directory common (this is with reference to libata in kernel and cmd_ide.c in u-boot). Thanks, Mushtaq khan. -------------- next part -------------- A non-text attachment was scrubbed... Name: patch.tar.gz Type: application/x-gzip Size: 12089 bytes Desc: not available Url : http://lists.denx.de/pipermail/u-boot/attachments/20070222/b193fbae/attachment.bin