All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] Enhanced Three Speed Ethernet Controller (eTSEC)
@ 2013-07-10 17:10 Fabien Chouteau
  2013-07-10 17:10 ` [Qemu-devel] [PATCH 1/2] Add be16_to_cpupu function Fabien Chouteau
  2013-07-10 17:10 ` [Qemu-devel] [PATCH 2/2] Add Enhanced Three-Speed Ethernet Controller (eTSEC) Fabien Chouteau
  0 siblings, 2 replies; 29+ messages in thread
From: Fabien Chouteau @ 2013-07-10 17:10 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-ppc, agraf

I know it will be difficult to get this patch in the mainstream version, but
Alex already told  me that some people here may have interest in eTSEC so I
thought I could just send it so everyone can have a look.

It has been tested with vxWorks and vxWorks only. I have no idea if it will
work with linux. It should be backwards compatible with TSEC.

Have fun :)

Fabien Chouteau (2):
  Add be16_to_cpupu function
  Add Enhanced Three-Speed Ethernet Controller (eTSEC)

 default-configs/ppc-softmmu.mak |    1 +
 hw/net/Makefile.objs            |    1 +
 hw/net/etsec.c                  |  472 +++++++++++++++++++++++++++
 hw/net/etsec.h                  |  169 ++++++++++
 hw/net/etsec_miim.c             |  146 +++++++++
 hw/net/etsec_registers.c        |  295 +++++++++++++++++
 hw/net/etsec_registers.h        |  302 ++++++++++++++++++
 hw/net/etsec_rings.c            |  673 +++++++++++++++++++++++++++++++++++++++
 include/qemu/bswap.h            |    5 +
 9 files changed, 2064 insertions(+)
 create mode 100644 hw/net/etsec.c
 create mode 100644 hw/net/etsec.h
 create mode 100644 hw/net/etsec_miim.c
 create mode 100644 hw/net/etsec_registers.c
 create mode 100644 hw/net/etsec_registers.h
 create mode 100644 hw/net/etsec_rings.c

-- 
1.7.9.5

^ permalink raw reply	[flat|nested] 29+ messages in thread

end of thread, other threads:[~2013-07-22  9:01 UTC | newest]

Thread overview: 29+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-10 17:10 [Qemu-devel] [PATCH 0/2] Enhanced Three Speed Ethernet Controller (eTSEC) Fabien Chouteau
2013-07-10 17:10 ` [Qemu-devel] [PATCH 1/2] Add be16_to_cpupu function Fabien Chouteau
2013-07-10 17:25   ` Peter Maydell
2013-07-12  9:57     ` Fabien Chouteau
2013-07-10 17:10 ` [Qemu-devel] [PATCH 2/2] Add Enhanced Three-Speed Ethernet Controller (eTSEC) Fabien Chouteau
     [not found]   ` <201307110955092430409@cn.fujitsu.com>
2013-07-15  1:25     ` [Qemu-devel] Fw: [PATCH 2/2] Add Enhanced Three-Speed EthernetController (eTSEC) Yao Xingtao
2013-07-15 10:19       ` Fabien Chouteau
2013-07-15  2:00   ` [Qemu-devel] [PATCH 2/2] Add Enhanced Three-Speed Ethernet Controller (eTSEC) Peter Crosthwaite
2013-07-15 14:23     ` Fabien Chouteau
2013-07-16  1:06       ` Peter Crosthwaite
2013-07-16  8:35         ` Fabien Chouteau
2013-07-16  2:06   ` [Qemu-devel] [Qemu-ppc] " Scott Wood
2013-07-16 15:28     ` Fabien Chouteau
2013-07-16 15:37       ` Alexander Graf
2013-07-16 16:15         ` Fabien Chouteau
2013-07-16 16:54           ` Scott Wood
2013-07-17  8:24             ` Fabien Chouteau
2013-07-17  8:29               ` Alexander Graf
2013-07-17 10:27                 ` Fabien Chouteau
2013-07-16 17:50       ` Scott Wood
2013-07-17 10:17         ` Fabien Chouteau
2013-07-17 10:22           ` Alexander Graf
2013-07-17 10:43             ` Fabien Chouteau
2013-07-17 21:02           ` Scott Wood
2013-07-18  9:27             ` Fabien Chouteau
2013-07-18 20:37               ` Scott Wood
2013-07-19  9:22                 ` Fabien Chouteau
2013-07-19 17:19                   ` Scott Wood
2013-07-22  9:00                     ` Fabien Chouteau

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.