* [U-Boot] Generic MII interface
@ 2009-03-17 14:50 Remco Poelstra
2009-03-17 16:05 ` Mike Frysinger
0 siblings, 1 reply; 2+ messages in thread
From: Remco Poelstra @ 2009-03-17 14:50 UTC (permalink / raw)
To: u-boot
Hi,
While working on cleaning up my LPC2468 port, I was wondering whether
I'm correct in thinking that U-boot has some generic MII interface? My
processor has a MAC which uses (R)MII to communicate with the PHY. Can I
adapt my MAC driver for such interface, so the MAC and PHY code can be
separated?
Kind regards,
Remco Poelstra
^ permalink raw reply [flat|nested] 2+ messages in thread
* [U-Boot] Generic MII interface
2009-03-17 14:50 [U-Boot] Generic MII interface Remco Poelstra
@ 2009-03-17 16:05 ` Mike Frysinger
0 siblings, 0 replies; 2+ messages in thread
From: Mike Frysinger @ 2009-03-17 16:05 UTC (permalink / raw)
To: u-boot
On Tuesday 17 March 2009 10:50:59 Remco Poelstra wrote:
> While working on cleaning up my LPC2468 port, I was wondering whether
> I'm correct in thinking that U-boot has some generic MII interface? My
> processor has a MAC which uses (R)MII to communicate with the PHY. Can I
> adapt my MAC driver for such interface, so the MAC and PHY code can be
> separated?
there is a generic mii command so people can bang on the mii directly, but
there is no mac/phy driver framework like in the kernel. a net driver
currently has to support both the mac and phy. of course, if you limit the
phy commands used in your mac driver to only the standard ones, it should
remain fairly portable with different phys ...
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
Url : http://lists.denx.de/pipermail/u-boot/attachments/20090317/f8294e89/attachment.pgp
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-03-17 16:05 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-17 14:50 [U-Boot] Generic MII interface Remco Poelstra
2009-03-17 16:05 ` Mike Frysinger
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.