]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
cmd_scsi: Enable SoC AHCI device on platforms with PCI
authortang yuantian <Yuantian.Tang@freescale.com>
Fri, 20 Mar 2015 02:27:54 +0000 (10:27 +0800)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:30:09 +0000 (22:30 +0200)
commit240a3fb7558014d4e67bcc82d776ab3e8cee9096
tree9cbdf7baac6791ed5705a57c56480d7e847f169b
parentc5f2cd554299a971d2e93739f0424090a7fd2f69
cmd_scsi: Enable SoC AHCI device on platforms with PCI

Current driver assumes the AHCI is connected to PCI, this is not
true on some SoCs, e.g. LS1021A, which has PCI but the AHCI is
in SoC. This patch will enable embedded AHCI devices on platforms
with PCI.
PCI AHCI devices still can be used by commenting CONFIG_SCSI_AHCI_PLAT
option in head file.

Signed-off-by: Shaohui Xie <Shaohui.Xie@freescale.com>
Signed-off-by: Tang Yuantian <Yuantian.Tang@freescale.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
common/cmd_scsi.c