aboutsummaryrefslogtreecommitdiff
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorSubbaraya Sundeep <sundeep.lkml@gmail.com>2020-04-16 20:24:49 +0530
committerPeter Maydell <peter.maydell@linaro.org>2020-04-30 11:52:28 +0100
commit1c66437879654705bbf8099d9767594668c57ce8 (patch)
tree07bf6eb67cdb4c8c0847ebdcc262e996ef552827 /MAINTAINERS
parent119a2ef1dce90ffa2b86a43fb190027fcc5cdb9a (diff)
downloadqemu-1c66437879654705bbf8099d9767594668c57ce8.zip
qemu-1c66437879654705bbf8099d9767594668c57ce8.tar.gz
qemu-1c66437879654705bbf8099d9767594668c57ce8.tar.bz2
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>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS2
1 files changed, 2 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 8cbc1fa..cea5733 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -919,6 +919,8 @@ F: include/hw/arm/msf2-soc.h
F: include/hw/misc/msf2-sysreg.h
F: include/hw/timer/mss-timer.h
F: include/hw/ssi/mss-spi.h
+F: hw/net/msf2-emac.c
+F: include/hw/net/msf2-emac.h
Emcraft M2S-FG484
M: Subbaraya Sundeep <sundeep.lkml@gmail.com>