Re: [PATCH v2] rtemstoolkit: Add unit testing for the python modules

2018-11-30 Thread Vijay Kumar Banerjee
On Tue, 27 Nov 2018 at 13:30, Vijay Kumar Banerjee wrote: > > > > > > On Tue, 27 Nov 2018 at 10:28, Chris Johns wrote: > >> On 27/11/2018 04:28, Vijay Kumar Banerjee wrote: >> > On Mon, 26 Nov 2018 at 16:27, Chris Johns > > <mailto:chr...@rtems.org&g

Re: psxhdrs: add POSIX API Signature Compliance Tests for stdio.h File (GCI 2018)

2018-12-05 Thread Vijay Kumar Banerjee
On Thu, 6 Dec 2018 at 01:39, Himanshu Sekhar Nayak < himanshuwindows...@gmail.com> wrote: > Hi guys, > > Here is the updated patch. > > There's warning in getline.c even after defining _POSIX_C_SOURCE > Thanks > Himanshu > ___ > devel mailing list > dev

Re: psxhdrs: add POSIX API Signature Compliance Tests for stdio.h File (GCI 2018)

2018-12-05 Thread Vijay Kumar Banerjee
ommitted version if I compile getline.c with -Wall > --joel > > On Wed, Dec 5, 2018 at 2:26 PM Vijay Kumar Banerjee < > vijaykumar9...@gmail.com> wrote: > >> >> >> >> On Thu, 6 Dec 2018 at 01:39, Himanshu Sekhar Nayak < >> himanshuwindows...@gmail.com

Ideas for GSoC 2019

2018-12-15 Thread Vijay Kumar Banerjee
Hi, I want to apply again this year as a GSoC student and looking for ideas. What are the high priority projects that are planned for this year? I can help in updating the Open Projects wiki page with the new ideas for GSoC 2019. :) Thanks -- vijay ___

rtems-test : getting result invalid

2019-01-12 Thread Vijay Kumar Banerjee
Hi, With the recent change to the qemu options I'm getting results invalid when running rtems-test without the coverage option. However, it works fine when the coverage option is enabled. == Passed: 1 Failed: 0 User Input: 0 Expected Fail: 0 In

Re: rtems-test : getting result invalid

2019-01-12 Thread Vijay Kumar Banerjee
On Sun, 13 Jan 2019 at 08:41, Chris Johns wrote: > On 13/1/19 7:19 am, Vijay Kumar Banerjee wrote: > > > > With the recent change to the qemu options I'm getting results invalid > when > > running rtems-test without the coverage option. However, it works fine >

Re: rtems-test : getting result invalid

2019-01-13 Thread Vijay Kumar Banerjee
On Mon, 14 Jan 2019 at 03:39, Chris Johns wrote: > On 13/1/19 5:55 pm, Vijay Kumar Banerjee wrote: > > On Sun, 13 Jan 2019 at 08:41, Chris Johns > <mailto:chr...@rtems.org>> wrote: > > > > On 13/1/19 7:19 am, Vijay Kumar Banerjee wrote: > > > &g

Conversion of BSP config files to pkg-config files

2019-01-21 Thread Vijay Kumar Banerjee
Hello, I want to work on the ticket #3302 as a summer project. The goal of the project is to convert the BSP cfg files from `make` format to the pkg-config (.pc) format. The approach would be to first make all the flags and Makefile macros used in the bsp .c

Re: GSOC 2019 Aspirant

2019-01-25 Thread Vijay Kumar Banerjee
On Fri, 25 Jan 2019 at 19:50, Ravindra Meena wrote: > Hi developers, > I am new RTEMs. I have setup the RTEMs developement environment and have > run the Hello World application. Can anyone suggest me the projects > available for GSOC 2019?. > -- > Hello Ravindra, Now that you have completed the

Re: [PATCH] rtems-tools/covoar: Wrong coverage computed

2019-01-25 Thread Vijay Kumar Banerjee
On Fri, 25 Jan 2019 at 23:39, Joel Sherrill wrote: > Sorry for the duplicate email. I didn't use the right email address and > the response did not go to devel@ > > On Fri, Jan 25, 2019 at 8:43 AM Jiri Gaisler wrote: > >> Sorry for the noise, but I have a better patch that actually solves the >>

Re: [PATCH] rtems-tools/covoar: Wrong coverage computed

2019-01-25 Thread Vijay Kumar Banerjee
On Sat, 26 Jan 2019 at 01:46, Joel Sherrill wrote: > > > On Fri, Jan 25, 2019 at 12:50 PM Vijay Kumar Banerjee < > vijaykumar9...@gmail.com> wrote: > >> >> >> On Fri, 25 Jan 2019 at 23:39, Joel Sherrill wrote: >> >>> Sorry for the dup

coverage : not getting coverage for leon3-sis-cov

2019-01-31 Thread Vijay Kumar Banerjee
Hi, I'm attempting to run covoar for leon3-sis-cov with the following commands. === $HOME/development/rtems/rtems-tools/tester/rtems-test \ --rtems-tools=$HOME/development/rtems/5 \ --rtems-bsp=leon3-sis-cov \ sparc-rtems5/c/leon3/testsuites/samples /home/lunatic/development/rt

Re: How can I check if a function exists in waf?

2019-02-01 Thread Vijay Kumar Banerjee
On Fri, 1 Feb 2019 at 12:13, Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > Hello, > > how can I check if a function exists in waf (similar to AC_CHECK_FUNC)? > Currently, we get this output from the RTEMS tools waf configure (please > note the "Invalid argument 'function_name' in

Re: How can I check if a function exists in waf?

2019-02-01 Thread Vijay Kumar Banerjee
On Fri, 1 Feb 2019 at 14:49, Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > On 01/02/2019 10:06, Vijay Kumar Banerjee wrote: > > > > On Fri, 1 Feb 2019 at 12:13, Sebastian Huber > > > <mailto:sebastian.hu...@embedded-brains.de>> wrote: &

[PATCH] Coverage: Add support for TSIM format

2019-02-01 Thread Vijay Kumar Banerjee
--- tester/rt/coverage.py | 28 - tester/rtems/testing/bsps/leon3-sis-cov.ini | 3 ++- 2 files changed, 24 insertions(+), 7 deletions(-) diff --git a/tester/rt/coverage.py b/tester/rt/coverage.py index 9fc9b64..859001a 100644 --- a/tester/rt/coverage.py

Re: coverage : not getting coverage for leon3-sis-cov

2019-02-01 Thread Vijay Kumar Banerjee
On Fri, 1 Feb 2019 at 14:04, Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > Hello, > > you need the tools from the latest RSB. > Thanks! It worked. :) > > However, the SIS crashed using an ERC32 test program: > > gdb --args sparc-rtems5-sis -nouartrx -r -cov spsysinit01.exe > GNU

[PATCH] Coverage : Add coverage support for RISCV

2019-02-01 Thread Vijay Kumar Banerjee
--- tester/covoar/TargetFactory.cc | 2 + tester/covoar/Target_riscv.cc| 82 tester/covoar/Target_riscv.h | 98 tester/covoar/wscript| 3 +- tester/rtems/testing/bsps/griscv-sis-cov.ini |

Re: [PATCH] Coverage : Add coverage support for RISCV

2019-02-01 Thread Vijay Kumar Banerjee
On Fri, 1 Feb 2019 at 20:23, Vijay Kumar Banerjee wrote: > --- > tester/covoar/TargetFactory.cc | 2 + > tester/covoar/Target_riscv.cc| 82 > tester/covoar/Target_riscv.h | 98 > tester

Re: [PATCH] Coverage: Add support for TSIM format

2019-02-05 Thread Vijay Kumar Banerjee
On Tue, 5 Feb 2019 at 03:37, Chris Johns wrote: > On 1/2/19 10:47 pm, Vijay Kumar Banerjee wrote: > > --- > > tester/rt/coverage.py | 28 - > > tester/rtems/testing/bsps/leon3-sis-cov.ini | 3 ++- > > 2 files changed, 24

Re: [PATCH] Coverage : Add coverage support for RISCV

2019-02-05 Thread Vijay Kumar Banerjee
Thanks for the reviews. I'll correct the formatting and post a v2. On Tue, 5 Feb 2019 at 05:45, Joel Sherrill wrote: > The C++ looks OK. Being a RISC architecture, I am assuming that there is > only one nop and it was easy to list all the branch variants. :) > That's all I could find in one goo

[PATCH v2] Coverage : Add coverage support for RISCV

2019-02-05 Thread Vijay Kumar Banerjee
--- tester/covoar/TargetFactory.cc | 2 + tester/covoar/Target_riscv.cc| 82 + tester/covoar/Target_riscv.h | 95 tester/covoar/wscript| 3 +- tester/rtems/testing/bsps/griscv-sis-cov.ini |

Re: [PATCH] Coverage : Add coverage support for RISCV

2019-02-05 Thread Vijay Kumar Banerjee
On Tue, 5 Feb 2019 at 21:33, Hesham Almatary wrote: > On Fri, 1 Feb 2019 at 14:53, Vijay Kumar Banerjee > wrote: > > > > --- > > tester/covoar/TargetFactory.cc | 2 + > > tester/covoar/Target_riscv.cc| 82 >

[PATCH v3] Coverage : Add coverage support for RISCV

2019-02-05 Thread Vijay Kumar Banerjee
--- tester/covoar/TargetFactory.cc | 2 + tester/covoar/Target_riscv.cc| 83 + tester/covoar/Target_riscv.h | 95 tester/covoar/wscript| 3 +- tester/rtems/testing/bsps/griscv-sis-cov.ini |

Re: [PATCH] Coverage: Add support for TSIM format

2019-02-06 Thread Vijay Kumar Banerjee
On Wed, 6 Feb 2019 at 02:35, Chris Johns wrote: > On 6/2/19 1:41 am, Vijay Kumar Banerjee wrote: > > On Tue, 5 Feb 2019 at 03:37, Chris Johns > <mailto:chr...@rtems.org>> wrote: > On 1/2/19 10:47 pm, Vijay Kumar Banerjee wrote: > >

Re: How to submit hello world proof?

2019-02-06 Thread Vijay Kumar Banerjee
On Wed, 6 Feb 2019 at 13:40, Ravindra Meena wrote: > Hi, > > Hello Ravindra, > I have completed the GSOC getting started and have modified the hello > world program. Now I would like to submit proof. How should I proceed? > > Great! generate a patch of your modification, using the `git format-p

Re: [PATCH] Coverage: Add support for TSIM format

2019-02-06 Thread Vijay Kumar Banerjee
On Wed, 6 Feb 2019 at 14:04, Chris Johns wrote: > On 6/2/19 7:24 pm, Vijay Kumar Banerjee wrote: > > @@ -317,9 +324,11 @@ class covoar(object): > > raise error.general('coverage: no symbol set file: %s'% > (symbol_file)) > > exe = self._

Re: [PATCH] Coverage: Add support for TSIM format

2019-02-07 Thread Vijay Kumar Banerjee
I'm trying to do this ... === diff --git a/tester/rtems/testing/bsps/leon3-sis-cov.ini b/tester/rtems/testing/bsps/leon3-sis-cov.ini index d60257c..e450b60 100644 --- a/tester/rtems/testing/bsps/leon3-sis-cov.ini +++ b/tester/rtems/testing/bsps/leon3-sis-cov.ini @@ -38,4 +38,4 @@ tester

Re: [PATCH] Coverage: Add support for TSIM format

2019-02-07 Thread Vijay Kumar Banerjee
On Fri, 8 Feb 2019 at 00:15, Chris Johns wrote: > On 7/2/19 7:17 pm, Vijay Kumar Banerjee wrote: > > I'm trying to do this ... > > > > === > > diff --git a/tester/rtems/testing/bsps/leon3-sis-cov.ini > > b/tester/rtems/testing/bsps/leon3-sis-cov

Re: [PATCH] Coverage: Add support for TSIM format

2019-02-07 Thread Vijay Kumar Banerjee
On Fri, 8 Feb 2019 at 08:34, Chris Johns wrote: > On 8/2/19 9:13 am, Vijay Kumar Banerjee wrote: > > On Fri, 8 Feb 2019 at 00:15, Chris Johns > <mailto:chr...@rtems.org>> wrote: > > > > On 7/2/19 7:17 pm, Vijay Kumar Banerjee wrote

Re: [PATCH] Coverage: Add support for TSIM format

2019-02-07 Thread Vijay Kumar Banerjee
Attaching v3 of the patch. :) From 11267b9ebf80921cb45c0a8e1a4a1df8513c8a97 Mon Sep 17 00:00:00 2001 From: Vijay Kumar Banerjee Date: Fri, 1 Feb 2019 01:01:42 +0530 Subject: [PATCH v3] Coverage: Add support for TSIM format --- tester/rt/coverage.py | 35

Re: [PATCH v3] Coverage : Add coverage support for RISCV

2019-02-10 Thread Vijay Kumar Banerjee
ping :) On Tue, 5 Feb 2019 at 22:15, Vijay Kumar Banerjee wrote: > --- > tester/covoar/TargetFactory.cc | 2 + > tester/covoar/Target_riscv.cc| 83 + > tester/covoar/Target_riscv.h | 95 > tester

Re: [PATCH] Coverage: Add support for TSIM format

2019-02-13 Thread Vijay Kumar Banerjee
On Thu, Feb 14, 2019, 4:15 AM Chris Johns wrote: > On 8/2/19 5:39 pm, Vijay Kumar Banerjee wrote: > > Attaching v3 of the patch. :) > > Pushed. > > Nice work and thank you for sticking with this. It sits nicely in the > framework. > Thank

[PATCH] testing/bsps: Add covoar commands in bsp ini file

2019-02-13 Thread Vijay Kumar Banerjee
--- tester/rtems/testing/bsps/griscv-sis-cov.ini | 13 +++-- tester/rtems/testing/bsps/leon3-qemu-cov.ini | 1 + 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/tester/rtems/testing/bsps/griscv-sis-cov.ini b/tester/rtems/testing/bsps/griscv-sis-cov.ini index 060bba7..7249a

Re: Conversion of BSP config files to pkg-config files

2019-02-20 Thread Vijay Kumar Banerjee
On Tue, 22 Jan 2019 at 06:30, Chris Johns wrote: > On 21/1/19 10:46 pm, Vijay Kumar Banerjee wrote: > > > > I want to work on the ticket #3302 <https://devel.rtems.org/ticket/3302> > as a > > summer project. > > Great. > > > The goal of the proje

Re: Conversion of BSP config files to pkg-config files

2019-02-24 Thread Vijay Kumar Banerjee
Hi, In an attempt to read all the files, I wrote a parser to try to put them all in one place. I'm attaching the parser, the generated data and the list of files that could not be parsed because they use `defines`. Is this data any helpful? Is this the right way forward? sparc/leon3/config/gr740

Re: Conversion of BSP config files to pkg-config files

2019-02-28 Thread Vijay Kumar Banerjee
On Thu, 28 Feb 2019 at 03:37, Chris Johns wrote: > On 25/2/19 6:57 am, Vijay Kumar Banerjee wrote: > > In an attempt to read all the files, I wrote a parser to try to put them > > all in one place. > > Great. > > > I'm attaching the parser, the generated data a

[Build Error] : powerpc/beatnik

2019-03-01 Thread Vijay Kumar Banerjee
Hi, I'm getting this build error in beatnik === /home/lunatic/development/rtems/5/lib/gcc/powerpc-rtems5/7.4.0/../../../../powerpc-rtems5/bin/ld: ../../cpukit/librtemscpu.a(rtl-mdreloc-powerpc.o): in function `get_sdata_libdl_size': /home/lunatic/development/rtems/kernel/beatnik/powerpc-r

Beagleboard BSP Framebuffer

2019-03-02 Thread Vijay Kumar Banerjee
Hello, I was exploring beagle BSP related open projects that can possibly become a GSoC project. After an offlist discussion with Christian, he mentioned that adding the framebuffer driver for the BSP can be a very good project. It would be great if any of the mentors want to mentor the project t

Re: Beagleboard BSP Framebuffer

2019-03-04 Thread Vijay Kumar Banerjee
On Sat, 2 Mar 2019 at 21:51, Joel Sherrill wrote: > > > On Sat, Mar 2, 2019, 4:55 AM Vijay Kumar Banerjee < > vijaykumar9...@gmail.com> wrote: > >> Hello, >> >> I was exploring beagle BSP related open projects that can possibly become >> a GSoC

Re: Beagleboard BSP Framebuffer

2019-03-07 Thread Vijay Kumar Banerjee
Hi, I was reading up and trying to figure out the steps to achieve this project. Here's what I came up with : 1. BBB uses TD19988 HDMI Framer, so the first step is to get an HDMI output, read EDID info and set the videomode according to the info. After some searching, I found a driver in minix th

Re: Beagleboard BSP Framebuffer

2019-03-10 Thread Vijay Kumar Banerjee
On Fri, Mar 8, 2019, 12:35 AM Vijay Kumar Banerjee wrote: > Hi, > > I was reading up and trying to figure out the steps to achieve this > project. Here's > what I came up with : > > 1. BBB uses TD19988 HDMI Framer, so the first step is to get an HDMI > output,

Re: Beagleboard BSP Framebuffer

2019-03-12 Thread Vijay Kumar Banerjee
about integrating it with rtems? Is there any guide on using codes from different projects into RTEMS? > > >> It is usable in RTEMS though. We just try to avoid pushing the >> advertising requirement >> >> >> >> On Sun, Mar 10, 2019, 12:47 PM Vijay Kuma

Re: Beagleboard BSP Framebuffer

2019-03-12 Thread Vijay Kumar Banerjee
On Tue, 12 Mar 2019 at 15:27, Christian Mauderer < christian.maude...@embedded-brains.de> wrote: > Am 12.03.19 um 10:52 schrieb Vijay Kumar Banerjee: > > > > > > On Mon, 11 Mar 2019 at 19:21, Gedare Bloom > <mailto:ged...@rtems.org>> wrote: > > &g

rtems-libbsd build error

2019-03-15 Thread Vijay Kumar Banerjee
Hello, I am trying to `./waf install` the libbsd but getting some error, need help with that. The commands used and the errors are given below ... configured using: `./waf configure --buildset=buildset/default.ini --prefix=$HOME/development/rtems/5 --rtems-arch=arm` configure was successful. th

Re: rtems-libbsd build error

2019-03-15 Thread Vijay Kumar Banerjee
On Fri, 15 Mar 2019 at 21:47, Christian Mauderer wrote: > Am 15.03.19 um 15:48 schrieb Vijay Kumar Banerjee: > > Hello, > > > > I am trying to `./waf install` the libbsd but getting some error, need > help > > with that. The commands used and the errors are give

Re: rtems-libbsd build error

2019-03-16 Thread Vijay Kumar Banerjee
On Sat, 16 Mar 2019 at 01:00, Christian Mauderer wrote: > Am 15.03.19 um 19:20 schrieb Vijay Kumar Banerjee: > > > > > > On Fri, 15 Mar 2019 at 21:47, Christian Mauderer > <mailto:l...@c-mauderer.de>> wrote: > > > > Am 15.03.19 um 15:48

Re: rtems-libbsd build error

2019-03-18 Thread Vijay Kumar Banerjee
Hi Christian, On Sun, 17 Mar 2019 at 14:30, Christian Mauderer wrote: > Am 16.03.19 um 23:52 schrieb Vijay Kumar Banerjee: > > > > > > On Sat, 16 Mar 2019 at 01:00, Christian Mauderer > <mailto:l...@c-mauderer.de>> wrote: > > > > Am 1

Re: rtems-libbsd build error

2019-03-18 Thread Vijay Kumar Banerjee
On Tue, 19 Mar 2019 at 00:56, Vijay Kumar Banerjee wrote: > > Hi Christian, > > (it got sent by mistake :) ) Thanks for telling about the script, now I have the code imported and it's building successfully. I have forked the repo and created a branch with my commits. Please ha

Re: rtems-libbsd build error

2019-03-19 Thread Vijay Kumar Banerjee
On Tue, 19 Mar 2019 at 02:44, Christian Mauderer wrote: > Am 18.03.19 um 20:31 schrieb Vijay Kumar Banerjee: > > > > > > > > On Tue, 19 Mar 2019 at 00:56, Vijay Kumar Banerjee > > mailto:vijaykumar9...@gmail.com>> wrote: > > > > &g

Re: How can I use the covoar tool?

2019-03-20 Thread Vijay Kumar Banerjee
; E-Mail : sebastian.hu...@embedded-brains.de > PGP : Public key available on request. > > Diese Nachricht ist keine geschäftliche Mitteilung im Sinne des EHUG. > > ___ > devel mailing list > devel@rtems.org > http://lists.rtems.or

Re: How can I use the covoar tool?

2019-03-20 Thread Vijay Kumar Banerjee
On Wed, 20 Mar 2019 at 21:11, Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > Hello, > > thanks for your hints. > > On 20/03/2019 16:31, Vijay Kumar Banerjee wrote: > > > > > > > > > > On Wed, 20 Mar 2019 at 17:46, Sebastian Hube

Re: How can I use the covoar tool?

2019-03-20 Thread Vijay Kumar Banerjee
On Wed, 20 Mar 2019 at 21:20, Vijay Kumar Banerjee wrote: > > > > > On Wed, 20 Mar 2019 at 21:11, Sebastian Huber < > sebastian.hu...@embedded-brains.de> wrote: > >> Hello, >> >> thanks for your hints. >> >> On 20/03/2019 16:31, Vijay Kuma

Re: rtems-libbsd build error

2019-03-21 Thread Vijay Kumar Banerjee
On Wed, 20 Mar 2019 at 01:52, Christian Mauderer wrote: > Am 19.03.19 um 20:37 schrieb Vijay Kumar Banerjee: > > > > > > > > On Tue, 19 Mar 2019 at 02:44, Christian Mauderer > <mailto:l...@c-mauderer.de>> wrote: > > > >

[PATCH] coverage: remove utf-8 encoding in symbolset names

2019-03-22 Thread Vijay Kumar Banerjee
--- tester/rt/coverage.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tester/rt/coverage.py b/tester/rt/coverage.py index eef88f7..3e722cb 100644 --- a/tester/rt/coverage.py +++ b/tester/rt/coverage.py @@ -256,10 +256,9 @@ class symbol_parser(object): sel

[PATCH] coverage: Add subdirectory name in HTML reports

2019-03-22 Thread Vijay Kumar Banerjee
--- tester/rt/coverage.py | 18 ++ 1 file changed, 18 insertions(+) diff --git a/tester/rt/coverage.py b/tester/rt/coverage.py index 3e722cb..bdf3c5f 100644 --- a/tester/rt/coverage.py +++ b/tester/rt/coverage.py @@ -211,6 +211,23 @@ class report_gen_html: path.copy_t

Re: [PATCH] coverage: Add subdirectory name in HTML reports

2019-03-26 Thread Vijay Kumar Banerjee
Hi, Have you had time to try this patch? Does the HTML report (format) look alright to you after the addition? On Sat, Mar 23, 2019 at 4:10 AM Vijay Kumar Banerjee < vijaykumar9...@gmail.com> wrote: > --- > tester/rt/coverage.py | 18 ++ > 1 file changed

GSoC Proposal : BeagleBoard project

2019-03-29 Thread Vijay Kumar Banerjee
Hello, I have prepared the draft proposal and have signed up in the official GSoC site. Here is the link to the proposal https://docs.google.com/document/d/14UxH4KE5E3ME_PJZVBVGRgGjeWtSKafDpaQ70fe5Z8Q/edit?usp=sharing I would really appreciate any comments or feedback on the same. Thank you V

Re: GSoC Proposal : BeagleBoard project

2019-03-30 Thread Vijay Kumar Banerjee
; the potential mentors to steer your technical path. > > Gedare > > Thank you for reviewing the proposal. I have made the changes according to the comments and also have uploaded the final proposal in the summer of code site. > On Fri, Mar 29, 2019 at 7:04 AM Vijay Kumar Banerjee &

Re: GSoC Proposal : BeagleBoard project

2019-03-31 Thread Vijay Kumar Banerjee
On Sun, Mar 31, 2019 at 7:27 AM Chris Johns wrote: > On 31/3/19 5:05 am, Vijay Kumar Banerjee wrote: > > On Sat, Mar 30, 2019 at 5:09 PM Gedare Bloom > <mailto:ged...@rtems.org>> wrote: > > > > Remember you can submit your "Final" proposal many

Re: GSoC Proposal : BeagleBoard project

2019-03-31 Thread Vijay Kumar Banerjee
On Sun, Mar 31, 2019 at 1:25 PM Christian Mauderer wrote: > Am 31.03.19 um 09:08 schrieb Vijay Kumar Banerjee: > > > > > > On Sun, Mar 31, 2019 at 7:27 AM Chris Johns > <mailto:chr...@rtems.org>> wrote: > > > > On 31/3/19 5:05 am, Vijay Kumar B

Re: GSoC Proposal : BeagleBoard project

2019-03-31 Thread Vijay Kumar Banerjee
On Mon, Apr 1, 2019 at 12:01 AM Christian Mauderer wrote: > Am 31.03.19 um 19:33 schrieb Vijay Kumar Banerjee: > > > > > > On Sun, Mar 31, 2019 at 1:25 PM Christian Mauderer > <mailto:l...@c-mauderer.de>> wrote: > > > > Am 3

Re: rtems-libbsd build error

2019-04-01 Thread Vijay Kumar Banerjee
On Thu, Mar 21, 2019 at 10:21 PM Christian Mauderer wrote: > Am 21.03.19 um 15:36 schrieb Vijay Kumar Banerjee: > > > > On Wed, 20 Mar 2019 at 01:52, Christian Mauderer > <mailto:l...@c-mauderer.de>> wrote: > > > > Am 19.03.1

Re: rtems-libbsd build error

2019-04-01 Thread Vijay Kumar Banerjee
istian Mauderer < christian.maude...@embedded-brains.de> wrote: > Am 01.04.19 um 15:29 schrieb Vijay Kumar Banerjee: > > [...] (I removed some of the discussion to make it more readable) > > > > > If you use the fb and framebuffer headers from RTEMS, you will get an &

rtems-libbsd linking error

2019-04-02 Thread Vijay Kumar Banerjee
Hello, I'm getting a linking error in epoch01.exe while trying to ./waf the current master. rtems-libbsd $>./waf -j1 ... [1774/1883] Linking build/arm-rtems5-beagleboneblack-default/epoch01.exe /home/lunatic/development/rtems/5/lib/gcc/arm-rtems5/7.4.0/../../../../arm-rtems5/bin/ld: cannot find -

[PATCH] Remove pcap_version.h

2019-04-02 Thread Vijay Kumar Banerjee
--- Makefile.todo | 4 freebsd/contrib/libpcap/pcap_version.h | 13 - 2 files changed, 17 deletions(-) delete mode 100644 freebsd/contrib/libpcap/pcap_version.h diff --git a/Makefile.todo b/Makefile.todo index 59e630e1..9754ddb6 100644 --- a/Makefile.to

Re: GSoC Proposal : BeagleBoard project

2019-04-06 Thread Vijay Kumar Banerjee
deadline on Apr. 9th. Looking forward to a great summer ahead :) Thanks, vijay On Tue, Apr 2, 2019 at 3:26 AM Chris Johns wrote: > On 2/4/19 12:06 am, Sebastian Huber wrote: > > On 31/03/2019 03:57, Chris Johns wrote: > >> On 31/3/19 5:05 am, Vijay Kumar Banerjee wrote: &g

Re: rtems-libbsd build error

2019-04-07 Thread Vijay Kumar Banerjee
Hi, I had a look at the files related to HDMI drivers, to figure out separate compilable parts that can be imported together and ported to RTEMS. I figured that the import can be done in two parts, one for am335x_lcd and one for the tda19988 framer. I have also opened a new branch for am335x_lcd a

Re: rtems-libbsd build error

2019-04-07 Thread Vijay Kumar Banerjee
On Sun, Apr 7, 2019 at 5:37 PM Christian Mauderer wrote: > Am 07.04.19 um 13:08 schrieb Vijay Kumar Banerjee: > > Hi, > > > > I had a look at the files related to HDMI drivers, to figure out > separate > > compilable parts that can be imported together and ported to

Re: rtems-libbsd build error

2019-04-07 Thread Vijay Kumar Banerjee
On Sun, Apr 7, 2019 at 6:08 PM Christian Mauderer wrote: > Am 07.04.19 um 14:35 schrieb Vijay Kumar Banerjee: > > > > > > > > On Sun, Apr 7, 2019 at 5:37 PM Christian Mauderer > <mailto:l...@c-mauderer.de>> wrote: > > > > Am 07.04.19

Re: rtems-libbsd build error

2019-04-07 Thread Vijay Kumar Banerjee
On Sun, Apr 7, 2019 at 6:24 PM Christian Mauderer wrote: > Am 07.04.19 um 14:50 schrieb Vijay Kumar Banerjee: > > > > > > On Sun, Apr 7, 2019 at 6:08 PM Christian Mauderer > <mailto:l...@c-mauderer.de>> wrote: > > > > Am 0

Re: rtems-libbsd build error

2019-04-09 Thread Vijay Kumar Banerjee
out a rough outline of the next set of actions? :) Thanks On Tue, Apr 9, 2019 at 5:28 AM Chris Johns wrote: > On 8/4/19 12:30 am, Vijay Kumar Banerjee wrote: > > On Sun, Apr 7, 2019 at 6:24 PM Christian Mauderer > <mailto:l...@c-mauderer.de>> wrote: > > Am 07.0

Re: rtems-libbsd build error

2019-04-12 Thread Vijay Kumar Banerjee
On Wed, Apr 10, 2019 at 12:50 PM Christian Mauderer < christian.maude...@embedded-brains.de> wrote: > Am 09.04.19 um 18:12 schrieb Vijay Kumar Banerjee: > > Hi, > > > > I have imported and ported the the drivers in 2 pairs(import and port) > > of commits > &

Re: rtems-libbsd build error

2019-04-16 Thread Vijay Kumar Banerjee
On Fri, Apr 12, 2019 at 9:16 PM Christian Mauderer wrote: > Am 12.04.19 um 16:26 schrieb Vijay Kumar Banerjee: > > > > > > On Wed, Apr 10, 2019 at 12:50 PM Christian Mauderer > > > <mailto:christian.maude...@embedded-brains.de>> wrote: > > >

Re: rtems-libbsd build error

2019-04-17 Thread Vijay Kumar Banerjee
On Tue, Apr 16, 2019 at 4:24 PM Christian Mauderer < christian.maude...@embedded-brains.de> wrote: > Am 16.04.19 um 11:28 schrieb Vijay Kumar Banerjee: > > > > > > > > On Fri, Apr 12, 2019 at 9:16 PM Christian Mauderer > <mailto:l...@c-mauderer.de>

Re: I2C adaption layer driver for libbsd (was: Re: rtems-libbsd build error)

2019-04-18 Thread Vijay Kumar Banerjee
On Thu, Apr 18, 2019 at 12:39 AM Christian Mauderer wrote: > First: Please note that I changed the toppic. The old one just didn't > represent the content any more. > > Am 17.04.19 um 20:40 schrieb Vijay Kumar Banerjee: > [...] > > > > > > &g

Re: I2C adaption layer driver for libbsd (was: Re: rtems-libbsd build error)

2019-04-22 Thread Vijay Kumar Banerjee
On Sun, Apr 21, 2019 at 12:08 AM Christian Mauderer wrote: > Am 18.04.19 um 21:11 schrieb Vijay Kumar Banerjee: > > > > > > On Thu, Apr 18, 2019 at 12:39 AM Christian Mauderer > <mailto:l...@c-mauderer.de>> wrote: > > > > First: Please note that

<    5   6   7   8   9   10