aboutsummaryrefslogtreecommitdiff
path: root/drivers/block/fsl_sata.c
AgeCommit message (Collapse)AuthorFilesLines
2008-07-10silence misc printf formatting compiler warningsKim Phillips1-1/+1
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
2008-06-30sata: wait for device updating signature to hostDave Liu1-0/+8
The driver need wait for the device updating signature to host. If we don't wait for it, the driver can not detect the device(disk) when the system powers up. Signed-off-by: Dave Liu <daveliu@freescale.com>
2008-04-13ata: update the libata.h from ata.h of linux kernelDave Liu1-7/+7
Current libata.h of u-boot is out of sync from linux kernel, this patch make it be consistent with linux kernel. Signed-off-by: Dave Liu <daveliu@freescale.com> Signed-off-by: Tor Krill <tor@excito.com>
2008-03-26drivers: add the support for Freescale SATA controllerDave Liu1-0/+916
Add the Freescale on-chip SATA controller driver to u-boot, The SATA controller is used on the 837x and 8315 targets, The driver can be used to load kernel, fs and dtb. The features list: - 1.5/3 Gbps link speed - LBA48, LBA28 support - DMA and FPDMA support - Two ports support Signed-off-by: Dave Liu <daveliu@freescale.com>