On Mon, Oct 10, 2011 at 2:27 AM, Max Filippov <jcmvb...@gmail.com> wrote: > Max Filippov (2): > hw: add OpenCores 10/100 Mbps Ethernet controller > target-xtensa: add Avnet LX60/LX110/LX200 boards
These patches depend on the 7-patch series. Please mention if the patch sets depend on other patch sets instead of git HEAD. > Makefile.objs | 1 + > Makefile.target | 1 + > default-configs/xtensa-softmmu.mak | 3 + > default-configs/xtensaeb-softmmu.mak | 3 + > hw/opencores_eth.c | 728 > ++++++++++++++++++++++++++++++++++ > hw/xtensa_lx60.c | 232 +++++++++++ > trace-events | 14 + > 7 files changed, 982 insertions(+), 0 deletions(-) > create mode 100644 hw/opencores_eth.c > create mode 100644 hw/xtensa_lx60.c > > -- > 1.7.6.4 > > >