]> rtime.felk.cvut.cz Git - lisovros/qemu_apohw.git/commit
Add xgmac ethernet model
authorRob Herring <rob.herring@calxeda.com>
Thu, 26 Jan 2012 11:43:47 +0000 (11:43 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 26 Jan 2012 11:43:47 +0000 (11:43 +0000)
commit4c0e167c9dd354fa161b3e8d315077c34ecaf33a
tree5dd9400371a8766dd1602800aa0a7e66a71665a6
parent331636431af32ece373f4b1fb7c3ae9d0615e2a6
Add xgmac ethernet model

This adds very basic support for the xgmac ethernet core. Missing things
include:

- statistics counters
- WoL support
- rx checksum offload
- chained descriptors (only linear descriptor ring)
- broadcast and multicast handling

Signed-off-by: Rob Herring <rob.herring@calxeda.com>
Signed-off-by: Mark Langsdorf <mark.langsdorf@calxeda.com>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Makefile.target
hw/xgmac.c [new file with mode: 0644]