[Armadeus-commitlog] armadeus branch, master, updated. armadeus-5.3-445-g7530217
Brought to you by:
sszy
|
From: Sébastien S. <ss...@us...> - 2014-10-22 13:36:39
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via 7530217fd5bce5299217e164a09c5d89a73d9017 (commit)
from 5bd0ee19459f7f7d892c7f8b906e93779b99822e (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 7530217fd5bce5299217e164a09c5d89a73d9017
Author: Sébastien Szymanski <ss...@us...>
Date: Wed Oct 22 15:40:04 2014 +0200
[UBOOT] 2014.07: apf6: add pcie support
-----------------------------------------------------------------------
Summary of changes:
.../device/armadeus/apf6/apf6-u-boot-2014.07.h | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/buildroot/target/device/armadeus/apf6/apf6-u-boot-2014.07.h b/buildroot/target/device/armadeus/apf6/apf6-u-boot-2014.07.h
index 22add25..fb8fe58 100644
--- a/buildroot/target/device/armadeus/apf6/apf6-u-boot-2014.07.h
+++ b/buildroot/target/device/armadeus/apf6/apf6-u-boot-2014.07.h
@@ -70,6 +70,7 @@
#define CONFIG_CMD_MII
#define CONFIG_CMD_MMC
#define CONFIG_CMD_NET
+#define CONFIG_CMD_PCI
#define CONFIG_CMD_PING
#define CONFIG_CMD_SETEXPR
#define CONFIG_CMD_USB
@@ -141,6 +142,12 @@
#define CONFIG_G_DNL_PRODUCT_NUM 0xa4a5
#define CONFIG_G_DNL_MANUFACTURER "ARMadeus Systems"
+/* PCIE */
+#define CONFIG_PCI
+#define CONFIG_PCI_PNP
+#define CONFIG_PCIE_IMX
+#define CONFIG_PCIE_IMX_POWER_GPIO IMX_GPIO_NR(6, 2)
+
/*
* BOOTP options
*/
hooks/post-receive
--
armadeus
|