From 41e705ac799a40d6f58d0e38e5a295fb20d5a226 Mon Sep 17 00:00:00 2001 From: Stefan Roese Date: Tue, 11 Aug 2015 09:36:15 +0200 Subject: arm: mvebu: db-mv784mp-gp: Enable PCI support This patch enabled the MVEBU PCIe support on the db-mv784mp-gp AXP eval board. It also enabled the Intel E1000 driver support and adds the initialization of PCIe network controllers to the board code. Signed-off-by: Stefan Roese Cc: Anton Schubert Cc: Luka Perkov --- board/Marvell/db-mv784mp-gp/db-mv784mp-gp.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'board/Marvell/db-mv784mp-gp') diff --git a/board/Marvell/db-mv784mp-gp/db-mv784mp-gp.c b/board/Marvell/db-mv784mp-gp/db-mv784mp-gp.c index 78c7b7e4e6..d7aa1499ad 100644 --- a/board/Marvell/db-mv784mp-gp/db-mv784mp-gp.c +++ b/board/Marvell/db-mv784mp-gp/db-mv784mp-gp.c @@ -6,6 +6,7 @@ #include #include +#include #include #include #include @@ -80,6 +81,12 @@ int checkboard(void) return 0; } +int board_eth_init(bd_t *bis) +{ + cpu_eth_init(bis); /* Built in controller(s) come first */ + return pci_eth_init(bis); +} + #ifdef CONFIG_RESET_PHY_R /* Configure and enable MV88E1545 PHY */ void reset_phy(void) -- cgit v1.2.1