Re: Introducing myself to the community

2024-05-03 Thread Vijay Kumar Banerjee
Hi Purva, Congratulations and welcome aboard! On Fri, May 3, 2024 at 4:10 AM Purva Yeshi wrote: > Hello everyone, > I'm Purva Yeshi, a pre-final year Electronics and Telecommunication > undergraduate from VJTI, Mumbai. I've decent exposure to working with > Embedded systems and system

Re: Introduction and preparation for the "Add BSP for Polarfire based Beagle" Project

2024-04-24 Thread Vijay Kumar Banerjee
e is the link: > https://github.com/purviyeshi/rtems-docs/blob/master/bsp-howto/target_dependant_files.rst > > I had a quick look at the document. Did the content under "peripheral dependant" and "board dependant" get switched? Based on the lines preceding your

Re: RTEMS 6 branching

2024-04-23 Thread Vijay Kumar Banerjee
On Tue, Apr 23, 2024 at 1:02 PM Joel Sherrill wrote: > > > On Tue, Apr 23, 2024, 12:56 PM Sebastian Huber < > sebastian.hu...@embedded-brains.de> wrote: > >> - Am 21. Apr 2024 um 3:00 schrieb Chris Johns chr...@rtems.org: >> >> > Hi, >> > >> > There has been some discussion about when we

Re: Introduction and preparation for the "Add BSP for Polarfire based Beagle" Project

2024-04-23 Thread Vijay Kumar Banerjee
Vijay > > On Fri, 5 Apr 2024 at 21:36, Purva Yeshi wrote: > >> Thank you for all the resources. >> >> Yes, I go through the documentation and the codebase, and I'll try to >> send patches >> Okay, got the point about mailing list and github >

Re: Introduction and preparation for the "Add BSP for Polarfire based Beagle" Project

2024-04-04 Thread Vijay Kumar Banerjee
Hi Purva, On Thu, Apr 4, 2024 at 6:05 AM Purva Yeshi wrote: > Hello, > > I am Purva Yeshi, I applied for the project "Add BSP for Polarfire based > Beagle" for GSoC 2024. I proposed a project to create a BSP for the > Beagle-V fire board from scratch. The primary objective of the project is >

Re: Networking examples

2023-08-16 Thread Vijay Kumar Banerjee
plication development. Please refer to the following repository: https://git.rtems.org/rtems-examples/ Best regards, Vijay > Thanks in advance, > Brett > > > > > > > > From: Vijay Kumar Banerjee > Sent: Tuesday, August 15, 2023 12:53 PM > To: Joel Sherrill &g

Re: Networking examples

2023-08-15 Thread Vijay Kumar Banerjee
rently lacking. Then again, I may be missing something >> in the documentation that I erroneously overlooked. If so, just let me >> know. >> >> The "Hello World" failure is documented in this ticket: >> https://devel.rtems.org/ticket/4927 >> > > OK. I dhave added Chris who I think wrote that

Re: [PATCH RTEMS] spec: Add -mstrict-align to mvme2100 default build

2023-08-10 Thread Vijay Kumar Banerjee
On Wed, Aug 9, 2023 at 8:04 PM Chris Johns wrote: > > On 10/8/2023 2:41 am, Joel Sherrill wrote: > > Reading the EPICS discussion, I wonder if this should be added for all > > motorola_powerpc BSP variants. > > > > Gedare/Chris/anyone with another board in the family? What do you think? > >

Re: [PATCH RTEMS] spec: Add -mstrict-align to mvme2100 default build

2023-08-09 Thread Vijay Kumar Banerjee
On Wed, Aug 9, 2023 at 3:26 PM Vijay Kumar Banerjee wrote: > > On Wed, Aug 9, 2023 at 3:05 PM Joel Sherrill wrote: > > > > Vijay.. go ahead and push this if you don't mind. > > > Sure, I will push this. Pushed. Thanks. > > > I was just wondering if we cou

Re: [PATCH RTEMS] spec: Add -mstrict-align to mvme2100 default build

2023-08-09 Thread Vijay Kumar Banerjee
than the EPICS error. At least 2 BSPs (2100, 2700/2307) in motorola_powerpc need this, and except mcp750 all other BSPs in motorola_powerpc seem to have it in the spec. It is likely that all motorola_powerpc variants need this. > > On Wed, Aug 9, 2023 at 12:01 PM Vijay Kumar Banerjee wrote

Re: [PATCH RTEMS] spec: Add -mstrict-align to mvme2100 default build

2023-08-09 Thread Vijay Kumar Banerjee
On Wed, Aug 9, 2023 at 11:41 AM Joel Sherrill wrote: > > Reading the EPICS discussion, I wonder if this should be added for all > motorola_powerpc BSP variants. > MVME2700 and the qemu variants already add it separately

Re: [PATCH RTEMS] mvme3100: Add BSP fatal extension

2023-08-01 Thread Vijay Kumar Banerjee
On Tue, Aug 1, 2023, 15:30 Joel Sherrill wrote: > > > On Tue, Aug 1, 2023 at 2:52 PM Vijay Kumar Banerjee > wrote: > >> >> >> On Tue, Aug 1, 2023, 12:20 Joel Sherrill wrote: >> >>> >>> >>> On Tue, Aug 1, 2023, 11:41 AM Vijay K

[PATCH RTEMS] spec: Remove empty reset from mvme3100

2023-08-01 Thread Vijay Kumar Banerjee
--- spec/build/bsps/powerpc/mvme3100/bspmvme3100.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/spec/build/bsps/powerpc/mvme3100/bspmvme3100.yml b/spec/build/bsps/powerpc/mvme3100/bspmvme3100.yml index 1667c1617a..fbb85123f0 100644 --- a/spec/build/bsps/powerpc/mvme3100/bspmvme3100.yml

Re: [PATCH RTEMS] mvme3100: Add BSP fatal extension

2023-08-01 Thread Vijay Kumar Banerjee
On Tue, Aug 1, 2023, 12:20 Joel Sherrill wrote: > > > On Tue, Aug 1, 2023, 11:41 AM Vijay Kumar Banerjee > wrote: > >> --- >> bsps/powerpc/mvme3100/start/bspclean.c| 25 +++ >> .../bsps/powerpc/mvme3100/bspmvme3100.yml | 1 + &

[PATCH RTEMS] mvme3100: Add BSP fatal extension

2023-08-01 Thread Vijay Kumar Banerjee
--- bsps/powerpc/mvme3100/start/bspclean.c| 25 +++ .../bsps/powerpc/mvme3100/bspmvme3100.yml | 1 + 2 files changed, 26 insertions(+) create mode 100644 bsps/powerpc/mvme3100/start/bspclean.c diff --git a/bsps/powerpc/mvme3100/start/bspclean.c

Re: [PATCH rtems 2/3] confdefs: Add configure macro for libi2c

2023-07-27 Thread Vijay Kumar Banerjee
On Tue, Jul 25, 2023 at 12:23 AM Sebastian Huber wrote: > > > > On 25.07.23 04:31, Vijay Kumar Banerjee wrote: > > On Mon, Jul 24, 2023 at 10:09 AM Sebastian Huber > > wrote: > >> On 20.07.23 03:10, Vijay Kumar Banerjee wrote: > >>> Add CONFIGURE_A

Re: [PATCH rtems 2/3] confdefs: Add configure macro for libi2c

2023-07-24 Thread Vijay Kumar Banerjee
Hi Sebastian, On Mon, Jul 24, 2023 at 10:09 AM Sebastian Huber wrote: > > On 20.07.23 03:10, Vijay Kumar Banerjee wrote: > > Add CONFIGURE_APPLICATION_NEEDS_LIBI2C_DRIVER define > > Do we really need this? What happens if an I2C device needs interrupts > during initiali

Re: [PATCH RSB] rtems-net-legacy: Update net and waf versions

2023-07-19 Thread Vijay Kumar Banerjee
Thanks. Pushed. On Wed, Jul 19, 2023 at 8:44 PM Chris Johns wrote: > > Looks good. > > Thanks > Chris > > On 20/7/2023 11:17 am, Vijay Kumar Banerjee wrote: > > --- > > rtems/config/tools/rtems-net-legacy-6.cfg | 8 > > 1 file changed, 4 insertion

Re: [PATCH rtems-net-legacy] powerpc/beatnik: Add mv643xx_eth.c driver from RTEMS 5

2023-07-19 Thread Vijay Kumar Banerjee
On Wed, Jul 19, 2023 at 7:56 PM Vijay Kumar Banerjee wrote: > > On Wed, Jul 19, 2023 at 7:50 PM Chris Johns wrote: > > > > On 20/7/2023 10:18 am, Vijay Kumar Banerjee wrote: > > > On Wed, Jul 19, 2023 at 6:39 PM Chris Johns wrote: > > >> > > >&g

[PATCH RSB] rtems-net-legacy: Update net and waf versions

2023-07-19 Thread Vijay Kumar Banerjee
--- rtems/config/tools/rtems-net-legacy-6.cfg | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/rtems/config/tools/rtems-net-legacy-6.cfg b/rtems/config/tools/rtems-net-legacy-6.cfg index 9193a58..559ec01 100644 --- a/rtems/config/tools/rtems-net-legacy-6.cfg +++

Re: [PATCH rtems] powerpc/beatnik: Remove RTEMS_NETWORKING check from bsp.h

2023-07-19 Thread Vijay Kumar Banerjee
Pushed. Thanks! On Wed, Jul 19, 2023 at 7:51 PM Chris Johns wrote: > > Looks good. > > Thanks > Chris > > On 20/7/2023 10:15 am, Vijay Kumar Banerjee wrote: > > --- > > bsps/powerpc/beatnik/include/bsp.h | 2 -- > > 1 file changed, 2 deletions(-) &g

[PATCH rtems 3/3] mvme3100: Initialize libi2c at device driver order

2023-07-19 Thread Vijay Kumar Banerjee
To use the libi2c, application needs to be configured with #define CONFIGURE_APPLICATION_NEEDS_LIBI2C_DRIVER --- bsps/powerpc/mvme3100/i2c/i2c_init.c | 11 ++- bsps/powerpc/mvme3100/start/bspstart.c | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git

[PATCH rtems 2/3] confdefs: Add configure macro for libi2c

2023-07-19 Thread Vijay Kumar Banerjee
Add CONFIGURE_APPLICATION_NEEDS_LIBI2C_DRIVER define --- cpukit/include/rtems/confdefs/iodrivers.h | 8 1 file changed, 8 insertions(+) diff --git a/cpukit/include/rtems/confdefs/iodrivers.h b/cpukit/include/rtems/confdefs/iodrivers.h index 16d64fbb98..cf5530fe2b 100644 ---

[PATCH rtems 1/3] libi2c: Use rtems thread api

2023-07-19 Thread Vijay Kumar Banerjee
Replace custom mutex handling with rtems thread api --- cpukit/include/rtems/libi2c.h | 2 + cpukit/libi2c/libi2c.c| 114 +++--- 2 files changed, 37 insertions(+), 79 deletions(-) diff --git a/cpukit/include/rtems/libi2c.h b/cpukit/include/rtems/libi2c.h

Re: [PATCH rtems-net-legacy] powerpc/beatnik: Add mv643xx_eth.c driver from RTEMS 5

2023-07-19 Thread Vijay Kumar Banerjee
On Wed, Jul 19, 2023 at 7:50 PM Chris Johns wrote: > > On 20/7/2023 10:18 am, Vijay Kumar Banerjee wrote: > > On Wed, Jul 19, 2023 at 6:39 PM Chris Johns wrote: > >> > >> Excellent. > >> > >> Could you please update the hash in the RSB for the ne

[PATCH rtems] powerpc/beatnik: Remove RTEMS_NETWORKING check from bsp.h

2023-07-19 Thread Vijay Kumar Banerjee
--- bsps/powerpc/beatnik/include/bsp.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/bsps/powerpc/beatnik/include/bsp.h b/bsps/powerpc/beatnik/include/bsp.h index 477f03345d..a70bb3997f 100644 --- a/bsps/powerpc/beatnik/include/bsp.h +++ b/bsps/powerpc/beatnik/include/bsp.h @@ -173,12

[PATCH rtems-net-legacy] powerpc/beatnik: Add mv643xx_eth.c driver from RTEMS 5

2023-07-18 Thread Vijay Kumar Banerjee
--- bsp_drivers.py|2 + bsps/powerpc/beatnik/net/if_mve/mv643xx_eth.c | 3318 + 2 files changed, 3320 insertions(+) create mode 100644 bsps/powerpc/beatnik/net/if_mve/mv643xx_eth.c diff --git a/bsp_drivers.py b/bsp_drivers.py index

Re: [rtems-source-builder PATCH] rtems: Update tools, kernel and legacy network packages

2023-04-14 Thread Vijay Kumar Banerjee
Hi Chris, The updates look good to me. Thanks. On Fri, Apr 14, 2023 at 7:10 PM wrote: > > From: Chris Johns > > - Tools picks up the stm32h7-stlink to handle SIGTRAP fix. > > - RTEMS picks up the motorola_powerpc updates including the mvme2700 > BSP and Makefile.inc fixes for building EPICS.

Re: [rtems-net-legacy PATCH] waf: Generate a version header called rtems-net-legacy.h

2023-04-13 Thread Vijay Kumar Banerjee
Hi Chris, The patch looks great. Thanks. On Thu, Apr 13, 2023 at 11:21 PM wrote: > > From: Chris Johns > > --- > include/rtems/rtems-net-legacy.h.in | 42 + > netlegacy.py| 35 +--- > rtems_waf |

[PATCH rtems-net-legacy] leon3: Replace ambapp_plb with ambapp_plb()

2023-03-30 Thread Vijay Kumar Banerjee
RTEMS commit 2c07f24af210c4738fbe6f75a53c58fbd80fb658 removed the ambapp_plb global variable --- bsps/sparc/leon3/net/leon_greth.c| 3 ++- bsps/sparc/leon3/net/leon_open_eth.c | 5 +++-- bsps/sparc/leon3/net/leon_smc9.c | 11 ++- 3 files changed, 11 insertions(+), 8 deletions(-)

Re: [PATCH rtems-lwip] wscript: Allow deeper lwIP configuration

2022-11-11 Thread Vijay Kumar Banerjee
This is great! This makes it more adaptable with different BSPS. Also, thanks for the documentation. :) On Fri, Nov 11, 2022 at 3:03 PM Kinsey Moore wrote: > > This adds a basic configuration mechanism in config.ini to control which > BSPs are enabled and to alter lwIP's define/macro-based

Re: [PATCH rtems-lwip] zynqmp: Add support for the CFC-400X BSP

2022-11-11 Thread Vijay Kumar Banerjee
Looks great. It only affects the Zynqmp. Thanks. On Thu, Nov 10, 2022 at 2:23 PM Kinsey Moore wrote: > > This adds support for the CFC-400X BSP including an option to select > SGMII instead of the default RGMII PHY interface and adds a way for > ZynqMP BSPs to provide additional configuration

Re: [PATCH rtems-lwip] rtemslwip: Add note to intentionally blank files

2022-11-10 Thread Vijay Kumar Banerjee
Looks good to me. Do we need copyright statements for these files? On Wed, Nov 9, 2022 at 9:49 PM Kinsey Moore wrote: > > --- > rtemslwip/bsd_compat_include/arpa/nameser.h | 1 + > rtemslwip/bsd_compat_include/machine/rtems-bsd-kernel-space.h | 1 + >

Re: [PATCH rtems-lwip v2] lwip.py: Move bsp-specific information out

2022-11-10 Thread Vijay Kumar Banerjee
Thanks for the patch. The v2 looks good. Tested the build with beagleboneblack On Wed, Nov 9, 2022 at 9:33 PM Kinsey Moore wrote: > > This moves all BSP-specific information out of lwip.py and into JSON > descriptions of the files required to compile the drivers for each BSP. > > Note that

Re: [PATCH rtems-lwip 1/2] lwip.py: Remove redundant assignment

2022-11-01 Thread Vijay Kumar Banerjee
Hi Kinsey, The patches look great. Thanks for the cleanup. Best regards, Vijay On Tue, Nov 1, 2022 at 1:51 PM Kinsey Moore wrote: > > --- > lwip.py | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/lwip.py b/lwip.py > index c11ed1f..e6580eb 100644 > --- a/lwip.py > +++ b/lwip.py > @@

Re: [PATCH rtems-lwip] README: Add build instruction

2022-07-21 Thread Vijay Kumar Banerjee
Patch pushed. The repository is working, and I see the commit email in vc. Thanks, Vijay On Thu, Jul 21, 2022 at 2:06 PM Vijay Kumar Banerjee wrote: > > I will push this patch. The main intention of this patch is to test > the new top-level repo, but it also provides some essent

Re: [PATCH rtems-lwip] README: Add build instruction

2022-07-21 Thread Vijay Kumar Banerjee
I will push this patch. The main intention of this patch is to test the new top-level repo, but it also provides some essential build instructions which will certainly be handy. On Thu, Jul 21, 2022 at 2:05 PM Vijay Kumar Banerjee wrote: > > Hi Kinsey, > > thanks for the review >

Re: [PATCH rtems-lwip] README: Add build instruction

2022-07-21 Thread Vijay Kumar Banerjee
stalled BSPs if there is that option is not used. using the BSP argument only builds the mentioned bsps. Best regards, Vijay > On 7/21/2022 14:16, Vijay Kumar Banerjee wrote: > > --- > > README | 18 ++ > > 1 file changed, 18 insertions(+) > > > > diff --git a/READ

[PATCH rtems-lwip] README: Add build instruction

2022-07-21 Thread Vijay Kumar Banerjee
--- README | 18 ++ 1 file changed, 18 insertions(+) diff --git a/README b/README index 91e42ae..99800bf 100644 --- a/README +++ b/README @@ -12,3 +12,21 @@ The sources presented here originate in one of several locations described by the ORIGIN.* files and whose license is

Re: Time to promote lwip git repo

2022-07-19 Thread Vijay Kumar Banerjee
Thank you everyone for supporting the move! On Tue, Jul 19, 2022 at 3:24 PM Chris Johns wrote: > > Thanks to everyone for this effort. > > Vijay, if you need a hand doing this please ping me on discord. I have moved it to the top level and added the hooks using the doc I wrote last time:

Re: [PATCH rtems-lwip v1 0/9] Bring in devel patches and add ZynqMP

2022-07-12 Thread Vijay Kumar Banerjee
Hi, On Fri, Jul 1, 2022 at 9:20 PM Vijay Kumar Banerjee wrote: > > On Fri, Jul 1, 2022 at 8:19 PM Kinsey Moore wrote: > > > > On 7/1/2022 18:50, Vijay Kumar Banerjee wrote: > > > > On Fri, Jul 1, 2022 at 5:49 PM Vijay Kumar Banerjee wrote: > > > > H

Re: [PATCH rtems-lwip v1 0/9] Bring in devel patches and add ZynqMP

2022-07-01 Thread Vijay Kumar Banerjee
On Fri, Jul 1, 2022 at 8:19 PM Kinsey Moore wrote: > > On 7/1/2022 18:50, Vijay Kumar Banerjee wrote: > > On Fri, Jul 1, 2022 at 5:49 PM Vijay Kumar Banerjee wrote: > > Hi Kinsey, > > This patchset is looking great. Thank you! > Unfortunately, I won't be able to test t

Re: [PATCH rtems-lwip v1 0/9] Bring in devel patches and add ZynqMP

2022-07-01 Thread Vijay Kumar Banerjee
On Fri, Jul 1, 2022 at 5:49 PM Vijay Kumar Banerjee wrote: > > Hi Kinsey, > > This patchset is looking great. Thank you! > Unfortunately, I won't be able to test the BBB right away but I see > that most patches are probably from the devel branch of lwip, which I correction: m

Re: [PATCH rtems-lwip v1 0/9] Bring in devel patches and add ZynqMP

2022-07-01 Thread Vijay Kumar Banerjee
Hi Kinsey, This patchset is looking great. Thank you! Unfortunately, I won't be able to test the BBB right away but I see that most patches are probably from the devel branch of lwip, which I tested before. I am going to wait till Tuesday, to get any comments or objections from others. If no

Re: Congratulations to Two Core Developers

2022-06-28 Thread Vijay Kumar Banerjee
Congratulations, Gedare and Hesham! I had the honor and privilege of working with both of you, and your knowledge and passion have been a true inspiration to me. Best, Vijay On Tue, Jun 28, 2022 at 8:23 AM Joel Sherrill wrote: > > Hi > > I'd like to congratulate two RTEMS core developers on

Re: [PATCH rtems-lwip] lwip: Split sources into origin directories

2022-06-02 Thread Vijay Kumar Banerjee
Hi Pavel, On Thu, Jun 2, 2022 at 12:09 AM Pavel Pisa wrote: > > Dear Vijay, > > On Thursday 02 of June 2022 05:56:56 Vijay Kumar Banerjee wrote: > > I have pushed this patch and I would like to add a note regarding that. > > thanks for the work and time. > No problem.

Re: [PATCH rtems-lwip] lwip: Split sources into origin directories

2022-06-01 Thread Vijay Kumar Banerjee
e included licenses. I believe that the approach in that direction will also mature as we keep bringing new patches and involve the wider community. Thank you to everyone for providing valuable feedback. Best regards, Vijay On Tue, May 31, 2022 at 8:04 PM Vijay Kumar Banerjee wrote: > > On T

Re: [PATCH rtems-lwip] lwip: Split sources into origin directories

2022-05-31 Thread Vijay Kumar Banerjee
On Tue, May 31, 2022 at 3:13 PM Kinsey Moore wrote: > > On 5/12/2022 16:30, Vijay Kumar Banerjee wrote: > > On Sat, Apr 16, 2022 at 10:48 AM Pavel Pisa wrote: > >> Hello Joel, > >> > >> On Saturday 16 of April 2022 17:26:02 Joel Sherrill wrote: > &g

Re: [PATCH rtems-lwip] lwip: Split sources into origin directories

2022-05-12 Thread Vijay Kumar Banerjee
On Sat, Apr 16, 2022 at 10:48 AM Pavel Pisa wrote: > > Hello Joel, > > On Saturday 16 of April 2022 17:26:02 Joel Sherrill wrote: > > On Sat, Apr 16, 2022, 9:54 AM Pavel Pisa wrote: > > > On Thursday 14 of April 2022 22:08:00 Vijay Kumar Banerjee wrote: > > &g

Re: [PATCH rtems-lwip] lwip: Split sources into origin directories

2022-04-14 Thread Vijay Kumar Banerjee
Hi Kinsey, Thank you for sorting this out. I will merge it on Monday if no one objects. Best regards, Vijay On Thu, Apr 14, 2022 at 11:33 AM Kinsey Moore wrote: > > Moving forward, each origin directory should have its own top-level > COPYING.origin file to describe its license as well as a

Re: [PATCH rtems-lwip] Add missing COPYING files from lwip and uLan

2022-03-04 Thread Vijay Kumar Banerjee
Hi Kinsey, Thanks for the patch. I was wondering if it would be a good idea to use this patch and add a comment in the respective source files that they are based on an external repository and the related copying files are COPYING.something ? On Fri, Mar 4, 2022 at 7:49 AM Kinsey Moore wrote:

Re: rtems-lwip file locations and licensing

2022-03-04 Thread Vijay Kumar Banerjee
Hi Kinsey, On Fri, Mar 4, 2022 at 9:47 AM Kinsey Moore wrote: > > I was looking though the rtems-lwip tree in adding license files and it > struck me that we currently have code with possibly different licenses and > from different external sources merged into the same tree with possibly >

Re: [PATCH v3 2/2] update README with instructions for stm32 patch

2021-12-22 Thread Vijay Kumar Banerjee
Hi Robin, Looks like this patch answers one of my questions in the other patch. This looks good and can be merged after the first patch. Thanks! On Sun, Oct 24, 2021 at 4:59 AM Robin Müller wrote: > > Hi, > > This patch now contains all files which have the problematic license so the > RTMES

Re: [PATCH rtems-libbsd 0/5] RTEMS LibBSD Documentation

2021-08-02 Thread Vijay Kumar Banerjee
luding myself) so I think it's > > >> good to > > >> start that discussion. > > > > > > I suggest the user manual. > > > > > > Chris > > > > > > > Hello Chris, > > > > thanks for the suggestion. So that w

Re: LwIP for RTEMS state querry Was: [PATCH rtems-lwip v2] STM32 lwIP addition

2021-07-22 Thread Vijay Kumar Banerjee
Hi all, On Thu, Jul 22, 2021 at 4:12 PM Pavel Pisa wrote: > > Hello Joel, > > On Thursday 22 of July 2021 22:19:21 Joel Sherrill wrote: > > On Thu, Jul 22, 2021 at 12:25 PM Robin Müller > > > The current version of the rtems-lwip support after I added STM32H7 can > > > still be found here: > >

Re: LwIP for RTEMS state querry Was: [PATCH rtems-lwip v2] STM32 lwIP addition

2021-07-21 Thread Vijay Kumar Banerjee
Hi, On Wed, Jul 21, 2021 at 2:25 AM Pavel Pisa wrote: > > Hello Vijay, > > thanks of the status. > I added a note in the devel page: https://devel.rtems.org/wiki/Packages/LWIP > On Wednesday 21 of July 2021 07:16:51 Vijay Kumar Banerjee wrote: > > Hi Pavel, > >

Re: LwIP for RTEMS state querry Was: [PATCH rtems-lwip v2] STM32 lwIP addition

2021-07-20 Thread Vijay Kumar Banerjee
Hi Pavel, On Tue, Jul 20, 2021 at 1:13 PM Pavel Pisa wrote: > > Hello everybody, > > I have no technical stuff to share for now, > but I am happy that work on LwIP alternative > stack for RTEMS continues on. > > I have question which repo is considered as > mainline (integration point) for this

Re: Throughput/Goodput analysis on RTEMS

2021-07-15 Thread Vijay Kumar Banerjee
On Sun, Jul 11, 2021 at 6:42 PM Chris Johns wrote: > > On 10/7/21 1:28 pm, Vijay Kumar Banerjee wrote: > > On Fri, Jul 9, 2021 at 8:25 PM Chris Johns wrote: > >> > >> On 2/7/21 4:40 am, Vijay Kumar Banerjee wrote: > >>> I'm planning to do a throu

Re: Throughput/Goodput analysis on RTEMS

2021-07-09 Thread Vijay Kumar Banerjee
On Fri, Jul 9, 2021 at 8:25 PM Chris Johns wrote: > > On 2/7/21 4:40 am, Vijay Kumar Banerjee wrote: > > I'm planning to do a throughput analysis on the RTEMS network stacks > > and I'm looking for some suggestions on the tools/applications for > > that if anyone

Re: DTB for BBB?

2021-07-07 Thread Vijay Kumar Banerjee
On Wed, Jul 7, 2021 at 1:27 PM Shiro wrote: > > > > > >> Question regarding the correct DTS for BBB: in section 8.2.3.2 of the > >> online docs: > >> https://docs.rtems.org/branches/master/user/bsps/bsps-arm.html?highlight=dts#beagle > >> > >> I don't follow this: > >> > >> We build the dtb

libbsd: Network interface is not configured

2021-07-07 Thread Vijay Kumar Banerjee
Hi all, I'm working on adding a nexus device driver for uC5282, and I got as far as getting the telnetd started on port 23, and I can ping the loopback interface. However, the test apps were crashing before I made some environment variable changes, so I'm assuming that the "Network interface is

Re: DTB for BBB?

2021-07-07 Thread Vijay Kumar Banerjee
Hi David, On Tue, Jul 6, 2021 at 1:34 PM Shiro wrote: > > Hello, > > I’m new to RTEMS (but not new to embedded RTOS deployment). I worked through > the BBB QuickStart and have run hello.exe on a BBB. > Welcome to RTEMS! > Question regarding the correct DTS for BBB: in section 8.2.3.2 of the

Re: RTEMS on uC5282

2021-07-06 Thread Vijay Kumar Banerjee
On Tue, Jul 6, 2021 at 9:58 AM Johnson, Andrew N. wrote: > > Hi Vijay, > > On Jul 4, 2021, at 6:08 PM, Vijay Kumar Banerjee wrote: > > I have a uC5282 board running uClinux and I was wondering if someone > has instructions for converting the RTEMS exe files into boot files

Re: RTEMS on uC5282

2021-07-05 Thread Vijay Kumar Banerjee
On Sun, Jul 4, 2021 at 5:08 PM Vijay Kumar Banerjee wrote: > > Hi, > > I have a uC5282 board running uClinux and I was wondering if someone > has instructions for converting the RTEMS exe files into boot files > that can be booted from the ram buffer (using `goram` f

RTEMS on uC5282

2021-07-04 Thread Vijay Kumar Banerjee
Hi, I have a uC5282 board running uClinux and I was wondering if someone has instructions for converting the RTEMS exe files into boot files that can be booted from the ram buffer (using `goram` from uCbootloader. The RTEMS documentation is empty:

Re: Throughput/Goodput analysis on RTEMS

2021-07-02 Thread Vijay Kumar Banerjee
On Fri, Jul 2, 2021 at 10:51 AM Christian Mauderer wrote: > > Hello Vijay, > > On 01/07/2021 22:16, Vijay Kumar Banerjee wrote: > > Hi Kinsey, > > > > On Thu, Jul 1, 2021 at 12:57 PM Kinsey Moore > > wrote: > >> > >> On 7/1/2021 13:40, Vij

Re: Throughput/Goodput analysis on RTEMS

2021-07-02 Thread Vijay Kumar Banerjee
On Thu, Jul 1, 2021 at 3:44 PM Joel Sherrill wrote: > > Have you seen this on benchmarking? > https://datatracker.ietf.org/doc/html/rfc8238 > Thank you for this link. This is insightful and gives a clear idea for the benchmarking work. > On Thu, Jul 1, 2021 at 3:16 PM Vijay Kumar

Re: Throughput/Goodput analysis on RTEMS

2021-07-01 Thread Vijay Kumar Banerjee
Hi Kinsey, On Thu, Jul 1, 2021 at 12:57 PM Kinsey Moore wrote: > > On 7/1/2021 13:40, Vijay Kumar Banerjee wrote: > > Hi all, > > > > I'm planning to do a throughput analysis on the RTEMS network stacks > > and I'm looking for some suggestions on the tools/applicati

Throughput/Goodput analysis on RTEMS

2021-07-01 Thread Vijay Kumar Banerjee
Hi all, I'm planning to do a throughput analysis on the RTEMS network stacks and I'm looking for some suggestions on the tools/applications for that if anyone has done something like that before. If such application has not been used with RTEMS, then I might be willing to port it to RTEMS or

Re: [PATCH rtems] bsps/powerpc, bsps/shared: Move remaining legacy networking header files

2021-06-24 Thread Vijay Kumar Banerjee
On Wed, Jun 23, 2021 at 3:26 PM Joel Sherrill wrote: > > > > On Wed, Jun 23, 2021, 2:31 PM Vijay Kumar Banerjee wrote: >> >> On Wed, Jun 23, 2021 at 1:24 PM Joel Sherrill wrote: >> > >> > Assuming you built the bsps in question, I'm ok with this. >&

Re: rtems-net-services submodule for networking stacks

2021-06-24 Thread Vijay Kumar Banerjee
On Thu, Jun 24, 2021 at 5:17 PM Joel Sherrill wrote: > > > > On Thu, Jun 24, 2021, 5:43 PM Vijay Kumar Banerjee wrote: >> >> Hi all, >> >> I want to move the common network services like telnetd, tftp, to a >> separate submodule rtems-

rtems-net-services submodule for networking stacks

2021-06-24 Thread Vijay Kumar Banerjee
Hi all, I want to move the common network services like telnetd, tftp, to a separate submodule rtems-net-services. This submodule will be added to the networking stacks, and built using their respective waf modules. The plan is to define macros from the legacy stack waf system, so that the

Re: [PATCH rtems] bsps/powerpc, bsps/shared: Move remaining legacy networking header files

2021-06-23 Thread Vijay Kumar Banerjee
rent networking submodule "net-services" and "net-drivers" for the common services and to expand the driver support for each stack. This can shift to the services repo later if we make copies of it as a temporary workaround. > On Wed, Jun 23, 2021, 2:21 PM Vijay Kumar Banerjee

[PATCH rtems-net-legacy] bsps: Add remaining networking header files from RTEMS repository

2021-06-23 Thread Vijay Kumar Banerjee
--- bsp_drivers.py| 1 + bsps/include/grlib/greth.h| 165 +++ bsps/include/grlib/network_interface_add.h| 47 ++ bsps/powerpc/beatnik/include/bsp/if_em_pub.h | 22 + bsps/powerpc/beatnik/include/bsp/if_gfe_pub.h | 30 ++

[PATCH rtems] bsps/powerpc, bsps/shared: Move remaining legacy networking header files

2021-06-23 Thread Vijay Kumar Banerjee
--- bsps/headers.am |3 - bsps/include/grlib/greth.h| 165 -- bsps/include/grlib/network_interface_add.h| 47 - bsps/powerpc/beatnik/headers.am |3 - bsps/powerpc/beatnik/include/bsp/if_em_pub.h | 22 -

Re: libbsd for Beaglebone black

2021-06-04 Thread Vijay Kumar Banerjee
Hi, On Fri, Jun 4, 2021 at 1:09 PM Siddons, David wrote: > > Hi, I'm working through the "quick start" document > (https://docs.rtems.org/branches/master/user/start/index.html), and have > succeeded in bulding and running the paranoia example on the beaglebone. I > now want to add the bsd

Re: [PATCH rtems-docs] eng/vc-authors: Add section on migrating personal repo to top-level

2021-06-02 Thread Vijay Kumar Banerjee
On Wed, Jun 2, 2021 at 9:21 AM Gedare Bloom wrote: > > looks ok > Thanks. Pushed! > On Sun, May 30, 2021 at 3:12 PM Vijay Kumar Banerjee wrote: > > > > --- > > eng/vc-authors.rst | 46 ++ > > 1 file changed, 46 in

Re: [PATCH] cpukit/libdebugger: Fix for sockaddr_in not being initialized

2021-06-02 Thread Vijay Kumar Banerjee
On Tue, Jun 1, 2021 at 12:20 PM Joel Sherrill wrote: > > This looks like it should fix the issue. > > OK to push. > Pushed. Thanks. > On Tue, Jun 1, 2021 at 1:06 PM Harrison Edward Gerber > wrote: >> >> From: Harrison Edward Gerber >> >> See also CID 1468684 >> >> Closes #4445 >> --- >>

[PATCH rtems-docs] eng/vc-authors: Add section on migrating personal repo to top-level

2021-05-30 Thread Vijay Kumar Banerjee
--- eng/vc-authors.rst | 46 ++ 1 file changed, 46 insertions(+) diff --git a/eng/vc-authors.rst b/eng/vc-authors.rst index dcbbeb9..179ad08 100644 --- a/eng/vc-authors.rst +++ b/eng/vc-authors.rst @@ -166,6 +166,52 @@ flag to prevent merge from

Re: [PATCH v2] cpukit/libmisc/monitor: Fix src/dest overlap of strcpy in mon-editor.c

2021-05-28 Thread Vijay Kumar Banerjee
On Fri, May 28, 2021 at 1:08 PM Joel Sherrill wrote: > > This looks OK. Pushed. Thanks. > > On Thu, May 27, 2021 at 7:32 PM Harrison Edward Gerber > wrote: >> >> From: Harrison Edward Gerber >> >> See also CID 1399727 >> >> Closes # >> --- >> cpukit/libmisc/monitor/mon-editor.c | 12

Re: [PATCH v2 3/3] main_help.c: Do not care what char is returned by getchar()

2021-05-28 Thread Vijay Kumar Banerjee
Hi all, On Fri, May 28, 2021, 08:54 Gedare Bloom wrote: > Are these three still pending? If so, can you ping the other 2 or > advise what is blocking? > > On Mon, Apr 5, 2021 at 7:28 AM Ryan Long wrote: > > > > CID 1437650: Unchecked return value from library in rtems_shell_help(). > > > >

Re: [PATCH] cpukit/libpci: fix potential buffer overflow in pci_cfg_print_code.c

2021-05-26 Thread Vijay Kumar Banerjee
Hi, On Wed, May 26, 2021 at 2:45 PM Joel Sherrill wrote: > > > > On Wed, May 26, 2021 at 1:58 PM Harrison Edward Gerber > wrote: >> >> See also CID 1399721 >> Closes #4442 > > > Blank line between these. > > But otherwise I think this looks good. > I pushed it with the added blank line in the

Re: Manually building a BSP from branch 5 of git

2021-05-26 Thread Vijay Kumar Banerjee
Hi all, On Wed, May 26, 2021 at 6:02 AM Christian MAUDERER wrote: > > Hello Andrew, > > Am 26.05.21 um 08:10 schrieb Johnson, Andrew N.: > > Hi Vijay, > > > > On May 25, 2021, at 8:18 PM, Vijay Kumar Banerjee > <mailto:vi...@rtems.org>> wrote: > &g

Re: [PATCH rtems 1/2] telnetd.c: Remove RTEMS_NETWORKING check

2021-05-20 Thread Vijay Kumar Banerjee
9:56 PM Gedare Bloom wrote: > > > > Seems fine by me, but wait until Monday to let anyone complain if they want. > > > > On Thu, May 20, 2021 at 5:35 PM Vijay Kumar Banerjee > > wrote: > > > > > > Hi, > > > > > > > > > On

Re: [PATCH rtems v2] testsuites: Remove telnetd01

2021-05-20 Thread Vijay Kumar Banerjee
On Thu, May 20, 2021 at 5:49 PM Joel Sherrill wrote: > > Sure. Push it. > Thanks. Pushed. > On Thu, May 20, 2021, 6:36 PM Vijay Kumar Banerjee wrote: >> >> Hi, >> >> In the last review, the commit message wasn't clear, I fixed it in this >>

Re: [PATCH rtems v2] testsuites: Remove telnetd01

2021-05-20 Thread Vijay Kumar Banerjee
Hi, In the last review, the commit message wasn't clear, I fixed it in this version. Does this look Ok to be merged? Best regards, Vijay On Thu, Apr 22, 2021 at 8:02 PM Vijay Kumar Banerjee wrote: > > telnetd01 test cannot be run without a network stack, so this test is being &

Re: [PATCH rtems 1/2] telnetd.c: Remove RTEMS_NETWORKING check

2021-05-20 Thread Vijay Kumar Banerjee
gards, Vijay > On Thu, Apr 22, 2021 at 12:07 PM Vijay Kumar Banerjee wrote: > > > > Ping :) > > > > On Tue, Apr 13, 2021 at 11:45 PM Vijay Kumar Banerjee > > wrote: > > > > > > Set the priority manually to make telnetd compatible with the >

Re: while running rtems-test with coverage

2021-05-16 Thread Vijay Kumar Banerjee
(Resending for the list) On Sun, May 16, 2021 at 10:18 AM Vijay Kumar Banerjee wrote: > > Hi Mohammadreza, > > Sorry for the delay in replying :) > > > On Tue, May 11, 2021 at 11:39 AM mohammadreza tahzibi > wrote: > > > > Dear Sir > > Hi, > > &g

Re: [PATCH v2] user/bld/index.rst: removed references to legacy network config options

2021-05-16 Thread Vijay Kumar Banerjee
Hi Harrison, I pushed this patch. https://git.rtems.org/rtems-docs/commit/?id=1f538688a7f743158e0e9e9bb673abd576307a0c Thanks, Vijay On Tue, May 11, 2021 at 7:28 PM Vijay Kumar Banerjee wrote: > > Hi Harrison, > > This patch looks good. If no one objects by Friday, I'll push

Re: [PATCH v2] user/bld/index.rst: removed references to legacy network config options

2021-05-11 Thread Vijay Kumar Banerjee
Hi Harrison, This patch looks good. If no one objects by Friday, I'll push this. Thanks. Best regards, Vijay On Tue, May 11, 2021 at 7:16 PM Harrison Edward Gerber wrote: > > --- > user/bld/index.rst | 7 --- > 1 file changed, 7 deletions(-) > > diff --git a/user/bld/index.rst

Re: [PATCH] user/bld/index.rst: removed references to legacy network config options

2021-05-07 Thread Vijay Kumar Banerjee
Hi Harrison, It's very close, just one little change On Fri, May 7, 2021 at 5:02 PM Harrison Gerber wrote: > > From: Harrison > As it was mentioned in your last review. Please use your full legal name in the patches for attribution purposes. Thank you for the patch. Best regards, Vijay

Re: [PATCH v3] bsps/shared/ofw: Fix coverity defects

2021-05-06 Thread Vijay Kumar Banerjee
On Thu, May 6, 2021 at 10:57 AM Gedare Bloom wrote: > > ok, Vijay please push Pushed. Thanks. > > On Thu, May 6, 2021 at 2:06 AM G S Niteesh Babu wrote: > > > > This patch adds asserts to fix coverity defects > > 1) CID 1474437 (Out-of-bounds access) > > 2) CID 1474436 (Out-of-bounds access) >

Re: [PATCH v2] bsps/shared/ofw: Fix coverity defects

2021-05-05 Thread Vijay Kumar Banerjee
Hi all, On Wed, May 5, 2021 at 8:42 AM Gedare Bloom wrote: > > alright looks good. Vijay or Christian please confirm and push if > you're good with it too. > ofw01.exe breaks after this patch. This probably needs some more debugging. If it helps, I'm pasting the error: ``` *** FATAL *** fatal

Re: [PATCH] Removed references to legacy network config options in user/bld/index.rst as those options are no longer valid

2021-05-05 Thread Vijay Kumar Banerjee
Hi Harrison, The patch looks good, just a little change is required. You'll notice that we follow a pattern in our commit messages. First, write the name of the file changed, then a short description of the change and then, if applicable, a longer description in the commit message. This message

Re: [PATCH rtems-net-legacy v2] bsp_drivers: Use os.path for compatibility with non Unix host

2021-05-04 Thread Vijay Kumar Banerjee
On Tue, May 4, 2021 at 1:01 AM Gedare Bloom wrote: > > looks good to me > Thanks. Pushed. > On Mon, May 3, 2021 at 4:37 PM Vijay Kumar Banerjee wrote: > > > > Is this Ok to push? > > > > On Mon, Apr 19, 2021 at 11:32 AM Vijay Kumar Banerjee > > wrote:

Re: [PATCH rtems-net-legacy] Re-license copyright texts

2021-05-04 Thread Vijay Kumar Banerjee
On Tue, May 4, 2021 at 1:02 AM Gedare Bloom wrote: > > ok Pushed. Thanks. > > On Mon, May 3, 2021 at 4:37 PM Vijay Kumar Banerjee wrote: > > > > --- > > bsp_drivers.py | 3 ++- > > netlegacy.py| 3 ++- >

[PATCH rtems-net-legacy] Re-license copyright texts

2021-05-03 Thread Vijay Kumar Banerjee
@@ # # RTEMS Project (https://www.rtems.org/) # -# Copyright (c) 2021 Vijay Kumar Banerjee . +# Copyright (c) 2021 Regents of University of Colorado +# Written by Vijay Kumar Banerjee . # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git

Re: [PATCH rtems-net-legacy v2] bsp_drivers: Use os.path for compatibility with non Unix host

2021-05-03 Thread Vijay Kumar Banerjee
Is this Ok to push? On Mon, Apr 19, 2021 at 11:32 AM Vijay Kumar Banerjee wrote: > > On Mon, Apr 19, 2021 at 11:30 AM Vijay Kumar Banerjee wrote: > > > > --- > > bsp_drivers.py | 22 +++--- > > 1 file changed, 11 insertions(+), 11 d

Re: Issues with rtems_waf on Windows 10 with gccdeps module

2021-05-03 Thread Vijay Kumar Banerjee
ml Best regards, Vijay >> Kind Regards >> Robin >> >> On Sat, 1 May 2021 at 20:29, Vijay Kumar Banerjee wrote: >>> >>> Hi Robin, >>> >>> On Fri, Apr 30, 2021 at 2:36 AM Robin Müller wrote: >>> > >>> > Issue

Re: Issues with rtems_waf on Windows 10 with gccdeps module

2021-05-01 Thread Vijay Kumar Banerjee
[] > bld = self.generator.bld > > I don't know whether this can have other evil side effects, but the waf build > works after that.. The possible evil side effects could be the issue with "\", as you mentioned here. So better to avoid hacking it. :) Best regards, Vijay >

  1   2   3   4   5   6   7   8   9   10   >