diff options
author | Subbaraya Sundeep | 2020-04-16 16:54:49 +0200 |
---|---|---|
committer | Peter Maydell | 2020-04-30 12:52:28 +0200 |
commit | 1c66437879654705bbf8099d9767594668c57ce8 (patch) | |
tree | 07bf6eb67cdb4c8c0847ebdcc262e996ef552827 /MAINTAINERS | |
parent | Typo: Correct the name of CPU hotplug memory region (diff) | |
download | qemu-1c66437879654705bbf8099d9767594668c57ce8.tar.gz qemu-1c66437879654705bbf8099d9767594668c57ce8.tar.xz qemu-1c66437879654705bbf8099d9767594668c57ce8.zip |
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-- | MAINTAINERS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 8cbc1fac2b..cea57331fe 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> |