qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH v3 0/5] Add Ethernet device for i.MX6 SOC


From: Jean-Christophe Dubois
Subject: [Qemu-devel] [PATCH v3 0/5] Add Ethernet device for i.MX6 SOC
Date: Sun, 8 May 2016 21:40:53 +0200

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 (5):
  net: improve UDP/TCP checksum computation.
  net: handle optional VLAN header in checksum computation.
  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          | 987 ++++++++++++++++++++++++++++++++++------------
 include/hw/arm/fsl-imx6.h |   2 +
 include/hw/net/imx_fec.h  | 241 ++++++++---
 net/checksum.c            | 121 ++++--
 6 files changed, 1044 insertions(+), 327 deletions(-)

-- 
2.7.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]