All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH 0/2] Ethernet driver for GENET
@ 2019-12-13 15:42 Amit Singh Tomar
  2019-12-13 15:42 ` [RFC PATCH 1/2] rpi: Update memory map to accommodate scb devices Amit Singh Tomar
  2019-12-13 15:42 ` [RFC PATCH 2/2] net: Add Support for GENET Ethernet controller Amit Singh Tomar
  0 siblings, 2 replies; 8+ messages in thread
From: Amit Singh Tomar @ 2019-12-13 15:42 UTC (permalink / raw)
  To: u-boot

Hi,

This is the RFC version of Ethernet driver Andre and I have been working on for sometime now.
MAC controller is based on Broadcom's GENETv5 IP.There is no documentation available for this controller
Publicly and it's derived lookig at the Linux source[1].

At the moment, ping works from RPI to host machine and TFTP for small files succeed but TFTP bigger
files is still an issue.

We would be greatful to get some feedback and help to get it working properly.

[1]: https://github.com/torvalds/linux/blob/master/drivers/net/ethernet/broadcom/genet/bcmgenet.c

Amit Singh Tomar (2):
  rpi: Update memory map to accommodate scb devices
  net: Add Support for GENET Ethernet controller

 arch/arm/mach-bcm283x/init.c |   6 +-
 configs/rpi_4_defconfig      |   2 +
 drivers/net/Kconfig          |   7 +
 drivers/net/Makefile         |   1 +
 drivers/net/bcmgenet.c       | 770 +++++++++++++++++++++++++++++++++++++++++++
 5 files changed, 783 insertions(+), 3 deletions(-)
 create mode 100644 drivers/net/bcmgenet.c

-- 
2.7.4

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

end of thread, other threads:[~2019-12-16 15:08 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-13 15:42 [RFC PATCH 0/2] Ethernet driver for GENET Amit Singh Tomar
2019-12-13 15:42 ` [RFC PATCH 1/2] rpi: Update memory map to accommodate scb devices Amit Singh Tomar
2019-12-13 15:42 ` [RFC PATCH 2/2] net: Add Support for GENET Ethernet controller Amit Singh Tomar
2019-12-13 16:50   ` Andre Przywara
2019-12-13 23:53     ` Florian Fainelli
2019-12-16 10:21       ` Andre Przywara
2019-12-16 12:45     ` Amit Tomer
2019-12-16 15:08       ` Andre Przywara

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.