mushtaq khan 66d9dbec1c Add driver for S-ATA-controller on Intel processors with South
Bridge, ICH-5, ICH-6 and ICH-7. 

Implementation:

1. Code is divided in to two files. All functions, which are
   controller specific are kept in "drivers/ata_piix.c" file and
   functions, which are not controller specific, are kept in
   "common/cmd_sata.c" file.

2. Reading and Writing from the S-ATA drive is done using PIO method.

3. Driver can be configured for 48-bit addressing by defining macro
   CONFIG_LBA48, if this macro is not defined driver uses the 28-bit
   addressing.

4. S-ATA read function is hooked to the File system, commands like
   ext2ls and ext2load file can be used. This has been tested.

5. U-Boot command "SATA_init" is added, which initializes the S-ATA
   controller and identifies the S-ATA drives connected to it.

6. U-Boot command "sata" is added, which is used to read/write, print
   partition table and get info about the drives present. This I have
   implemented in same way as "ide" command is implemented in U-Boot.

7. This driver is for S-ATA in native mode.

8. This driver does not support the Native command queuing and
   Hot-plugging.

Signed-off-by: Mushtaq Khan <mushtaq_k@procsys.com>
2007-05-15 23:25:37 +02:00
..
2003-06-27 21:31:46 +00:00
2005-09-25 16:59:36 +02:00
2006-07-21 15:24:56 +02:00
2006-12-04 17:56:59 +08:00
2003-06-27 21:31:46 +00:00
2002-04-01 14:29:03 +00:00
2006-08-15 14:15:51 +02:00
2006-08-23 10:39:01 -05:00
2006-08-15 14:15:51 +02:00
2003-06-27 21:31:46 +00:00
2005-10-04 23:10:28 +02:00
2004-10-10 18:03:33 +00:00
2005-10-05 02:00:09 +02:00
2002-03-14 16:44:03 +00:00
2007-02-27 14:26:04 +01:00
2006-07-12 15:26:01 +02:00
2000-11-12 23:38:42 +00:00
2006-04-16 10:51:58 +02:00
2004-01-02 14:00:00 +00:00
2004-08-01 23:02:45 +00:00
2004-12-16 17:33:10 +00:00
2003-06-27 21:31:46 +00:00
2007-04-06 14:17:14 -04:00
2005-10-13 16:45:02 +02:00
2002-11-03 00:07:02 +00:00
2003-05-31 18:35:21 +00:00
2006-10-11 14:15:21 +02:00
2006-11-30 18:02:20 +01:00
2002-08-27 10:38:37 +00:00
2001-11-03 22:15:16 +00:00
2002-09-17 21:37:55 +00:00
2003-06-27 21:31:46 +00:00
2004-08-02 23:39:03 +00:00
2003-06-27 21:31:46 +00:00
2003-06-27 21:31:46 +00:00
2002-03-08 21:31:05 +00:00
2004-01-02 16:05:07 +00:00
2001-04-28 17:59:11 +00:00
2003-06-27 21:31:46 +00:00
2004-08-01 22:48:16 +00:00
2005-05-16 15:23:22 +00:00
2005-10-28 22:30:33 +02:00
2004-10-10 21:27:30 +00:00
2004-05-19 21:33:14 +00:00
2003-10-08 23:26:14 +00:00
2006-07-19 13:50:38 +02:00
2002-04-01 14:29:03 +00:00
2004-06-07 23:46:25 +00:00
2003-06-27 21:31:46 +00:00
2000-07-19 14:09:16 +00:00
2004-03-25 15:14:43 +00:00
2001-04-09 21:43:07 +00:00
2003-06-27 21:31:46 +00:00
2006-06-26 10:54:52 +02:00
2001-04-28 17:59:11 +00:00
2002-03-27 13:48:44 +00:00
2003-06-27 21:31:46 +00:00
2003-06-27 21:31:46 +00:00
2003-06-27 21:31:46 +00:00
2007-03-24 15:45:34 +01:00
2005-09-22 09:04:17 +02:00
2003-06-27 21:31:46 +00:00
2002-09-26 02:01:47 +00:00
2003-06-27 21:31:46 +00:00
2004-02-23 16:11:30 +00:00
2004-12-16 21:44:03 +00:00
2001-11-03 22:21:15 +00:00
2003-06-27 21:31:46 +00:00
2000-10-25 11:24:22 +00:00
2002-11-03 00:38:21 +00:00
2001-11-03 22:21:15 +00:00
2002-11-03 00:24:07 +00:00
2002-03-08 21:31:05 +00:00
2005-09-23 11:05:55 +02:00
2006-07-21 15:24:56 +02:00
2003-06-27 21:31:46 +00:00