commit | d9717115889f7e823f4df1022c261ad973ce743d | [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 | af283b359077d273471fec99edfb75de40873864 [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>