summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2015-08-11 09:36:15 +0200
committerLuka Perkov <luka.perkov@sartura.hr>2015-08-17 18:49:47 +0200
commit41e705ac799a40d6f58d0e38e5a295fb20d5a226 (patch)
tree3958e46c91e5bd4cabd91dbbcdb9660c539947a1 /include
parent9c28d61c8e65f2b1cf2db1ba262fe37e973beaa7 (diff)
downloadblackbird-obmc-uboot-41e705ac799a40d6f58d0e38e5a295fb20d5a226.tar.gz
blackbird-obmc-uboot-41e705ac799a40d6f58d0e38e5a295fb20d5a226.zip
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 <sr@denx.de> Cc: Anton Schubert <anton.schubert@gmx.de> Cc: Luka Perkov <luka.perkov@sartura.hr>
Diffstat (limited to 'include')
-rw-r--r--include/configs/db-mv784mp-gp.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/configs/db-mv784mp-gp.h b/include/configs/db-mv784mp-gp.h
index f4e669dd79..eec2ba933f 100644
--- a/include/configs/db-mv784mp-gp.h
+++ b/include/configs/db-mv784mp-gp.h
@@ -33,6 +33,7 @@
#define CONFIG_CMD_ENV
#define CONFIG_CMD_I2C
#define CONFIG_CMD_IDE
+#define CONFIG_CMD_PCI
#define CONFIG_CMD_PING
#define CONFIG_CMD_SF
#define CONFIG_CMD_SPI
@@ -102,6 +103,13 @@
#define CONFIG_DOS_PARTITION
#endif /* CONFIG_CMD_IDE */
+/* PCIe support */
+#define CONFIG_PCI
+#define CONFIG_PCI_MVEBU
+#define CONFIG_PCI_PNP
+#define CONFIG_PCI_SCAN_SHOW
+#define CONFIG_E1000 /* enable Intel E1000 support for testing */
+
/*
* mv-common.h should be defined after CMD configs since it used them
* to enable certain macros
OpenPOWER on IntegriCloud