Skip to content

Commit

Permalink
Add Enhanced Three-Speed Ethernet Controller (eTSEC)
Browse files Browse the repository at this point in the history
This implementation doesn't include ring priority, TCP/IP Off-Load, QoS.

Signed-off-by: Fabien Chouteau <chouteau@adacore.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
  • Loading branch information
Fabien-Chouteau authored and agraf committed Mar 5, 2014
1 parent b36f100 commit eb1e7c3
Show file tree
Hide file tree
Showing 8 changed files with 2,054 additions and 0 deletions.
1 change: 1 addition & 0 deletions default-configs/ppc-softmmu.mak
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,5 @@ CONFIG_E500=y
CONFIG_OPENPIC_KVM=$(and $(CONFIG_E500),$(CONFIG_KVM))
# For PReP
CONFIG_MC146818RTC=y
CONFIG_ETSEC=y
CONFIG_ISA_TESTDEV=y
3 changes: 3 additions & 0 deletions hw/net/Makefile.objs
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,6 @@ obj-$(CONFIG_XILINX_ETHLITE) += xilinx_ethlite.o

obj-$(CONFIG_VIRTIO) += virtio-net.o
obj-y += vhost_net.o

obj-$(CONFIG_ETSEC) += fsl_etsec/etsec.o fsl_etsec/registers.o \
fsl_etsec/rings.o fsl_etsec/miim.o
Loading

0 comments on commit eb1e7c3

Please sign in to comment.