[U-Boot] [PATCH 2/2] net: add driver for Synopsys Ethernet QoS device
Simon Glass
sjg at chromium.org
Mon Sep 19 02:58:03 CEST 2016
On 12 September 2016 at 11:48, Stephen Warren <swarren at wwwdotorg.org> wrote:
> From: Stephen Warren <swarren at nvidia.com>
>
> This driver supports the Synopsys Designware Ethernet QoS (Quality of
> Service) a/k/a eqos IP block, which is a different design than the HW
> supported by the existing designware.c driver. The IP supports many
> options for bus type, clocking/reset structure, and feature list. This
> driver currently supports the specific configuration used in NVIDIA's
> Tegra186 chip, but should be extensible to other combinations quite
> easily, as explained in the source.
>
> Signed-off-by: Stephen Warren <swarren at nvidia.com>
> ---
> drivers/net/Kconfig | 11 +
> drivers/net/Makefile | 1 +
> drivers/net/dwc_eth_qos.c | 1492 +++++++++++++++++++++++++++++++++++++++++++++
> 3 files changed, 1504 insertions(+)
> create mode 100644 drivers/net/dwc_eth_qos.c
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list