All of lore.kernel.org
 help / color / mirror / Atom feed
From: York Sun <yorksun@freescale.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 16/17] arm: ls1021atwr: Disable CONFIG_E1000 temporarily
Date: Tue, 12 Jan 2016 09:52:13 -0800	[thread overview]
Message-ID: <56953D4D.9070302@freescale.com> (raw)
In-Reply-To: <1452580888-27637-17-git-send-email-bmeng.cn@gmail.com>



On 01/11/2016 10:38 PM, Bin Meng wrote:
> Before we switch to use driver model ethernet support, disable
> CONFIG_E1000 temporarily as with driver model ethernet, E1000
> driver depends on driver model PCI which is not ready on this
> board yet.
> 

Any idea when PCI/E1000 can be enabled?

York

  reply	other threads:[~2016-01-12 17:52 UTC|newest]

Thread overview: 57+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-12  6:41 [U-Boot] [PATCH 00/17] arm: ls1021atwr: Convert to use driver model TSEC driver Bin Meng
2016-01-12  6:41 ` [U-Boot] [PATCH 01/17] powerpc: bsc9132qds: Do not wrap pci_eth_init() with CONFIG_TSEC_ENET Bin Meng
2016-01-27 15:07   ` Joe Hershberger
2016-01-29 21:26   ` [U-Boot] " Joe Hershberger
2016-01-12  6:41 ` [U-Boot] [PATCH 02/17] powerpc: c29xpcie: " Bin Meng
2016-01-27 15:08   ` Joe Hershberger
2016-01-29 21:26   ` [U-Boot] " Joe Hershberger
2016-01-12  6:41 ` [U-Boot] [PATCH 03/17] powerpc: mpc8572ds: " Bin Meng
2016-01-27 15:08   ` Joe Hershberger
2016-01-29 21:26   ` [U-Boot] " Joe Hershberger
2016-01-12  6:41 ` [U-Boot] [PATCH 04/17] powerpc: mpc8548cds: " Bin Meng
2016-01-27 15:08   ` Joe Hershberger
2016-01-29 21:26   ` [U-Boot] " Joe Hershberger
2016-01-12  6:41 ` [U-Boot] [PATCH 05/17] powerpc: p1010rdb: " Bin Meng
2016-01-27 15:08   ` Joe Hershberger
2016-01-29 21:26   ` [U-Boot] " Joe Hershberger
2016-01-12  6:41 ` [U-Boot] [PATCH 06/17] arm: ls1021atwr: " Bin Meng
2016-01-27 15:09   ` Joe Hershberger
2016-01-29 21:26   ` [U-Boot] " Joe Hershberger
2016-01-12  6:41 ` [U-Boot] [PATCH 07/17] net: tsec: fsl_mdio: Fix several cosmetic issues Bin Meng
2016-01-27 15:11   ` Joe Hershberger
2016-01-29 21:26   ` [U-Boot] " Joe Hershberger
2016-01-12  6:41 ` [U-Boot] [PATCH 08/17] net: tsec: Move rx_idx and tx_idx to struct tsec_private Bin Meng
2016-01-27 15:13   ` Joe Hershberger
2016-01-29 21:26   ` [U-Boot] " Joe Hershberger
2016-01-12  6:41 ` [U-Boot] [PATCH 09/17] net: tsec: Move rxbd and txbd " Bin Meng
2016-01-27 15:15   ` Joe Hershberger
2016-01-29 21:26   ` [U-Boot] " Joe Hershberger
2016-01-12  6:41 ` [U-Boot] [PATCH 10/17] net: tsec: Adjust orders to avoid forward declaration of tsec_send() Bin Meng
2016-01-27 15:15   ` Joe Hershberger
2016-01-29 21:26   ` [U-Boot] " Joe Hershberger
2016-01-12  6:41 ` [U-Boot] [PATCH 11/17] net: tsec: Use tsec_private pointer as the parameter for internal routines Bin Meng
2016-01-27 15:16   ` Joe Hershberger
2016-01-29 21:26   ` [U-Boot] " Joe Hershberger
2016-01-12  6:41 ` [U-Boot] [PATCH 12/17] doc: dt-bindings: Describe Freescale TSEC ethernet controller Bin Meng
2016-01-27 15:17   ` Joe Hershberger
2016-01-29 21:26   ` [U-Boot] " Joe Hershberger
2016-01-12  6:41 ` [U-Boot] [PATCH 13/17] net: tsec: Add driver model ethernet support Bin Meng
2016-01-13 20:09   ` Simon Glass
2016-01-27 15:19   ` Joe Hershberger
2016-01-29 21:26   ` [U-Boot] " Joe Hershberger
2016-01-12  6:41 ` [U-Boot] [PATCH 14/17] net: tsec: Use priv->tbiaddr to initialize TBI PHY address Bin Meng
2016-01-27 15:20   ` Joe Hershberger
2016-01-29 21:26   ` [U-Boot] " Joe Hershberger
2016-01-12  6:41 ` [U-Boot] [PATCH 15/17] arm: ls102xa: Rewrite the logic of ft_fixup_enet_phy_connect_type() Bin Meng
2016-01-27 15:21   ` Joe Hershberger
2016-01-29 21:27   ` [U-Boot] " Joe Hershberger
2016-01-12  6:41 ` [U-Boot] [PATCH 16/17] arm: ls1021atwr: Disable CONFIG_E1000 temporarily Bin Meng
2016-01-12 17:52   ` York Sun [this message]
2016-01-13  6:21     ` Bin Meng
2016-01-13 16:07       ` york sun
2016-01-14  1:57         ` Bin Meng
2016-01-12  6:41 ` [U-Boot] [PATCH 17/17] arm: ls1021atwr: Convert to use driver model TSEC driver Bin Meng
2016-01-18  5:16 ` [U-Boot] [PATCH 00/17] " Bin Meng
2016-01-19 17:16   ` york sun
2016-01-26  2:45     ` Bin Meng
2016-01-27 15:26       ` Joe Hershberger

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=56953D4D.9070302@freescale.com \
    --to=yorksun@freescale.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.