drivers: add the support for Freescale SATA controller
authorDave Liu <r63238@freescale.com>
Wed, 26 Mar 2008 14:55:32 +0000 (22:55 +0800)
committerWolfgang Denk <wd@denx.de>
Wed, 26 Mar 2008 22:38:58 +0000 (23:38 +0100)
commitfd0b1fe3c388a77e8fe00cdd930ca317a91198d4
tree6e690c9c55264553872a9973a875debbe14a63c8
parentbede87f4c87c3ccd868cc60ebf792e0560c6d024
drivers: add the support for Freescale SATA controller

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>
drivers/block/Makefile
drivers/block/fsl_sata.c [new file with mode: 0644]
drivers/block/fsl_sata.h [new file with mode: 0644]