u-boot/drivers/block
Kazuaki Ichinohe e405afab1d Canyonlands SATA harddisk driver
This patch adds a SATA harddisk driver for the canyonlands.
This patch is kernel driver's porting.
This patch corresponded to not cmd_scsi but cmd_sata.
This patch divided an unused member with ifndef __U_BOOT__ in the structure.

[environment variable, boot script]
setenv bootargs root=/dev/sda7 rw
setenv bootargs ${bootargs} console=ttyS0,115200
ext2load sata 0:2 0x400000 /canyonlands/uImage
ext2load sata 0:2 0x800000 /canyonlands/canyonlands.dtb
fdt addr 0x800000 0x4000
bootm 0x400000 - 0x800000

If you drive SATA-2 disk on Canyonlands, you must change parts from
PI2PCIE212 to PI2PCIE2212 on U25. We confirmed to boot by using
following disks:

1.Vendor: Fujitsu	 Type: MHW2040BS
2.Vendor: Fujitsu	 Type: MHW2060BK
3.Vendor: HAGIWARA SYS-COM:HFD25S-032GT
4.Vendor: WesternDigital Type: WD3200BJKT (CONFIG_LBA48 required)
5.Vendor: WesternDigital Type: WD3200BEVT (CONFIG_LBA48 required)
6.Vendor: Hitachi	 Type: HTS543232L9A300 (CONFIG_LBA48 required)
7.Vendor: Seagate	 Type: ST31000333AS (CONFIG_LBA48 required)
8.Vendor: Transcend	 Type: TS32GSSD25S-M
9.Vendor: MTRON		 Type: MSD-SATA1525-016

Signed-off-by: Kazuaki Ichinohe <kazuichi at fsi.co.jp>
2009-07-19 11:24:09 +02:00
..
Makefile Canyonlands SATA harddisk driver 2009-07-19 11:24:09 +02:00
ahci.c drivers/block/ahci: Fix pci mapping bug 2009-02-10 00:31:05 +01:00
ata_piix.c sata: namespace curr_device variable 2009-07-17 22:15:27 +02:00
ata_piix.h rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
fsl_sata.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
fsl_sata.h drivers: add the support for Freescale SATA controller 2008-03-26 23:38:58 +01:00
libata.c silence misc printf formatting compiler warnings 2008-07-10 22:12:09 +02:00
mg_disk.c mflash: Initial mflash support 2009-04-03 23:47:06 +02:00
mg_disk_prv.h Update CHANGELOG, coding style cleanup. 2009-04-05 00:27:57 +02:00
pata_bfin.c Blackfin: add driver for on-chip ATAPI controller 2009-02-02 12:27:14 -05:00
pata_bfin.h Blackfin: add driver for on-chip ATAPI controller 2009-02-02 12:27:14 -05:00
sata_dwc.c Canyonlands SATA harddisk driver 2009-07-19 11:24:09 +02:00
sata_dwc.h Canyonlands SATA harddisk driver 2009-07-19 11:24:09 +02:00
sata_sil3114.c sata_sil3114: fix compiler warning 2009-02-19 00:37:18 +01:00
sata_sil3114.h Add sata sil3114 support 2008-06-29 12:42:18 +02:00
sil680.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
sym53c8xx.c Cleanup: fix "MHz" spelling 2008-10-21 11:25:39 +02:00
systemace.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00