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

Jiri Gaisler jiri at gaisler.se
Thu Nov 5 15:20:20 UTC 2020


Does anyone object to this patch? Otherwise I will go ahead and commit it...

Jiri.

On 11/1/20 4:46 PM, Jiri Gaisler wrote:
> 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
>


More information about the devel mailing list