summary refs log tree commit diff stats
path: root/hw/net/imx_fec.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* i.MX: Add FEC Ethernet EmulatorJean-Christophe Dubois2015-09-071-0/+709
This is based on mcf_fec.c FEC implementation for Coldfire * A generic PHY was added (borrowwed from LAN9118) * The buffer management is also modified as buffers are slightly different between Coldfire and i.MX Signed-off-by: Jean-Christophe Dubois <jcd@tribudubois.net> Reviewed-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com> Message-id: fb314f8a120aa49f8f6ad886f312c649b484fb5a.1441057361.git.jcd@tribudubois.net Signed-off-by: Peter Maydell <peter.maydell@linaro.org>