[PATCH 0/3] RISC-V/griscv networking support
Jiri Gaisler
jiri at gaisler.se
Sun Oct 25 22:26:23 UTC 2020
These patches add networking support to the RISC-V/griscv bsp.
Also a seemingly redundant GRETH driver is removed. Feedback on
the removal would be appreciated.
Jiri Gaisler (3):
Remove duplicate GRETH driver
Add networking support for griscv bsp
The leon3 bsp should define CPU_U32_FIX
bsps/riscv/griscv/include/bsp.h | 14 +
bsps/riscv/griscv/net/leon_greth.c | 59 +
bsps/shared/grlib-sources.am | 4 -
bsps/shared/grlib/net/README | 7 -
bsps/shared/grlib/net/greth.c | 1655 -----------------
bsps/shared/grlib/net/network_interface_add.c | 62 -
bsps/shared/net/greth2.c | 6 +-
bsps/sparc/leon3/include/bsp.h | 1 +
c/src/lib/libbsp/riscv/griscv/Makefile.am | 6 +
9 files changed, 85 insertions(+), 1729 deletions(-)
create mode 100644 bsps/riscv/griscv/net/leon_greth.c
delete mode 100644 bsps/shared/grlib/net/README
delete mode 100644 bsps/shared/grlib/net/greth.c
delete mode 100644 bsps/shared/grlib/net/network_interface_add.c
--
2.17.1
More information about the devel
mailing list