Re: [PATCH RTEMS 7/7] libtests/openfirmware: Added a testsuite for openfirmware

2020-08-08 Thread Niteesh G. S.
On Sat, Aug 8, 2020 at 1:54 PM Chris Johns wrote: > On 8/8/20 6:01 pm, Niteesh G. S. wrote: > > ping. > > I am sorry about the delay in answering. It is the weekend so things can be > slow. I will add some input to see if we can figure this out. I have not > followed all the discussions in detail

Re: [PATCH RTEMS 7/7] libtests/openfirmware: Added a testsuite for openfirmware

2020-08-08 Thread Chris Johns
On 8/8/20 6:01 pm, Niteesh G. S. wrote: > ping. I am sorry about the delay in answering. It is the weekend so things can be slow. I will add some input to see if we can figure this out. I have not followed all the discussions in detail so please correct me if I have taken a wrong turn. > On Wed,

Re: [PATCH RTEMS 7/7] libtests/openfirmware: Added a testsuite for openfirmware

2020-08-08 Thread Niteesh G. S.
ping. On Wed, Aug 5, 2020 at 12:16 AM Christian Mauderer wrote: > Hello, > > I think the big question is: Should we make that a public API and keep > it in cpukit or should we make it a BSP support code and move ti to the > bsps/shared section? > > Sebastian and Gedare: Like Niteesh said: There

Re: [PATCH RTEMS 7/7] libtests/openfirmware: Added a testsuite for openfirmware

2020-08-04 Thread Christian Mauderer
Hello, I think the big question is: Should we make that a public API and keep it in cpukit or should we make it a BSP support code and move ti to the bsps/shared section? Sebastian and Gedare: Like Niteesh said: There have been some different directions in the past. Which one should be the target

Re: [PATCH RTEMS 7/7] libtests/openfirmware: Added a testsuite for openfirmware

2020-08-04 Thread Niteesh G. S.
Ping. On Sun, Aug 2, 2020 at 2:44 PM Niteesh G. S. wrote: > Hello, > > I went through some of my previous conversations to summarize the various > directories > suggested by people. Maybe this will help to come up with a conclusion. > > In my first porting commit, I placed the files under cpukit

Re: [PATCH RTEMS 7/7] libtests/openfirmware: Added a testsuite for openfirmware

2020-08-02 Thread Niteesh G. S.
Hello, I went through some of my previous conversations to summarize the various directories suggested by people. Maybe this will help to come up with a conclusion. In my first porting commit, I placed the files under cpukit/libfreebsd this caused issues like accessing BSP dependent functions lik

Re: [PATCH RTEMS 7/7] libtests/openfirmware: Added a testsuite for openfirmware

2020-07-29 Thread Gedare Bloom
On Wed, Jul 29, 2020 at 12:33 PM Christian Mauderer wrote: > > > > On 29/07/2020 20:21, Gedare Bloom wrote: > > On Wed, Jul 29, 2020 at 12:10 PM Christian Mauderer > > wrote: > >> > >> On 29/07/2020 19:55, Gedare Bloom wrote: > >>> On Wed, Jul 29, 2020 at 10:44 AM Christian Mauderer > >>> wrot

Re: [PATCH RTEMS 7/7] libtests/openfirmware: Added a testsuite for openfirmware

2020-07-29 Thread Christian Mauderer
On 29/07/2020 20:21, Gedare Bloom wrote: > On Wed, Jul 29, 2020 at 12:10 PM Christian Mauderer > wrote: >> >> On 29/07/2020 19:55, Gedare Bloom wrote: >>> On Wed, Jul 29, 2020 at 10:44 AM Christian Mauderer >>> wrote: On 29/07/2020 18:07, Gedare Bloom wrote: > On Wed, Jul 15, 2

Re: [PATCH RTEMS 7/7] libtests/openfirmware: Added a testsuite for openfirmware

2020-07-29 Thread Gedare Bloom
On Wed, Jul 29, 2020 at 12:10 PM Christian Mauderer wrote: > > On 29/07/2020 19:55, Gedare Bloom wrote: > > On Wed, Jul 29, 2020 at 10:44 AM Christian Mauderer > > wrote: > >> > >> On 29/07/2020 18:07, Gedare Bloom wrote: > >>> On Wed, Jul 15, 2020 at 12:32 AM G S Niteesh Babu > >>> wrote: > >

Re: [PATCH RTEMS 7/7] libtests/openfirmware: Added a testsuite for openfirmware

2020-07-29 Thread Christian Mauderer
On 29/07/2020 19:55, Gedare Bloom wrote: > On Wed, Jul 29, 2020 at 10:44 AM Christian Mauderer > wrote: >> >> On 29/07/2020 18:07, Gedare Bloom wrote: >>> On Wed, Jul 15, 2020 at 12:32 AM G S Niteesh Babu >>> wrote: --- spec/build/testsuites/libtests/grp.yml| 3 +

Re: [PATCH RTEMS 7/7] libtests/openfirmware: Added a testsuite for openfirmware

2020-07-29 Thread Gedare Bloom
On Wed, Jul 29, 2020 at 10:44 AM Christian Mauderer wrote: > > On 29/07/2020 18:07, Gedare Bloom wrote: > > On Wed, Jul 15, 2020 at 12:32 AM G S Niteesh Babu > > wrote: > >> > >> --- > >> spec/build/testsuites/libtests/grp.yml| 3 + > >> .../testsuites/libtests/openfirmware01.yml|

Re: [PATCH RTEMS 7/7] libtests/openfirmware: Added a testsuite for openfirmware

2020-07-29 Thread Christian Mauderer
On 29/07/2020 18:07, Gedare Bloom wrote: > On Wed, Jul 15, 2020 at 12:32 AM G S Niteesh Babu > wrote: >> >> --- >> spec/build/testsuites/libtests/grp.yml| 3 + >> .../testsuites/libtests/openfirmware01.yml| 20 +++ >> testsuites/libtests/openfirmware01/init.c | 147 +++

Re: [PATCH RTEMS 7/7] libtests/openfirmware: Added a testsuite for openfirmware

2020-07-29 Thread Gedare Bloom
On Wed, Jul 15, 2020 at 12:32 AM G S Niteesh Babu wrote: > > --- > spec/build/testsuites/libtests/grp.yml| 3 + > .../testsuites/libtests/openfirmware01.yml| 20 +++ > testsuites/libtests/openfirmware01/init.c | 147 ++ > .../openfirmware01/openfirmware01.doc

[PATCH RTEMS 7/7] libtests/openfirmware: Added a testsuite for openfirmware

2020-07-14 Thread G S Niteesh Babu
--- spec/build/testsuites/libtests/grp.yml| 3 + .../testsuites/libtests/openfirmware01.yml| 20 +++ testsuites/libtests/openfirmware01/init.c | 147 ++ .../openfirmware01/openfirmware01.doc | 29 .../openfirmware01/openfirmware01.scn | 2