]> git.ipfire.org Git - thirdparty/u-boot.git/commit
net: add hifemac Ethernet driver for HiSilicon platform
authorYang Xiwen <forbidden405@outlook.com>
Tue, 22 Aug 2023 17:03:42 +0000 (01:03 +0800)
committerTom Rini <trini@konsulko.com>
Sun, 5 Nov 2023 21:11:38 +0000 (16:11 -0500)
commit9d8f78a2a79f7e40606da129fa85f8edad15b4a1
tree501fcdd1ce21841ac65c931440e99525804d35fc
parent89943052e465a1883441d4a58f8e9528eaeaf744
net: add hifemac Ethernet driver for HiSilicon platform

It adds the driver for HIFEMAC Ethernet controller found on HiSilicon
SoCs like Hi3798MV200.  It's based on the mainstream linux driver, but
quite a lot of code gets rewritten and cleaned up to adopt u-boot driver
model.

Signed-off-by: Yang Xiwen <forbidden405@outlook.com>
drivers/net/Kconfig
drivers/net/Makefile
drivers/net/hifemac.c [new file with mode: 0644]