qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/4] hw/net: fix m68/ColdFire ethernet fec support
@ 2015-06-26  5:27 gerg
  2015-06-26  5:27 ` [Qemu-devel] [PATCH 1/4] hw/net: create common collection of MII definitions gerg
                   ` (5 more replies)
  0 siblings, 6 replies; 11+ messages in thread
From: gerg @ 2015-06-26  5:27 UTC (permalink / raw)
  To: qemu-devel


The following set of patches fixes the emulated ColdFire ethernet fec
driver. There is primarily two problems that need to be fixed.

1. The emulated driver needs to support probing of an attached phy.
   It is strait forward to emulate an attached phy, but to avoid using
   magic numbers I have factored out the common MII register and value
   definitions into their own mii.h file first.

2. Fix the fec driver receiver to return the correct value.

With these changes in place the qemu m5208evb board emulation can probe,
identify and use the fec ethernet running a Linux guest.


 hw/net/mcf_fec.c                |   54 ++++++++++++++++++++++++++--
 include/hw/net/allwinner_emac.h |   40 ---------------------
 include/hw/net/mii.h            |   76 ++++++++++++++++++++++++++++++++++++++++
 3 files changed, 128 insertions(+), 42 deletions(-)

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2015-07-28  0:02 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-26  5:27 [Qemu-devel] [PATCH 0/4] hw/net: fix m68/ColdFire ethernet fec support gerg
2015-06-26  5:27 ` [Qemu-devel] [PATCH 1/4] hw/net: create common collection of MII definitions gerg
2015-06-26  5:27 ` [Qemu-devel] [PATCH 2/4] hw/net: add ANLPAR bit definitions to generic mii gerg
2015-06-26  5:27 ` [Qemu-devel] [PATCH 3/4] hw/net: add simple phy support to mcf_fec driver gerg
2015-06-26  5:27 ` [Qemu-devel] [PATCH 4/4] hw/net: fix mcf_fec driver receiver gerg
2015-06-26 10:12 ` [Qemu-devel] [PATCH 0/4] hw/net: fix m68/ColdFire ethernet fec support Stefan Hajnoczi
2015-06-26 12:07   ` Greg Ungerer
2015-06-30  5:38   ` Greg Ungerer
2015-07-27 13:11     ` Stefan Hajnoczi
2015-07-28  0:03       ` Greg Ungerer
2015-07-27 13:13 ` Stefan Hajnoczi

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).