]> git.dujemihanovic.xyz Git - u-boot.git/commit
drivers: net: Add Felix DSA switch driver
authorAlex Marginean <alexandru.marginean@nxp.com>
Mon, 25 Jan 2021 12:23:55 +0000 (14:23 +0200)
committerTom Rini <trini@konsulko.com>
Tue, 16 Feb 2021 17:38:36 +0000 (12:38 -0500)
commit71a2d1e7b855812c4a9e83e37d643631efb3c57f
tree10ca3412ad6866c808bb2e3e5b20b78bb6326538
parentfc054d563bfb676f808f26204dfe17c690eed1ba
drivers: net: Add Felix DSA switch driver

This driver is used for the Ethernet switch integrated into LS1028A NXP.
Felix on LS1028A has 4 front panel ports and two internal ports, I/O
to/from the switch is done through an ENETC Ethernet interface.
The 4 front panel ports are available as Ethernet interfaces and can be
used with the typical network commands like tftp.

Signed-off-by: Alex Marginean <alexandru.marginean@nxp.com>
Signed-off-by: Claudiu Manoil <claudiu.manoil@nxp.com>
Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com>
drivers/net/fsl_enetc.h
drivers/net/mscc_eswitch/Kconfig
drivers/net/mscc_eswitch/Makefile
drivers/net/mscc_eswitch/felix_switch.c [new file with mode: 0644]