qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v4 0/8] Add Ethernet device for i.MX6 SOC
@ 2016-05-18 22:22 Jean-Christophe Dubois
  2016-05-18 22:22 ` [Qemu-devel] [PATCH v4 1/8] net: improve UDP/TCP checksum computation Jean-Christophe Dubois
                   ` (7 more replies)
  0 siblings, 8 replies; 22+ messages in thread
From: Jean-Christophe Dubois @ 2016-05-18 22:22 UTC (permalink / raw)
  To: qemu-devel, peter.maydell, jasowang; +Cc: Jean-Christophe Dubois

This patch series adds Gb ENET Ethernet device to the i.MX6 SOC.

The ENET device is an evolution of the FEC device present on the i.MX25 SOC
and is backward compatible with it.

Therefore the ENET support has been added to the actual Qemu FEC device (
rather than adding a new device).

The Patch has been tested by:
 * Booting linux on i.MX25 PDK board emulation and accessing internet
 * Booting linux on i.MX6 Sabrelite board emulation and accessing internet

Jean-Christophe Dubois (8):
  net: improve UDP/TCP checksum computation.
  net: handle optional VLAN header in checksum computation.
  i.MX: Fix FEC code for MDIO operation selection
  i.MX: Fix FEC code for MDIO address selection
  i.MX: Fix FEC code for ECR register reset value.
  i.MX: move FEC device to a register array structure.
  Add ENET/Gbps Ethernet support to FEC device
  Add ENET device to i.MX6 SOC.

 hw/arm/fsl-imx25.c        |   3 +
 hw/arm/fsl-imx6.c         |  17 +
 hw/net/imx_fec.c          | 995 ++++++++++++++++++++++++++++++++++------------
 include/hw/arm/fsl-imx6.h |   6 +-
 include/hw/net/imx_fec.h  | 248 +++++++++---
 net/checksum.c            | 121 ++++--
 6 files changed, 1060 insertions(+), 330 deletions(-)

-- 
2.7.4

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

end of thread, other threads:[~2016-05-25  8:14 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-18 22:22 [Qemu-devel] [PATCH v4 0/8] Add Ethernet device for i.MX6 SOC Jean-Christophe Dubois
2016-05-18 22:22 ` [Qemu-devel] [PATCH v4 1/8] net: improve UDP/TCP checksum computation Jean-Christophe Dubois
2016-05-18 22:22 ` [Qemu-devel] [PATCH v4 2/8] net: handle optional VLAN header in " Jean-Christophe Dubois
2016-05-18 22:22 ` [Qemu-devel] [PATCH v4 3/8] i.MX: Fix FEC code for MDIO operation selection Jean-Christophe Dubois
2016-05-18 22:22 ` [Qemu-devel] [PATCH v4 4/8] i.MX: Fix FEC code for MDIO address selection Jean-Christophe Dubois
2016-05-18 22:23 ` [Qemu-devel] [PATCH v4 5/8] i.MX: Fix FEC code for ECR register reset value Jean-Christophe Dubois
2016-05-18 22:23 ` [Qemu-devel] [PATCH v4 6/8] i.MX: move FEC device to a register array structure Jean-Christophe Dubois
2016-05-19  3:28   ` Jason Wang
2016-05-19  6:10     ` Jean-Christophe DUBOIS
2016-05-20  2:26       ` Jason Wang
2016-05-20 21:25         ` Jean-Christophe DUBOIS
2016-05-18 22:23 ` [Qemu-devel] [PATCH v4 7/8] Add ENET/Gbps Ethernet support to FEC device Jean-Christophe Dubois
2016-05-19  3:48   ` Jason Wang
2016-05-19 18:14     ` Jean-Christophe DUBOIS
2016-05-19 18:37       ` Peter Maydell
2016-05-20 21:24         ` Jean-Christophe DUBOIS
2016-05-20  2:34       ` Jason Wang
2016-05-20 21:23         ` Jean-Christophe DUBOIS
2016-05-24  2:16           ` Jason Wang
2016-05-24 19:33             ` Jean-Christophe DUBOIS
2016-05-25  8:14               ` Jason Wang
2016-05-18 22:23 ` [Qemu-devel] [PATCH v4 8/8] Add ENET device to i.MX6 SOC Jean-Christophe Dubois

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