]> git.proxmox.com Git - mirror_qemu.git/commit - MAINTAINERS
hw/net: Add Smartfusion2 emac block
authorSubbaraya Sundeep <sundeep.lkml@gmail.com>
Thu, 16 Apr 2020 14:54:49 +0000 (20:24 +0530)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 30 Apr 2020 10:52:28 +0000 (11:52 +0100)
commit1c66437879654705bbf8099d9767594668c57ce8
tree07bf6eb67cdb4c8c0847ebdcc262e996ef552827
parent119a2ef1dce90ffa2b86a43fb190027fcc5cdb9a
hw/net: Add Smartfusion2 emac block

Modelled Ethernet MAC of Smartfusion2 SoC.
Micrel KSZ8051 PHY is present on Emcraft's
SOM kit hence same PHY is emulated.

Signed-off-by: Subbaraya Sundeep <sundeep.lkml@gmail.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-id: 1587048891-30493-2-git-send-email-sundeep.lkml@gmail.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
MAINTAINERS
hw/net/Makefile.objs
hw/net/msf2-emac.c [new file with mode: 0644]
include/hw/net/msf2-emac.h [new file with mode: 0644]