]> git.baikalelectronics.ru Git - uboot.git/commit
net: Add ethernet support for MIPS Octeon
authorStefan Roese <sr@denx.de>
Thu, 7 Apr 2022 07:11:52 +0000 (09:11 +0200)
committerStefan Roese <sr@denx.de>
Wed, 4 May 2022 01:38:21 +0000 (03:38 +0200)
commit6cf27380c180760c9f89b5813e2188c9e9c0b36c
tree30a446324095c49956b4dcd208726b8f88cb7476
parent52dad2ee069b7304345934c68e4123d6fd8c002c
net: Add ethernet support for MIPS Octeon

This patchs adds the ethernet & MDIO driver for the MIPS Octeon II / III
SoC platform. Please note that these drivers are based on the 2013
U-Boot version from Marvell and make use of the platform supported
helper functions for the ethernet functionality, including stuff like
SFP handling.

Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Ramon Fried <rfried.dev@gmail.com>
Cc: Joe Hershberger <joe.hershberger@ni.com>
drivers/net/Kconfig
drivers/net/Makefile
drivers/net/octeon/Makefile [new file with mode: 0644]
drivers/net/octeon/octeon_eth.c [new file with mode: 0644]
drivers/net/octeon/octeon_mdio.c [new file with mode: 0644]