U-boot Archive mirror
 help / color / mirror / Atom feed
From: Boon Khai Ng <boon.khai.ng@intel.com>
To: u-boot@lists.denx.de
Cc: Marek <marex@denx.de>, Tien Fong <tien.fong.chee@intel.com>,
	Kok Kiang <kok.kiang.hea@intel.com>,
	Boon Khai Ng <boon.khai.ng@intel.com>,
	Tom Rini <trini@konsulko.com>
Subject: [PATCH v1 0/1] add driver for Synopsys Ethernet 10G device
Date: Wed, 17 Apr 2024 15:46:55 +0800	[thread overview]
Message-ID: <20240417074656.5417-1-boon.khai.ng@intel.com> (raw)

This driver support the Synopsys Designware Ethernet 10G
IP block refer from the driver dwc_eth_qos.
    
The driver MAC register mapping is different between
Synopsys QoS IP and Synopsys 10G IP, and thus new file
is created meant for Sysnopsys 10G IP.
    
The dwc_eth_xgmac_socfpga.c is specific to a device family,
the driver support the specific configuration used in
Intel SoC FPGA Agilex5.
    
This driver is extensible for other device family to use.

Boon Khai Ng (1):
  net: Add drivers for Sysnopsys Ethernet 10G device

 drivers/net/Kconfig                 |   18 +
 drivers/net/Makefile                |    2 +
 drivers/net/dwc_eth_xgmac.c         | 1165 +++++++++++++++++++++++++++
 drivers/net/dwc_eth_xgmac.h         |  298 +++++++
 drivers/net/dwc_eth_xgmac_socfpga.c |  226 ++++++
 5 files changed, 1709 insertions(+)
 create mode 100644 drivers/net/dwc_eth_xgmac.c
 create mode 100644 drivers/net/dwc_eth_xgmac.h
 create mode 100644 drivers/net/dwc_eth_xgmac_socfpga.c

-- 
2.25.1


             reply	other threads:[~2024-04-17 12:37 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-17  7:46 Boon Khai Ng [this message]
2024-04-17  7:46 ` [PATCH v1 1/1] net: Add drivers for Sysnopsys Ethernet 10G device Boon Khai Ng
2024-05-08 23:17   ` Tom Rini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240417074656.5417-1-boon.khai.ng@intel.com \
    --to=boon.khai.ng@intel.com \
    --cc=kok.kiang.hea@intel.com \
    --cc=marex@denx.de \
    --cc=tien.fong.chee@intel.com \
    --cc=trini@konsulko.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).