[PATCH v1 0/2] Broadcom netXtreme driver and commands
Bharat Kumar Reddy Gooty
bharat.gooty at broadcom.com
Mon Aug 23 16:14:06 CEST 2021
From: Bharat Gooty <bharat.gooty at broadcom.com>
Broadcom netXtreme controller supports multiple ports and
multiple link speeds like 10/25/50/100G
1. Added driver support for netXtreme controller
2. Added commands to know the port used, supported speeds,
configure link speeds and MAC address.
Bharat Gooty (2):
net: brcm: netXtreme driver
cmd: brcm: netXtreme commands
cmd/Kconfig | 2 +
cmd/broadcom/Kconfig | 10 +
cmd/broadcom/Makefile | 3 +-
cmd/broadcom/bnxt.c | 237 ++++
drivers/net/Kconfig | 1 +
drivers/net/Makefile | 1 +
drivers/net/bnxt/Kconfig | 7 +
drivers/net/bnxt/Makefile | 5 +
drivers/net/bnxt/bnxt.c | 2025 +++++++++++++++++++++++++++++++++++
drivers/net/bnxt/bnxt_dbg.h | 538 ++++++++++
drivers/net/bnxt/pci_ids.h | 17 +
include/broadcom/bnxt.h | 419 ++++++++
include/broadcom/bnxt_hsi.h | 889 +++++++++++++++
include/broadcom/bnxt_ver.h | 22 +
14 files changed, 4175 insertions(+), 1 deletion(-)
create mode 100644 cmd/broadcom/Kconfig
create mode 100644 cmd/broadcom/bnxt.c
create mode 100644 drivers/net/bnxt/Kconfig
create mode 100644 drivers/net/bnxt/Makefile
create mode 100644 drivers/net/bnxt/bnxt.c
create mode 100644 drivers/net/bnxt/bnxt_dbg.h
create mode 100644 drivers/net/bnxt/pci_ids.h
create mode 100644 include/broadcom/bnxt.h
create mode 100644 include/broadcom/bnxt_hsi.h
create mode 100644 include/broadcom/bnxt_ver.h
--
2.17.1
--
This electronic communication and the information and any files transmitted
with it, or attached to it, are confidential and are intended solely for
the use of the individual or entity to whom it is addressed and may contain
information that is confidential, legally privileged, protected by privacy
laws, or otherwise restricted from disclosure to anyone else. If you are
not the intended recipient or the person responsible for delivering the
e-mail to the intended recipient, you are hereby notified that any use,
copying, distributing, dissemination, forwarding, printing, or copying of
this e-mail is strictly prohibited. If you received this e-mail in error,
please return the e-mail to the sender, delete it from your computer, and
destroy any printed copy of it.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 4209 bytes
Desc: S/MIME Cryptographic Signature
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20210823/420c1dbd/attachment.bin>
More information about the U-Boot
mailing list