From: Dan Malek <dan@embeddededge.com>
To: Jos Beck <jos_beck@euronet.nl>
Cc: linuxppc-embedded@lists.linuxppc.org
Subject: Re: FCC Ethernet MDIO interface
Date: Fri, 16 Apr 2004 09:00:30 -0400 [thread overview]
Message-ID: <407FD8EE.306@embeddededge.com> (raw)
In-Reply-To: 407F8312.3070702@euronet.nl
First of all, this should be posted on the u-boot mailing list, not here.
Jos Beck wrote:
> We are trying to use U-boot for a new MPC8250 circuit.
> Where can I find the code that controls MDIO? (e.g. to defive which CPM
> pins are used)
If you take a look at some other 8260 derivative boards, it's kinda
obvious how it is done. First CONFIG_MII, CONFIG_BITBANGMII. Define
the macros for MDIO, MDC, and MIIDELAY specific to your implementation.
Due to the wide variation of implementation, the PHY management is done
from the board specific files, not in the generic FCC driver. Take a
look at board/mpc8260ads/mpc8260ads.c.
> Is the MDIO interface used/supported anyhow in u-boot or the kernel?
Yes, in many different variations that you can model to suit your needs.
-- Dan
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
prev parent reply other threads:[~2004-04-16 13:00 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-04-14 20:54 Slow down with recent linux kernel Richard Laing
2004-04-15 1:58 ` Dan Malek
2004-04-16 6:54 ` FCC Ethernet MDIO interface Jos Beck
2004-04-16 13:00 ` Dan Malek [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=407FD8EE.306@embeddededge.com \
--to=dan@embeddededge.com \
--cc=jos_beck@euronet.nl \
--cc=linuxppc-embedded@lists.linuxppc.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).