Merge git://www.denx.de/git/u-boot-marvell
Conflicts: arch/arm/Kconfig Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
@@ -14,6 +14,7 @@ obj-$(CONFIG_MVSATA_IDE) += mvsata_ide.o
|
||||
obj-$(CONFIG_MX51_PATA) += mxc_ata.o
|
||||
obj-$(CONFIG_PATA_BFIN) += pata_bfin.o
|
||||
obj-$(CONFIG_SATA_DWC) += sata_dwc.o
|
||||
obj-$(CONFIG_SATA_MV) += sata_mv.o
|
||||
obj-$(CONFIG_SATA_SIL3114) += sata_sil3114.o
|
||||
obj-$(CONFIG_SATA_SIL) += sata_sil.o
|
||||
obj-$(CONFIG_IDE_SIL680) += sil680.o
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
#include <asm/arch/orion5x.h>
|
||||
#elif defined(CONFIG_KIRKWOOD)
|
||||
#include <asm/arch/soc.h>
|
||||
#elif defined(CONFIG_ARMADA_XP)
|
||||
#elif defined(CONFIG_ARCH_MVEBU)
|
||||
#include <linux/mbus.h>
|
||||
#endif
|
||||
|
||||
@@ -102,7 +102,7 @@ struct mvsata_port_registers {
|
||||
* Initialize SATA memory windows for Armada XP
|
||||
*/
|
||||
|
||||
#ifdef CONFIG_ARMADA_XP
|
||||
#ifdef CONFIG_ARCH_MVEBU
|
||||
static void mvsata_ide_conf_mbus_windows(void)
|
||||
{
|
||||
const struct mbus_dram_target_info *dram;
|
||||
@@ -174,7 +174,7 @@ int ide_preinit(void)
|
||||
int ret = MVSATA_STATUS_TIMEOUT;
|
||||
int status;
|
||||
|
||||
#ifdef CONFIG_ARMADA_XP
|
||||
#ifdef CONFIG_ARCH_MVEBU
|
||||
mvsata_ide_conf_mbus_windows();
|
||||
#endif
|
||||
|
||||
|
||||
1045
drivers/block/sata_mv.c
Normal file
1045
drivers/block/sata_mv.c
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user