summaryrefslogtreecommitdiff
path: root/hw/net/imx_fec.c
AgeCommit message (Expand)AuthorFilesLines
2016-07-19qapi: Change Netdev into a flat unionEric Blake1-1/+1
2016-06-02Add ENET/Gbps Ethernet support to FEC deviceJean-Christophe Dubois1-101/+572
2016-06-02i.MX: move FEC device to a register array structure.Jean-Christophe Dubois1-176/+222
2016-06-02i.MX: Rename i.MX FEC defines to ENET_XXXJean-Christophe Dubois1-27/+27
2016-06-02i.MX: reset TX/RX descriptors when FEC is disabled.Jean-Christophe Dubois1-0/+2
2016-06-02i.MX: Fix FEC code for ECR register reset value.Jean-Christophe Dubois1-1/+1
2016-06-02i.MX: Fix FEC code for MDIO address selectionJean-Christophe Dubois1-2/+2
2016-06-02i.MX: Fix FEC code for MDIO operation selectionJean-Christophe Dubois1-3/+3
2016-05-19hw: explicitly include qemu/log.hPaolo Bonzini1-0/+1
2016-03-16i.MX: Add missing descriptions in devices.Jean-Christophe Dubois1-0/+1
2016-01-29arm: Clean up includesPeter Maydell1-0/+1
2015-10-27i.MX: Standardize i.MX FEC debugJean-Christophe Dubois1-32/+32
2015-09-07i.MX: Add FEC Ethernet EmulatorJean-Christophe Dubois1-0/+709