From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41630) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VyeRH-0008IK-LX for qemu-devel@nongnu.org; Thu, 02 Jan 2014 04:19:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VyeR7-0007mA-Ue for qemu-devel@nongnu.org; Thu, 02 Jan 2014 04:19:39 -0500 Received: from mail-ee0-x229.google.com ([2a00:1450:4013:c00::229]:50770) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VyeR7-0007lz-NM for qemu-devel@nongnu.org; Thu, 02 Jan 2014 04:19:29 -0500 Received: by mail-ee0-f41.google.com with SMTP id t10so6271593eei.28 for ; Thu, 02 Jan 2014 01:19:28 -0800 (PST) From: Beniamino Galvani Date: Thu, 2 Jan 2014 10:18:50 +0100 Message-Id: <1388654332-10303-1-git-send-email-b.galvani@gmail.com> Subject: [Qemu-devel] [PATCH 0/2] hw/arm: add ethernet support to Allwinner A10 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Beniamino Galvani , Peter Maydell , Li Guang This patch series adds support for the EMAC Fast Ethernet controller found on Allwinner SoCs to the Allwinner A10. Beniamino Galvani (2): hw/net: add support for Allwinner EMAC Fast Ethernet controller hw/arm/allwinner-a10: initialize EMAC default-configs/arm-softmmu.mak | 1 + hw/arm/allwinner-a10.c | 20 ++ hw/net/Makefile.objs | 1 + hw/net/allwinner_emac.c | 466 +++++++++++++++++++++++++++++++++++++++ include/hw/arm/allwinner-a10.h | 4 + include/hw/net/allwinner_emac.h | 204 +++++++++++++++++ 6 files changed, 696 insertions(+) create mode 100644 hw/net/allwinner_emac.c create mode 100644 include/hw/net/allwinner_emac.h -- 1.7.10.4