From mboxrd@z Thu Jan 1 00:00:00 1970 From: Minghuan Lian Date: Mon, 10 Oct 2016 16:47:49 +0800 Subject: [U-Boot] [PATCH 9/9] armv8: ls1046a: Enable PCIe support In-Reply-To: <1476089269-28697-1-git-send-email-Minghuan.Lian@nxp.com> References: <1476089269-28697-1-git-send-email-Minghuan.Lian@nxp.com> Message-ID: <1476089269-28697-10-git-send-email-Minghuan.Lian@nxp.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Signed-off-by: Minghuan Lian --- include/configs/ls1046a_common.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/include/configs/ls1046a_common.h b/include/configs/ls1046a_common.h index 7c5e635..f8f5ee2 100644 --- a/include/configs/ls1046a_common.h +++ b/include/configs/ls1046a_common.h @@ -117,6 +117,21 @@ #define CONFIG_SYS_I2C_MXC_I2C3 #define CONFIG_SYS_I2C_MXC_I2C4 +/* PCIe */ +#define CONFIG_PCI /* Enable PCI/PCIE */ +#define CONFIG_DM_PCI /* Enable driver mode for PCI */ +#define CONFIG_DM_PCI_COMPAT +#define CONFIG_PCIE_LAYERSCAPE /* Use common FSL Layerscape PCIe code */ +#define CONFIG_SYS_PCI_64BIT + +#ifdef CONFIG_PCI +#define CONFIG_PCI_PNP +#define CONFIG_PCI_SCAN_SHOW +#define CONFIG_CMD_PCI +#define CONFIG_NET_MULTI +#define CONFIG_E1000 +#endif + /* Command line configuration */ #define CONFIG_CMD_ENV -- 1.9.1