[PATCH rtems 09/18] if_mve_pub.h, mv643xx_eth.h: header reorg and cleanup.

2021-03-29 Thread Vijay Kumar Banerjee
From: till straumann All low-level interfaces were moved to mv643xx_eth.h and the latter is included by if_mve_pub.h. Update #4344 --- bsps/powerpc/beatnik/include/bsp/if_mve_pub.h | 199 +--- .../powerpc/beatnik/include/bsp/mv643xx_eth.h | 298 ++ 2 files changed, 250

[PATCH rtems 10/18] mv643xx_eth_bsdnet.c, mv643xx_eth.c, mv643xx_eth.h: init_hw has new 'speed' argument

2021-03-29 Thread Vijay Kumar Banerjee
From: till straumann Remove any calls to mii_ioctl from the low-level driver. Instead, the caller must determine the current speed and communicate to init_hw(). Update #4344 --- .../powerpc/beatnik/include/bsp/mv643xx_eth.h | 2 +- bsps/powerpc/beatnik/net/if_mve/mv643xx_eth.c | 12 ++---

[PATCH rtems 08/18] mv643xx_eth.c, mv643xx_eth_bsdnet.c: moved some definitions to public header

2021-03-29 Thread Vijay Kumar Banerjee
From: till straumann Update #4344 --- bsps/powerpc/beatnik/net/if_mve/mv643xx_eth.c| 5 - bsps/powerpc/beatnik/net/if_mve/mv643xx_eth_bsdnet.c | 5 - 2 files changed, 10 deletions(-) diff --git a/bsps/powerpc/beatnik/net/if_mve/mv643xx_eth.c

[PATCH rtems 07/18] mv643xx_eth_bsdnet.c: removed leftover macros

2021-03-29 Thread Vijay Kumar Banerjee
From: till straumann Update #4344 --- .../beatnik/net/if_mve/mv643xx_eth_bsdnet.c | 352 +- 1 file changed, 8 insertions(+), 344 deletions(-) diff --git a/bsps/powerpc/beatnik/net/if_mve/mv643xx_eth_bsdnet.c b/bsps/powerpc/beatnik/net/if_mve/mv643xx_eth_bsdnet.c index

[PATCH rtems 06/18] mv643xx_eth.h: iterator callback takes no const arg

2021-03-29 Thread Vijay Kumar Banerjee
From: till straumann Update #4344 --- bsps/powerpc/beatnik/include/bsp/mv643xx_eth.h | 2 +- bsps/powerpc/beatnik/net/if_mve/mv643xx_eth.c | 9 +++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/bsps/powerpc/beatnik/include/bsp/mv643xx_eth.h

[PATCH rtems 05/18] mv643xx_eth_bsdnet.c: use default descriptor ring size if ifconfig says 0

2021-03-29 Thread Vijay Kumar Banerjee
From: till straumann Update #4344 --- bsps/powerpc/beatnik/net/if_mve/mv643xx_eth.c | 39 --- .../beatnik/net/if_mve/mv643xx_eth_bsdnet.c | 8 2 files changed, 8 insertions(+), 39 deletions(-) diff --git a/bsps/powerpc/beatnik/net/if_mve/mv643xx_eth.c

[PATCH rtems 02/18] first version with mv643xx eth driver broken into pieces which compiles

2021-03-29 Thread Vijay Kumar Banerjee
From: till straumann Update #4344 --- .../powerpc/beatnik/include/bsp/mv643xx_eth.h | 85 +- bsps/powerpc/beatnik/net/if_mve/mv643xx_eth.c | 343 ++- .../beatnik/net/if_mve/mv643xx_eth_bsdnet.c | 2601 ++--- 3 files changed, 575 insertions(+), 2454 deletions(-) diff --git

[PATCH rtems 04/18] removed direct access to ring-size / ring-available from BSD driver

2021-03-29 Thread Vijay Kumar Banerjee
From: till straumann Update #4344 --- bsps/powerpc/beatnik/net/if_mve/mv643xx_eth.c | 6 +++--- .../beatnik/net/if_mve/mv643xx_eth_bsdnet.c| 14 +- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/bsps/powerpc/beatnik/net/if_mve/mv643xx_eth.c

[PATCH rtems 03/18] verified that we can compile with MVETH_TESTING and MVETH_DEBUG

2021-03-29 Thread Vijay Kumar Banerjee
From: till straumann Update #4344 --- bsps/powerpc/beatnik/net/if_mve/mv643xx_eth.c | 59 +++ .../beatnik/net/if_mve/mv643xx_eth_bsdnet.c | 1 - 2 files changed, 47 insertions(+), 13 deletions(-) diff --git a/bsps/powerpc/beatnik/net/if_mve/mv643xx_eth.c

[PATCH rtems 01/18] Broke low-level parts of mv643xx_eth driver into separate files

2021-03-29 Thread Vijay Kumar Banerjee
From: till straumann Update #4344 --- bsps/powerpc/beatnik/headers.am |1 + .../powerpc/beatnik/include/bsp/mv643xx_eth.h | 111 + bsps/powerpc/beatnik/net/if_mve/mv643xx_eth.c | 1162 +- .../beatnik/net/if_mve/mv643xx_eth_bsdnet.c | 3519 +

Re: [PATCH] STM32H743ZI Nucleo and basic lwIP support

2021-03-29 Thread Vijay Kumar Banerjee
On Mon, Mar 29, 2021 at 9:52 AM Gedare Bloom wrote: > > On Mon, Mar 29, 2021 at 6:17 AM Robin Mueller > wrote: > > > > This patch adds support for the STM32H743ZI-Nucleo board > > variation. This currently works by setting the STM32H743ZI_NUCLEO > > flag in the config.ini flag > > > > It also

Re: [PATCH rtems-examples] lvgl/wscript: Add libpath to search for required libraries

2021-03-29 Thread Vijay Kumar Banerjee
Hi, Is this OK to push? This only affects lvgl. Best regards, Vijay On Fri, Mar 26, 2021 at 2:47 PM Vijay Kumar Banerjee wrote: > > --- > lvgl/wscript | 12 ++-- > 1 file changed, 10 insertions(+), 2 deletions(-) > > diff --git a/lvgl/wscript b/lvgl/wscript > i

Re: [PATCH rtems-littlevgl] wscript: Upgrade rtems_version number

2021-03-29 Thread Vijay Kumar Banerjee
Hello Christian, On Mon, Mar 29, 2021 at 12:38 AM Christian MAUDERER wrote: > > Hello Vijay, > > please push the littlevgl patches. These are our responsibility anyway. > Pushed! Thanks, Vijay > Best regards > > Christian > > Am 26.03.21 um 21:4

Re: [PATCH RTEMS] bsps/beagle: Refactored i2c driver

2021-03-27 Thread Vijay Kumar Banerjee
Hi Niteesh, Thanks for the patch. I have some questions below. On Mon, Mar 22, 2021 at 11:48 AM G S Niteesh Babu wrote: > > Refactored the i2c driver to parse register values from the device > tree rather than hardcoding them. But still the clocks have to > initialized manually. > --- >

[PATCH rtems-littlevgl] Update rtems_waf

2021-03-26 Thread Vijay Kumar Banerjee
--- rtems_waf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtems_waf b/rtems_waf index ad6c6e8..1a118bb 16 --- a/rtems_waf +++ b/rtems_waf @@ -1 +1 @@ -Subproject commit ad6c6e8771b95dffa73a7dc1167d98d208f17cb0 +Subproject commit 1a118bbcd52138dbdc3236e64bc23fd430a064b1

Re: [PATCH rtems-docs v3] networking: Rename to legacy networking

2021-03-26 Thread Vijay Kumar Banerjee
On Fri, Mar 26, 2021, 17:26 Joel Sherrill wrote: > > > On Fri, Mar 26, 2021, 5:53 PM Vijay Kumar Banerjee > wrote: > >> Hi Joel, >> >> On Fri, Mar 26, 2021, 16:46 Joel Sherrill >> wrote: >> >>> I thought I said this looked good on the f

Re: [PATCH rtems-docs v3] networking: Rename to legacy networking

2021-03-26 Thread Vijay Kumar Banerjee
Mar 26, 2021 at 3:48 PM Vijay Kumar Banerjee > wrote: > >> Ping :) >> >> >> On Tue, Mar 23, 2021 at 2:04 PM Vijay Kumar Banerjee >> wrote: >> > >> > --- >> > book/index_book.rst | 2 +- >

Re: [PATCH rtems-docs v3] networking: Rename to legacy networking

2021-03-26 Thread Vijay Kumar Banerjee
Ping :) On Tue, Mar 23, 2021 at 2:04 PM Vijay Kumar Banerjee wrote: > > --- > book/index_book.rst | 2 +- > {networking => legacy-networking}/command.rst | 0 > {networking => legacy-networking}/conf.py

[PATCH rtems-examples] lvgl/wscript: Add libpath to search for required libraries

2021-03-26 Thread Vijay Kumar Banerjee
--- lvgl/wscript | 12 ++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/lvgl/wscript b/lvgl/wscript index 064ebed..281af25 100644 --- a/lvgl/wscript +++ b/lvgl/wscript @@ -5,11 +5,19 @@ import rtems_waf.rtems as rtems import rtems_waf.rtems_bsd as rtems_bsd +import

[PATCH rtems-littlevgl] wscript: Upgrade rtems_version number

2021-03-26 Thread Vijay Kumar Banerjee
--- lvgl.py | 2 +- wscript | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lvgl.py b/lvgl.py index 0eadd90..2574acd 100644 --- a/lvgl.py +++ b/lvgl.py @@ -110,5 +110,5 @@ def build(bld): bld.install_files(os.path.join("${PREFIX}", arch_inc_path, include_path),

[PATCH rtems-libbsd] libbsd.py: Build i2c shell command

2021-03-26 Thread Vijay Kumar Banerjee
--- libbsd.py | 1 + 1 file changed, 1 insertion(+) diff --git a/libbsd.py b/libbsd.py index f7efda43..fe0566e7 100644 --- a/libbsd.py +++ b/libbsd.py @@ -258,6 +258,7 @@ class rtems(builder.Module): 'rtems/rtems-bsd-rc-conf.c', 'rtems/rtems-bsd-set-if-input.c',

Re: [PATCH rtems-docs v2] networking: Rename to legacy networking

2021-03-23 Thread Vijay Kumar Banerjee
On Tue, Mar 23, 2021 at 3:16 PM Chris Johns wrote: > > On 24/3/21 7:08 am, Vijay Kumar Banerjee wrote: > > Hi, > > > > Thanks for the review. > > > > On Tue, Mar 23, 2021 at 12:56 PM Joel Sherrill wrote: > >> > >> I'm OK with this.

Re: Standalone repository for libnetworking stack

2021-03-23 Thread Vijay Kumar Banerjee
On Tue, Mar 23, 2021 at 1:10 PM Gedare Bloom wrote: > > On Tue, Mar 23, 2021 at 12:34 PM Joel Sherrill wrote: > > > > > > > > On Tue, Mar 23, 2021 at 11:27 AM Vijay Kumar Banerjee > > wrote: > >> > >> Hi, > >> > >> I

[PATCH rtems-libbsd] Import telnetd from RTEMS repository

2021-03-23 Thread Vijay Kumar Banerjee
The files have been taken from RTEMS repository with head commit at bd9e45d91f77657445400bc2c814f251c9e37cef --- libbsd.py| 22 +- rtemsbsd/include/rtems/telnetd.h | 137 + rtemsbsd/telnetd/README | 23 + rtemsbsd/telnetd/check_passwd.c | 106

[PATCH rtems-net-legacy 2/2] greth.c: Pull RTEMS commit for variable size descriptor

2021-03-23 Thread Vijay Kumar Banerjee
RTEMS commit hash: 053b17ce8e3f710167e9ec3f44b37756cbdcbec0 --- bsps/shared/grlib/net/greth.c | 22 +++--- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/bsps/shared/grlib/net/greth.c b/bsps/shared/grlib/net/greth.c index 8b19b48..84efcd7 100644 ---

[PATCH rtems-net-legacy 1/2] Remove RTEMS_NETWORKING checks

2021-03-23 Thread Vijay Kumar Banerjee
* Remove nfsclient wscript and build from netlegacy.py --- bsps/powerpc/mpc55xxevb/net/smsc9218i.c | 4 +-- libmisc/dummy-networking.c | 44 - netlegacy.py| 17 +- nfsclient/wscript | 1 +

Re: [PATCH rtems-docs v2] networking: Rename to legacy networking

2021-03-23 Thread Vijay Kumar Banerjee
ut the different network stack available in rtems and how would a user select between them. This can be a section in the user manual. Best regards, Vijay > --joel > > On Tue, Mar 23, 2021 at 1:48 PM Vijay Kumar Banerjee wrote: >> >> Ping :) >> >> On Tue, Mar 9, 2021 a

[PATCH rtems-docs] common/latex.py: use distro module for python3.5 and up

2021-03-23 Thread Vijay Kumar Banerjee
--- common/latex.py | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/common/latex.py b/common/latex.py index a042510..a1b3917 100644 --- a/common/latex.py +++ b/common/latex.py @@ -3,8 +3,11 @@ # import os -import platform import re +try: +from distro import

[PATCH rtems-docs v3] networking: Rename to legacy networking

2021-03-23 Thread Vijay Kumar Banerjee
--- book/index_book.rst | 2 +- {networking => legacy-networking}/command.rst | 0 {networking => legacy-networking}/conf.py | 6 +++--- {networking => legacy-networking}/dec_21140.rst | 0 {networking =>

Re: [PATCH rtems-docs v2] networking: Rename to legacy networking

2021-03-23 Thread Vijay Kumar Banerjee
Ping :) On Tue, Mar 9, 2021 at 9:59 AM Vijay Kumar Banerjee wrote: > > --- > book/index_book.rst | 2 +- > {networking => legacy-networking}/command.rst | 0 > {networking => legacy-networking}/conf.py

Re: Standalone repository for libnetworking stack

2021-03-23 Thread Vijay Kumar Banerjee
> > > > On 11/3/21 1:11 am, Joel Sherrill wrote: > > > On Tue, Mar 9, 2021 at 11:00 PM Vijay Kumar Banerjee < > vi...@rtems.org > > <mailto:vi...@rtems.org> > > > <mailto:vi...@rtems.org <mailto:vi...@rtems.org>

Re: GSoC project: #3850 Modular Network Stacks

2021-03-21 Thread Vijay Kumar Banerjee
Hi Rajiv and Joel, On Sun, Mar 21, 2021 at 9:06 AM Joel Sherrill wrote: > > > > On Sun, Mar 21, 2021, 9:20 AM Rajiv Vaidyanathan < rajiv.vaidyanath...@gmail.com> wrote: >> >> Hello RTEMS community, >> >> I found the ticket: Modular Network Stacks interesting. It would be great if someone can

Re: [PATCH rtems-docs v2 3/6] rtems-docs: Edit command to install toolsuite

2021-03-17 Thread Vijay Kumar Banerjee
Hello Ida, On Wed, Mar 17, 2021 at 8:42 PM Ida Delphine wrote: > > I just installed texlive and trying to do a top level build using ./waf configure. But looks like it doesn't work well...I get this error at the end: > Setting top to :

Re: RTEMS 5 how to run "hello" example

2021-03-16 Thread Vijay Kumar Banerjee
a > folder named "tmacros.h" and it's empty. > olga@olga-H270M-DS3H:~$ locate tmacros.h > /home/olga/development/app/ticker/build/sparc-rtems5-erc32/$HOME/developement/rtems/rtems-5/testsuites/support/include/tmacros.h > /home/olga/development/rtems/rtems-5/testsuites/support/in

Re: RTEMS 5 how to run "hello" example

2021-03-15 Thread Vijay Kumar Banerjee
m', target = 'ticker.exe', cflags = '-g -O2', includes='. .. ./original/path/to/tmacros.h', source = ['init.c', 'tasks.c']) you don't need to copy tmacros.h or any headers from rtems, just add the path to includes. Best regards, Vijay > > On Mon, 15 Mar 2021 at 20:36

Re: RTEMS 5 how to run "hello" example

2021-03-15 Thread Vijay Kumar Banerjee
icker.exe' failed with exit status 1 (run with -v to display > more information) > -> task in 'ticker.exe' failed with exit status 1 (run with -v to display > more information) > > On Mon, 15 Mar 2021 at 16:21, Vijay Kumar Banerjee wrote: >> >> Hi Olga, >> >>

Re: RTEMS 5 how to run "hello" example

2021-03-15 Thread Vijay Kumar Banerjee
Hi Olga, On Mon, Mar 15, 2021 at 8:29 AM Olga Syrbachova wrote: > > Thank you very much for your reply! > > I've built the RTEMS Kernel for erc32. Then I followed this tutorial > https://docs.rtems.org/branches/master/user/start/app.html to build a "Hello > World" application and it works

Linking error with powerpc/beatnik

2021-03-14 Thread Vijay Kumar Banerjee
Hello, I'm trying to build EPICS7 with RTEMS 6 and legacy-net stack but I'm getting link errors (posted at the end of the email) from librtemscpu and librtemsbsp. I'm not sure what's wrong but I think this might be related to this ticket: https://devel.rtems.org/ticket/3698 There's also an error

Re: Issues with configuring BSP with waf

2021-03-11 Thread Vijay Kumar Banerjee
Hello Ida, On Thu, Mar 11, 2021 at 9:48 AM Ida Delphine wrote: > > Thank you for your response. I am not working on the rtems.git/master branch. > I'm not using it because earlier I tried downloading sources with it but I > got this error > error: shell macro failed: >

Re: [PATCH] sb/config.py: Fix operator reconstruction

2021-03-11 Thread Vijay Kumar Banerjee
Hi, Pushed the patches to upstream and 5. Thank you! Best regards, Vijay On Thu, Mar 11, 2021 at 9:46 AM Vijay Kumar Banerjee wrote: > > Hi Ricardo and Gedare, > > On Thu, Mar 11, 2021 at 8:27 AM Gedare Bloom wrote: > > > > Looks alright, Vijay can you push? > &

Re: [PATCH] sb/config.py: Fix operator reconstruction

2021-03-11 Thread Vijay Kumar Banerjee
Hi Ricardo and Gedare, On Thu, Mar 11, 2021 at 8:27 AM Gedare Bloom wrote: > > Looks alright, Vijay can you push? > Tested with PowerPC tool chain and net legacy build. Works great. I'll push the patch to upstream and to 5 with a different ticket. > On Thu, Mar 11, 2021 at 12:32 AM Ricardo

RSB build breaks

2021-03-10 Thread Vijay Kumar Banerjee
Hello, After fixing the logical error in the parser, it exposed another issue that's causing RSB to break. Strange that it was hidden for so long. I have filed a ticket with details: http://deveone linel.rtems.org/ticket/4335 The fix is on the way and will

Re: [PATCH RSB] sb/config.py: Fix relational operator

2021-03-10 Thread Vijay Kumar Banerjee
On Wed, Mar 10, 2021 at 11:39 AM Chris Johns wrote: > > On 11/3/21 5:32 am, Vijay Kumar Banerjee wrote: > > On Wed, Mar 10, 2021 at 10:53 AM Chris Johns wrote: > >> > >> Nice find and thanks. OK to push. > >> > > Pushed to master. > > >

Re: [PATCH RSB] sb/config.py: Fix relational operator

2021-03-10 Thread Vijay Kumar Banerjee
n 10/3/21 5:32 am, Vijay Kumar Banerjee wrote: > > Close #4319 > > --- > > source-builder/sb/config.py | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/source-builder/sb/config.py b/source-builder/sb/config.py > > index cd0bf94..d3b

Re: RSB build issue with rtems-libbsd

2021-03-10 Thread Vijay Kumar Banerjee
On Wed, Mar 10, 2021 at 11:01 AM Chris Johns wrote: > > On 9/3/21 3:53 pm, Vijay Kumar Banerjee wrote: > > On Mon, Mar 8, 2021 at 7:57 PM Chris Johns wrote: > >> > >> On 9/3/21 1:44 pm, Vijay Kumar Banerjee wrote: > >>> On Mon, Mar 8, 2021 at 3:14 PM

Re: [PATCH RSB v2] Add recipe for building rtems-net-legacy

2021-03-10 Thread Vijay Kumar Banerjee
On Wed, Mar 10, 2021 at 10:59 AM Chris Johns wrote: > > Thanks, this looks good and is OK to push. > Pushed! Thanks, Vijay > Chris > > On 10/3/21 5:33 am, Vijay Kumar Banerjee wrote: > > --- > > rtems/config/6/rtems-net-legacy.bset | 4 + > > rtems

Re: Standalone repository for libnetworking stack

2021-03-09 Thread Vijay Kumar Banerjee
On Tue, Mar 9, 2021 at 9:56 PM Chris Johns wrote: > > On 10/3/21 3:51 pm, Gedare Bloom wrote: > > On Tue, Mar 9, 2021 at 6:58 PM Joel Sherrill wrote: > >> On Tue, Mar 9, 2021, 3:28 PM Vijay Kumar Banerjee wrote: > >>> On Fri, Mar 5, 2021 at 10:03 AM V

Re: Standalone repository for libnetworking stack

2021-03-09 Thread Vijay Kumar Banerjee
Hello, On Fri, Mar 5, 2021 at 10:03 AM Vijay Kumar Banerjee wrote: > > On Fri, Mar 5, 2021 at 9:37 AM Joel Sherrill wrote: > > > > > > > > On Fri, Mar 5, 2021 at 9:48 AM Vijay Kumar Banerjee wrote: > >> > >> Hi all, > >> > >> If

[PATCH RSB v2] Add recipe for building rtems-net-legacy

2021-03-09 Thread Vijay Kumar Banerjee
--- rtems/config/6/rtems-net-legacy.bset | 4 + rtems/config/tools/rtems-net-legacy-6.cfg | 12 +++ .../config/tools/rtems-net-legacy-common.cfg | 78 +++ 3 files changed, 94 insertions(+) create mode 100644 rtems/config/6/rtems-net-legacy.bset create mode 100644

[PATCH RSB] sb/config.py: Fix relational operator

2021-03-09 Thread Vijay Kumar Banerjee
Close #4319 --- source-builder/sb/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source-builder/sb/config.py b/source-builder/sb/config.py index cd0bf94..d3ba6cd 100644 --- a/source-builder/sb/config.py +++ b/source-builder/sb/config.py @@ -989,7 +989,7 @@ class

Re: [PATCH rtems-docs] networking: Rename to legacy networking

2021-03-09 Thread Vijay Kumar Banerjee
On Mon, Mar 8, 2021 at 10:49 PM Gedare Bloom wrote: > > On Mon, Mar 8, 2021 at 7:24 PM Vijay Kumar Banerjee wrote: > > > > --- > > book/index_book.rst | 2 +- > > {networking => legacy-networking}/command.rst

[PATCH rtems-docs v2] networking: Rename to legacy networking

2021-03-09 Thread Vijay Kumar Banerjee
--- book/index_book.rst | 2 +- {networking => legacy-networking}/command.rst | 0 {networking => legacy-networking}/conf.py | 4 ++-- {networking => legacy-networking}/dec_21140.rst | 0 {networking =>

Re: RSB build issue with rtems-libbsd

2021-03-08 Thread Vijay Kumar Banerjee
On Mon, Mar 8, 2021 at 7:57 PM Chris Johns wrote: > > On 9/3/21 1:44 pm, Vijay Kumar Banerjee wrote: > > On Mon, Mar 8, 2021 at 3:14 PM Joel Sherrill wrote: > >> On Mon, Mar 8, 2021, 4:02 PM Chris Johns wrote: > >>> > >>> On 6/3/21 2:24

Re: [PATCH RSB] Add recipe for building rtems-net-legacy

2021-03-08 Thread Vijay Kumar Banerjee
On Mon, Mar 8, 2021 at 8:23 PM Chris Johns wrote: > > > > On 9/3/21 2:03 pm, Vijay Kumar Banerjee wrote: > > Hi Chris, > > > > Thanks for reviewing. > > > > On Mon, Mar 8, 2021 at 7:54 PM Chris Johns wrote: > >> > >> Hi Vijay, > >

Re: [PATCH RSB] Add recipe for building rtems-net-legacy

2021-03-08 Thread Vijay Kumar Banerjee
Hi Chris, Thanks for reviewing. On Mon, Mar 8, 2021 at 7:54 PM Chris Johns wrote: > > Hi Vijay, > > Thank you for sorting this out. > > On 9/3/21 1:31 pm, Vijay Kumar Banerjee wrote: > > --- > > rtems/config/6/rtems-net-legacy.bset | 4 ++ > > r

Re: RSB build issue with rtems-libbsd

2021-03-08 Thread Vijay Kumar Banerjee
On Mon, Mar 8, 2021 at 3:14 PM Joel Sherrill wrote: > > > > > > On Mon, Mar 8, 2021, 4:02 PM Chris Johns wrote: >> >> On 6/3/21 2:24 pm, Vijay Kumar Banerjee wrote: >> > Hello, >> > >> > I'm getting the following error when trying to bui

Re: RSB build issue with rtems-libbsd

2021-03-08 Thread Vijay Kumar Banerjee
On Mon, Mar 8, 2021 at 3:02 PM Chris Johns wrote: > > On 6/3/21 2:24 pm, Vijay Kumar Banerjee wrote: > > Hello, > > > > I'm getting the following error when trying to build rtems-libbsd from > > RSB. Is there anything that I'm missing? > > > > ``` >

Re: [PATCH RSB] Add recipe for building rtems-net-legacy

2021-03-08 Thread Vijay Kumar Banerjee
Hello, This patch doesn't build due to an unrelated error in RSB: https://devel.rtems.org/ticket/4319 With a workaround to bypass the above error, this patch builds and installs rtems-net-legacy. Best regards, Vijay On Mon, Mar 8, 2021 at 7:31 PM Vijay Kumar Banerjee wrote: > > --- &g

[PATCH RSB] Add recipe for building rtems-net-legacy

2021-03-08 Thread Vijay Kumar Banerjee
--- rtems/config/6/rtems-net-legacy.bset | 4 ++ rtems/config/tools/rtems-net-legacy-6.cfg | 12 .../config/tools/rtems-net-legacy-common.cfg | 65 +++ 3 files changed, 81 insertions(+) create mode 100644 rtems/config/6/rtems-net-legacy.bset create mode

[PATCH rtems-docs] networking: Rename to legacy networking

2021-03-08 Thread Vijay Kumar Banerjee
--- book/index_book.rst | 2 +- {networking => legacy-networking}/command.rst | 0 {networking => legacy-networking}/conf.py | 4 ++-- {networking => legacy-networking}/dec_21140.rst | 0 {networking =>

Re: [PATCH rtems-net-legacy] netlegacy: Build libtelnetd.a and install header file in correct location

2021-03-08 Thread Vijay Kumar Banerjee
On Mon, Mar 8, 2021 at 3:06 PM Chris Johns wrote: > > On 6/3/21 6:18 am, Vijay Kumar Banerjee wrote: > > Pushed. :) > > I did not see any vc posts and the archive does not show any. Are the repo's > hooks working? > https://lists.rtems.org/pipermail/vc/2021-M

RSB build issue with rtems-libbsd

2021-03-05 Thread Vijay Kumar Banerjee
Hello, I'm getting the following error when trying to build rtems-libbsd from RSB. Is there anything that I'm missing? ``` ../source-builder/sb-set-builder --prefix=$RTEMS6_PREFIX 6/rtems-libbsd --host=powerpc-rtems6 --with-rtems-bsp=beatnik RTEMS Source Builder - Set Builder, 6 (102cb1e6450f)

Re: [PATCH rtems-net-legacy] netlegacy: Build libtelnetd.a and install header file in correct location

2021-03-05 Thread Vijay Kumar Banerjee
On Fri, Mar 5, 2021 at 12:08 PM Vijay Kumar Banerjee wrote: > > On Fri, Mar 5, 2021 at 12:07 PM Gedare Bloom wrote: > > > > On Fri, Mar 5, 2021 at 11:42 AM Vijay Kumar Banerjee > > wrote: > > > > > > --- > > > netlegacy.py

Re: [PATCH rtems-net-legacy] netlegacy: Build libtelnetd.a and install header file in correct location

2021-03-05 Thread Vijay Kumar Banerjee
On Fri, Mar 5, 2021 at 12:07 PM Gedare Bloom wrote: > > On Fri, Mar 5, 2021 at 11:42 AM Vijay Kumar Banerjee wrote: > > > > --- > > netlegacy.py | 27 +-- > > testsuites/telnetd01/wscript | 2 +- > > 2 files ch

[PATCH rtems-net-legacy] netlegacy: Build libtelnetd.a and install header file in correct location

2021-03-05 Thread Vijay Kumar Banerjee
--- netlegacy.py | 27 +-- testsuites/telnetd01/wscript | 2 +- 2 files changed, 22 insertions(+), 7 deletions(-) diff --git a/netlegacy.py b/netlegacy.py index 037e2ee..0889548 100644 --- a/netlegacy.py +++ b/netlegacy.py @@ -31,7 +31,8 @@ import os

Re: Standalone repository for libnetworking stack

2021-03-05 Thread Vijay Kumar Banerjee
On Fri, Mar 5, 2021 at 9:37 AM Joel Sherrill wrote: > > > > On Fri, Mar 5, 2021 at 9:48 AM Vijay Kumar Banerjee wrote: >> >> Hi all, >> >> If no one has any objections, I would like to push the RTEMS patches to >> remove libnetworking. &g

Re: Standalone repository for libnetworking stack

2021-03-05 Thread Vijay Kumar Banerjee
Hi all, If no one has any objections, I would like to push the RTEMS patches to remove libnetworking. The patches are in this repo: https://git.rtems.org/vijay/rtems.git/log/?h=devel-no-libnet Best regards, Vijay On Mon, Mar 1, 2021, 14:48 Vijay Kumar Banerjee wrote: > On Mon, Mar 1, 2

Re: Announcement: Legacy libnetworking will be removed from RTEMS and will be placed in a separate repository

2021-03-04 Thread Vijay Kumar Banerjee
On Thu, Mar 4, 2021 at 8:33 AM Vijay Kumar Banerjee wrote: > > On Thu, Mar 4, 2021 at 7:26 AM Joel Sherrill wrote: > > > > > > > > On Thu, Mar 4, 2021 at 8:22 AM Heinz Junkes > > wrote: > >> > >> I have installed the legacy package bu

Re: Announcement: Legacy libnetworking will be removed from RTEMS and will be placed in a separate repository

2021-03-04 Thread Vijay Kumar Banerjee
On Thu, Mar 4, 2021 at 7:26 AM Joel Sherrill wrote: > > > > On Thu, Mar 4, 2021 at 8:22 AM Heinz Junkes wrote: >> >> I have installed the legacy package but the files are not there. >> I guess they were just forgotten in the legacy package. > > > I'd guess Vijay forgot to install them. Certainly

Re: [PATCH rtems 5] powerpc/beatnik/net: Remove unused files

2021-03-03 Thread Vijay Kumar Banerjee
On Wed, Mar 3, 2021 at 7:34 PM Chris Johns wrote: > > On 4/3/21 6:36 am, Gedare Bloom wrote: > > yes, all changes to release branches need a ticket > > OK from me to push to 5 with a ticket. > Thanks. Pushed. > Chris ___ devel mailing list

Re: Announcement: Legacy libnetworking will be removed from RTEMS and will be placed in a separate repository

2021-03-03 Thread Vijay Kumar Banerjee
On Wed, Mar 3, 2021 at 5:46 PM Chris Johns wrote: > > Hi, > > Well done on the hardware testing. > > On 4/3/21 9:15 am, Vijay Kumar Banerjee wrote: > > On Wed, Mar 3, 2021 at 2:32 PM Joel Sherrill wrote: > >> > >> On Wed, Mar 3, 2021, 2:49 PM Heinz Junke

Re: ANN: RTEMS libnetworking relocation

2021-03-03 Thread Vijay Kumar Banerjee
On Wed, Mar 3, 2021 at 5:03 PM Chris Johns wrote: > > On 4/3/21 9:24 am, Gedare Bloom wrote: > > We have had third-party validation on hardware tests (Thanks to Heinz > > Junkes!) that ironed out a few minor issues. The network stack update > > will be pushed tomorrow. *Fingers crossed*

[PATCH rtems 5 v2] powerpc/beatnik/net: Remove unused files

2021-03-03 Thread Vijay Kumar Banerjee
Close #4293 --- .../beatnik/net/if_mve/mve_smallbuf_tst.c | 145 bsps/powerpc/beatnik/net/if_mve/testing.c | 324 -- .../beatnik/net/porting/if_xxx.modini.c | 34 -- 3 files changed, 503 deletions(-) delete mode 100644

Re: Announcement: Legacy libnetworking will be removed from RTEMS and will be placed in a separate repository

2021-03-03 Thread Vijay Kumar Banerjee
server (4).) > Read 43 from server: Server received 22 (Hi there, server (5).) > Read 43 from server: Server received 22 (Hi there, server (6).) > Client closing connection. > Client task terminating. > Worker task terminating. > Client closing connection. > Client task termin

Re: Announcement: Legacy libnetworking will be removed from RTEMS and will be placed in a separate repository

2021-03-03 Thread Vijay Kumar Banerjee
s.anl.gov/core-talk/2021/msg00382.php Best regards, Vijay > --joel > >> >> Danke Heinz >> . >> >> > On 3. Mar 2021, at 21:03, Vijay Kumar Banerjee wrote: >> > >> > On Wed, Mar 3, 2021 at 12:37 PM junkes wrote: >> >> >> &

Re: Announcement: Legacy libnetworking will be removed from RTEMS and will be placed in a separate repository

2021-03-03 Thread Vijay Kumar Banerjee
On Wed, Mar 3, 2021 at 12:37 PM junkes wrote: > > Hi Vijay, > I tried it again: > Hi Heinz, I'm really sorry that the build crashed again. I missed the telnetd.h file probably because it was somewhere in my build prefix from one of the rtems builds. I have pushed a fix on the rtems repo and the

Re: [PATCH rtems 5] powerpc/beatnik/net: Remove unused files

2021-03-03 Thread Vijay Kumar Banerjee
On Wed, Mar 3, 2021 at 11:13 AM Vijay Kumar Banerjee wrote: > > --- > .../beatnik/net/if_mve/mve_smallbuf_tst.c | 145 -- > .../beatnik/net/porting/if_xxx.modini.c | 34 > 2 files changed, 179 deletions(-) > delete mode 100644 bsps/powerpc/

[PATCH rtems 5] powerpc/beatnik/net: Remove unused files

2021-03-03 Thread Vijay Kumar Banerjee
--- .../beatnik/net/if_mve/mve_smallbuf_tst.c | 145 -- .../beatnik/net/porting/if_xxx.modini.c | 34 2 files changed, 179 deletions(-) delete mode 100644 bsps/powerpc/beatnik/net/if_mve/mve_smallbuf_tst.c delete mode 100644

Re: Announcement: Legacy libnetworking will be removed from RTEMS and will be placed in a separate repository

2021-03-03 Thread Vijay Kumar Banerjee
On Wed, Mar 3, 2021 at 10:38 AM Joel Sherrill wrote: > > > > On Wed, Mar 3, 2021 at 11:14 AM Vijay Kumar Banerjee wrote: >> >> Hello Heinz, Joel, >> >> >> On Wed, Mar 3, 2021 at 7:03 AM Joel Sherrill wrote: >> > >> > >> > >

Re: Announcement: Legacy libnetworking will be removed from RTEMS and will be placed in a separate repository

2021-03-03 Thread Vijay Kumar Banerjee
ed ')' before string constant >> 203 | fprintf(stderr,NETDRIVER": unable to install ISR\n"); >> | ^~~ >> | ) >> ../../bsps/powerpc/beatnik/net/porting/if_xxx_rtems.c:207:10: error: invalid >> use of undefined type 'struct NETDRIVER_PREFIX_softc' &g

Re: Status for open projects for gsoc

2021-03-02 Thread Vijay Kumar Banerjee
ocumentation changes so infrequently, > that picking it up sporadically and as part of going slushy before branching > is probably sufficient. > > Technically, the waf could have a maintainer mode where is passed > a source directory for newlib and triggers regeneration if a sou

Announcement: Legacy libnetworking will be removed from RTEMS and will be placed in a separate repository

2021-03-01 Thread Vijay Kumar Banerjee
Hello all, In RTEMS 6, there will be no cpukit/libnetworking in the RTEMS repository and it will be moved to its own separate repository. There are ongoing efforts in this direction and it is very close to completion. What's remaining, is to collect feedback from the users of the libnetworking

Re: Standalone repository for libnetworking stack

2021-03-01 Thread Vijay Kumar Banerjee
, Feb 26, 2021, 11:49 AM Chris Johns wrote: >> >> On 27/2/21 4:40 am, Vijay Kumar Banerjee wrote: >> > Hi all, >> > >> > Thanks for reviewing >> > >> > On Fri, Feb 26, 2021 at 10:13 AM Joel Sherrill wrote: >> >> >>

Re: [rtems commit] getgrent.c: Fix Unchecked return value error (CID #1459004)

2021-02-27 Thread Vijay Kumar Banerjee
Pushed the fix. Thanks! On Sat, Feb 27, 2021 at 8:15 AM Joel Sherrill wrote: > > Sorry and thanks. > > On Sat, Feb 27, 2021, 8:35 AM Gedare Bloom wrote: >> >> The fix looks right, please push it to get the build working again. >> >> On Fri, Feb 26, 2

Re: [rtems commit] getgrent.c: Fix Unchecked return value error (CID #1459004)

2021-02-26 Thread Vijay Kumar Banerjee
_variable_equals(sc, 0); > } > > ___ > vc mailing list > v...@rtems.org > http://lists.rtems.org/mailman/listinfo/vc From a9129b9ed03df174a60b44b18096a069a5cd6a7b Mon Sep 17 00:00:00 2001 From: Vijay Kumar Banerjee Date: Fri, 26 Feb 2021 23:

Re: Standalone repository for libnetworking stack

2021-02-26 Thread Vijay Kumar Banerjee
On Fri, Feb 26, 2021 at 10:49 AM Chris Johns wrote: > > On 27/2/21 4:40 am, Vijay Kumar Banerjee wrote: > > Hi all, > > > > Thanks for reviewing > > > > On Fri, Feb 26, 2021 at 10:13 AM Joel Sherrill wrote: > >> > >> Some odd questi

Re: Standalone repository for libnetworking stack

2021-02-26 Thread Vijay Kumar Banerjee
On Fri, Feb 26, 2021 at 10:46 AM Joel Sherrill wrote: > > > > On Fri, Feb 26, 2021, 11:40 AM Vijay Kumar Banerjee wrote: >> >> Hi all, >> >> Thanks for reviewing >> >> On Fri, Feb 26, 2021 at 10:13 AM Joel Sherrill wrote: >> > >>

Re: Standalone repository for libnetworking stack

2021-02-26 Thread Vijay Kumar Banerjee
m wrote: >> >> On Thu, Feb 25, 2021 at 6:06 PM Chris Johns wrote: >> > >> > On 26/2/21 4:49 am, Vijay Kumar Banerjee wrote: >> > > The stand-alone repository is very close to completion now and I could >> > > use the networking01 test with the stand

Re: Standalone repository for libnetworking stack

2021-02-25 Thread Vijay Kumar Banerjee
(close to mergeable)? Best regards, Vijay On Tue, Feb 9, 2021 at 5:47 PM Vijay Kumar Banerjee wrote: > > On Tue, Feb 9, 2021 at 3:31 PM Chris Johns wrote: > > > > On 6/2/21 10:17 am, Vijay Kumar Banerjee wrote: > > > Hello Christian, Joel, Chris, > > > > &

Re: [PATCH rtems_waf] rtems: Add support to get arch bsp list in conf

2021-02-24 Thread Vijay Kumar Banerjee
On Wed, Feb 24, 2021 at 2:38 PM Chris Johns wrote: > > On 25/2/21 5:01 am, Vijay Kumar Banerjee wrote: > > This patch is a quick workaround to build the legacy net BSP drivers > > in the rtems-net-legacy repo. > > Looks good. OK to push. &g

Re: [PATCH rtems_waf] rtems: Add support to get arch bsp list in conf

2021-02-24 Thread Vijay Kumar Banerjee
Hi, This patch is a quick workaround to build the legacy net BSP drivers in the rtems-net-legacy repo. Thanks, Vijay On Wed, Feb 24, 2021 at 10:56 AM Vijay Kumar Banerjee wrote: > > --- > rtems.py | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/rtems.py b/rtems.

[PATCH rtems_waf] rtems: Add support to get arch bsp list in conf

2021-02-24 Thread Vijay Kumar Banerjee
--- rtems.py | 1 + 1 file changed, 1 insertion(+) diff --git a/rtems.py b/rtems.py index 7ee3653..55ed02b 100644 --- a/rtems.py +++ b/rtems.py @@ -195,6 +195,7 @@ def configure(conf, bsp_configure = None): tools = {} env = conf.env.derive() +conf.env.RTEMS_ARCH_BSP_LIST =

Re: Standalone repository for libnetworking stack

2021-02-09 Thread Vijay Kumar Banerjee
On Tue, Feb 9, 2021 at 3:31 PM Chris Johns wrote: > > On 6/2/21 10:17 am, Vijay Kumar Banerjee wrote: > > Hello Christian, Joel, Chris, > > > > On Fri, Feb 5, 2021 at 3:41 PM Chris Johns wrote: > >> > >> On 6/2/21 8:28 am, Joel Sherrill wrote: >

Re: Standalone repository for libnetworking stack

2021-02-05 Thread Vijay Kumar Banerjee
Hello Christian, Joel, Chris, On Fri, Feb 5, 2021 at 3:41 PM Chris Johns wrote: > > On 6/2/21 8:28 am, Joel Sherrill wrote: > > On Fri, Feb 5, 2021 at 2:54 PM Christian Mauderer > <mailto:o...@c-mauderer.de>> wrote: > > > > Hello Vijay, > > > &g

Standalone repository for libnetworking stack

2021-02-05 Thread Vijay Kumar Banerjee
Hello, I'm currently working on separating the libnetworking stack into its standalone repository that can be built separately with waf. The current status of the project is that I have a working rtems-libnetworking repository [1] that builds with waf (hasn't been tested with any test cases yet).

Re: Building llvm/clang for RTEMS

2020-12-04 Thread Vijay Kumar Banerjee
On Sat, Dec 5, 2020 at 1:09 AM Vijay Kumar Banerjee wrote: > > > On Fri, Dec 4, 2020 at 6:58 AM Joel Sherrill wrote: > >> >> >> On Thu, Dec 3, 2020 at 4:19 PM Vijay Kumar Banerjee >> wrote: >> >>> Hello, >>> >>> I am think

Building llvm/clang for RTEMS

2020-12-03 Thread Vijay Kumar Banerjee
Hello, I am thinking about building an LLVM toolchain for RISC-V and AArch64 from RSB. I am looking for some suggestions or references if someone has worked on clang/llvm support for RTEMS. Best regards, Vijay ___ devel mailing list devel@rtems.org

Re: [PATCH rtems-tools] bsps/a53_*: Fix typo in qemu options

2020-11-15 Thread Vijay Kumar Banerjee
On Sun, Nov 15, 2020 at 11:17 PM Gedare Bloom wrote: > On Sun, Nov 15, 2020 at 8:37 AM Vijay Kumar Banerjee > wrote: > > > > Hi Kinsey, > > > > Thanks for reviewing the patch... > > > > On Sun, Nov 15, 2020 at 9:51 AM Kinsey Moore > wrote:

Re: [PATCH rtems-tools] bsps/a53_*: Fix typo in qemu options

2020-11-15 Thread Vijay Kumar Banerjee
gt; Thanks, I'll push. Best regards, Vijay > > Kinsey > > -Original Message- > From: devel On Behalf Of Vijay Kumar Banerjee > Sent: Saturday, November 14, 2020 14:51 > To: devel@rtems.org > Subject: [PATCH rtems-tools] bsps/a53_*: Fix typo in qemu options > > --- >

[PATCH rtems-tools] bsps/a53_*: Fix typo in qemu options

2020-11-14 Thread Vijay Kumar Banerjee
--- tester/rtems/testing/bsps/a53_ilp32_qemu.ini | 2 +- tester/rtems/testing/bsps/a53_lp64_qemu.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tester/rtems/testing/bsps/a53_ilp32_qemu.ini b/tester/rtems/testing/bsps/a53_ilp32_qemu.ini index 6dfc883..3beba06 100644

<    1   2   3   4   5   6   7   8   9   10   >