commit | 9d8f78a2a79f7e40606da129fa85f8edad15b4a1 | [log] [tgz] |
---|---|---|
author | Yang Xiwen <forbidden405@outlook.com> | Wed Aug 23 01:03:42 2023 +0800 |
committer | Tom Rini <trini@konsulko.com> | Sun Nov 05 16:11:38 2023 -0500 |
tree | 501fcdd1ce21841ac65c931440e99525804d35fc | |
parent | 89943052e465a1883441d4a58f8e9528eaeaf744 [diff] |
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>