[PATCH v3 0/2] Add networking support for griscv bsp

Jiri Gaisler jiri at gaisler.se
Sun Nov 1 15:46:29 UTC 2020


Third attempt. Needed to fix the waf build and add correct link address
for the griscv bsp. Tested with rtems-netdemos.

Jiri Gaisler (2):
  Add networking support for griscv bsp
  Add correct link address for griscv waf build

 bsps/riscv/griscv/console/console.c          |  2 +-
 bsps/riscv/griscv/include/bsp.h              | 14 +++++
 bsps/riscv/griscv/net/griscv_greth.c         | 59 ++++++++++++++++++++
 bsps/shared/grlib/net/greth.c                | 24 ++++----
 bsps/shared/net/greth2.c                     |  6 +-
 c/src/lib/libbsp/riscv/griscv/Makefile.am    |  6 ++
 spec/build/bsps/riscv/griscv/grp.yml         |  2 +
 spec/build/bsps/riscv/griscv/objnetnosmp.yml | 18 ++++++
 spec/build/bsps/riscv/optrambegin.yml        |  3 +
 spec/build/bsps/riscv/optramsize.yml         |  3 +
 10 files changed, 123 insertions(+), 14 deletions(-)
 create mode 100644 bsps/riscv/griscv/net/griscv_greth.c
 create mode 100644 spec/build/bsps/riscv/griscv/objnetnosmp.yml

-- 
2.17.1



More information about the devel mailing list