OSDN Git Service

hw/net: Add npcm7xx emc model
authorDoug Evans <dje@google.com>
Thu, 18 Feb 2021 21:24:51 +0000 (13:24 -0800)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 5 Mar 2021 15:17:34 +0000 (15:17 +0000)
commit01c966b54f5effd7132da1a8d33ae1927944cfdf
tree7175fb1f0f258520333813b813b47ecc388c4ba7
parented84a60ca80c403749c1fc1bab27c85d8edba39d
hw/net: Add npcm7xx emc model

This is a 10/100 ethernet device that has several features.
Only the ones needed by the Linux driver have been implemented.
See npcm7xx_emc.c for a list of unimplemented features.

Reviewed-by: Hao Wu <wuhaotsh@google.com>
Reviewed-by: Avi Fishman <avi.fishman@nuvoton.com>
Signed-off-by: Doug Evans <dje@google.com>
Message-id: 20210218212453.831406-2-dje@google.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/net/meson.build
hw/net/npcm7xx_emc.c [new file with mode: 0644]
hw/net/trace-events
include/hw/net/npcm7xx_emc.h [new file with mode: 0644]