mirror of
https://github.com/linux-sunxi/u-boot-sunxi.git
synced 2024-02-12 11:16:03 +08:00
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>
This commit is contained in:
@ -27,6 +27,7 @@ LIB := $(obj)libblock.a
|
||||
|
||||
COBJS-y += ahci.o
|
||||
COBJS-y += ata_piix.o
|
||||
COBJS-$(CONFIG_FSL_SATA) += fsl_sata.o
|
||||
COBJS-$(CONFIG_LIBATA) += libata.o
|
||||
COBJS-y += sil680.o
|
||||
COBJS-y += sym53c8xx.o
|
||||
|
||||
Reference in New Issue
Block a user