All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sekhar Nori <nsekhar@ti.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 7/7] configs: am65x_evm_a53: enable support for PCIe ethernet cards
Date: Mon, 3 Jun 2019 18:52:52 +0530	[thread overview]
Message-ID: <20190603132252.14012-8-nsekhar@ti.com> (raw)
In-Reply-To: <20190603132252.14012-1-nsekhar@ti.com>

Enable support for Intel E1000 based PCIe ethernet cards that
can be used to test PCIe RC functionality on AM65x EVM.

Signed-off-by: Sekhar Nori <nsekhar@ti.com>
---
 configs/am65x_evm_a53_defconfig | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/configs/am65x_evm_a53_defconfig b/configs/am65x_evm_a53_defconfig
index 7745e2038790..c1a04257769f 100644
--- a/configs/am65x_evm_a53_defconfig
+++ b/configs/am65x_evm_a53_defconfig
@@ -60,6 +60,9 @@ CONFIG_DM_MMC=y
 CONFIG_MMC_SDHCI=y
 CONFIG_MMC_SDHCI_K3_ARASAN=y
 CONFIG_PHY=y
+CONFIG_DM_ETH=y
+CONFIG_E1000=y
+CONFIG_CMD_E1000=y
 CONFIG_PCI=y
 CONFIG_DM_PCI=y
 CONFIG_PCI_KEYSTONE=y
-- 
2.16.2

      parent reply	other threads:[~2019-06-03 13:22 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-03 13:22 [U-Boot] [PATCH v2 0/7] Add PCIe root complex support for AM654x SoC Sekhar Nori
2019-06-03 13:22 ` [U-Boot] [PATCH v2 1/7] clk: add support for clk_is_match() Sekhar Nori
2019-06-22 19:10   ` Simon Glass
2019-07-27  1:48   ` Tom Rini
2019-07-29  9:13     ` Sekhar Nori
2019-07-29 11:51       ` Tom Rini
2019-08-01 13:44         ` Sekhar Nori
2019-06-03 13:22 ` [U-Boot] [PATCH v2 2/7] dm: core: add support for getting register address and size Sekhar Nori
2019-06-22 19:10   ` Simon Glass
2019-06-03 13:22 ` [U-Boot] [PATCH v2 3/7] pcie: ti: add driver for AM65x PCIe RC Sekhar Nori
2019-06-03 13:22 ` [U-Boot] [PATCH v2 4/7] phy: add support for AM654x SERDES Sekhar Nori
2019-06-03 13:22 ` [U-Boot] [PATCH v2 5/7] configs: am65x_evm_a53: enable PCIe support Sekhar Nori
2019-06-03 13:22 ` [U-Boot] [PATCH v2 6/7] arm: dts: k3-am65: add support for PCIe and SERDES Sekhar Nori
2019-06-03 13:22 ` Sekhar Nori [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190603132252.14012-8-nsekhar@ti.com \
    --to=nsekhar@ti.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.