Re: [PATCH] License: add a 2-clause BSD license file, and relicense a sparc64 file

2014-12-08 Thread Thomas Doerfler
Gedare, I am also confused about mentioning your copyright in the "LICENSE.2" file. the patch for lib/libbsp/sparc64/niagara/startup/bspclean.c is fine, it tells you are the originator of this file and you apply "License.2" to it. What exactly does your copyright notice in "License.2" want to sa

Re: RTEMS SMP implementation questions

2014-12-08 Thread Sebastian Huber
Hello, On 08/12/14 11:40, Hesham Moustafa wrote: Hi all, I have been implementing SMP for a new architecture (Epiphany) and I have some questions. When the secondary processor should be waiting (or going to idle state)? At Thread_Start_multitasking? before you start a secondary processor the

Re: [PATCH 3/9] sb: Do not report current date

2014-12-08 Thread Sebastian Huber
On 08/12/14 21:52, Chris Johns wrote: On 8/12/2014 5:48 pm, Sebastian Huber wrote: This makes the report reproducible. I think the report should include a date. I do not see any advantage having reproducible reports. The report captures the specific instance of the build. Yes, it captures

Re: [PATCH 3/9] sb: Do not report current date

2014-12-08 Thread Peter Dufault
I know, and, here's my example of why I think we need the equivalent of "grep -v" to get rid of dates, machine name, etc, and why I think Chris is right in this case. Until Sebastian explains otherwise. At some clients I've been putting the development tool chain into clearcase "views" so that

Re: [PATCH 3/9] sb: Do not report current date

2014-12-08 Thread Joel Sherrill
On December 8, 2014 6:00:06 PM CST, Peter Dufault wrote: >I don't understand what drives this, maybe Sebastian can comment. > >I agree with Chris that requiring a documented "grep -v" in an expected >output script would assist in reproducibility and process validation. > >I also agree with Sebas

Re: [PATCH 3/9] sb: Do not report current date

2014-12-08 Thread Peter Dufault
I don't understand what drives this, maybe Sebastian can comment. I agree with Chris that requiring a documented "grep -v" in an expected output script would assist in reproducibility and process validation. I also agree with Sebastian that "cmp" returning that files are identical is very reass

Re: [PATCH 3/9] sb: Do not report current date

2014-12-08 Thread Chris Johns
On 9/12/2014 8:07 am, Gedare Bloom wrote: On Mon, Dec 8, 2014 at 3:52 PM, Chris Johns wrote: On 8/12/2014 5:48 pm, Sebastian Huber wrote: This makes the report reproducible. I think the report should include a date. I do not see any advantage having reproducible reports. The report capture

Re: [PATCH 3/9] sb: Do not report current date

2014-12-08 Thread Gedare Bloom
On Mon, Dec 8, 2014 at 3:52 PM, Chris Johns wrote: > On 8/12/2014 5:48 pm, Sebastian Huber wrote: >> >> This makes the report reproducible. > > > I think the report should include a date. I do not see any advantage having > reproducible reports. The report captures the specific instance of the > b

Re: RSB: Add XML report

2014-12-08 Thread Chris Johns
On 8/12/2014 5:48 pm, Sebastian Huber wrote: This patch set adds an XML report and replaces ifs with inheritance. Nice set of patches. My only question is about the date patch. Thanks Chris ___ devel mailing list devel@rtems.org http://lists.rtems.or

Re: [PATCH 3/9] sb: Do not report current date

2014-12-08 Thread Chris Johns
On 8/12/2014 5:48 pm, Sebastian Huber wrote: This makes the report reproducible. I think the report should include a date. I do not see any advantage having reproducible reports. The report captures the specific instance of the build. The purpose behind the report is to have an output from

Re: [PATCH] License: add a 2-clause BSD license file, and relicense a sparc64 file

2014-12-08 Thread Gedare Bloom
On Mon, Dec 8, 2014 at 3:28 PM, Joel Sherrill wrote: > > On 12/8/2014 2:15 PM, Gedare Bloom wrote: >> On Mon, Dec 8, 2014 at 3:09 PM, Joel Sherrill >> wrote: >>> On 12/8/2014 2:00 PM, Gedare Bloom wrote: For a bit context, I'm interested in relicensing my contributions to use the 2-cla

Re: [PATCH] License: add a 2-clause BSD license file, and relicense a sparc64 file

2014-12-08 Thread Joel Sherrill
On 12/8/2014 2:15 PM, Gedare Bloom wrote: > On Mon, Dec 8, 2014 at 3:09 PM, Joel Sherrill > wrote: >> On 12/8/2014 2:00 PM, Gedare Bloom wrote: >>> For a bit context, I'm interested in relicensing my contributions to >>> use the 2-clause BSD. This is a first step in that direction. As more >>> o

Re: [PATCH] License: add a 2-clause BSD license file, and relicense a sparc64 file

2014-12-08 Thread Gedare Bloom
On Mon, Dec 8, 2014 at 3:09 PM, Joel Sherrill wrote: > > On 12/8/2014 2:00 PM, Gedare Bloom wrote: >> For a bit context, I'm interested in relicensing my contributions to >> use the 2-clause BSD. This is a first step in that direction. As more >> of my work is relicensed, I will update the copyrig

Re: [PATCH] License: add a 2-clause BSD license file, and relicense a sparc64 file

2014-12-08 Thread Joel Sherrill
On 12/8/2014 2:00 PM, Gedare Bloom wrote: > For a bit context, I'm interested in relicensing my contributions to > use the 2-clause BSD. This is a first step in that direction. As more > of my work is relicensed, I will update the copyright statement in > LICENSE.2, and if anyone else is intereste

Re: [PATCH] License: add a 2-clause BSD license file, and relicense a sparc64 file

2014-12-08 Thread Gedare Bloom
For a bit context, I'm interested in relicensing my contributions to use the 2-clause BSD. This is a first step in that direction. As more of my work is relicensed, I will update the copyright statement in LICENSE.2, and if anyone else is interested in re-licensing their contributions, they can add

[PATCH] License: add a 2-clause BSD license file, and relicense a sparc64 file

2014-12-08 Thread Gedare Bloom
--- LICENSE.2 | 23 ++ .../lib/libbsp/sparc64/niagara/startup/bspclean.c | 5 + 2 files changed, 24 insertions(+), 4 deletions(-) create mode 100644 LICENSE.2 diff --git a/LICENSE.2 b/LICENSE.2 new file mode 100644 index 000.

Re: RTEMS SMP configuration

2014-12-08 Thread Joel Sherrill
On 12/8/2014 1:12 AM, Sebastian Huber wrote: > On 06/12/14 21:56, Hesham Moustafa wrote: >> Thanks Joel and Gedare. I found it a bit tricky as I had to add >> epiphany to (hidden) aclocal/enable-smp.m4 files at c/src, cpukit and >> the root directory. > Yes, its bad to waste time on such stuff. S

RTEMS SMP implementation questions

2014-12-08 Thread Hesham Moustafa
Hi all, I have been implementing SMP for a new architecture (Epiphany) and I have some questions. When the secondary processor should be waiting (or going to idle state)? At Thread_Start_multitasking? When a secondary processor is interrupted by another one? When it's allocated a thread (lazy al

Re: RTEMS SMP configuration

2014-12-08 Thread Hesham Moustafa
On Mon, Dec 8, 2014 at 7:12 AM, Sebastian Huber wrote: > On 06/12/14 21:56, Hesham Moustafa wrote: >> >> Thanks Joel and Gedare. I found it a bit tricky as I had to add >> epiphany to (hidden) aclocal/enable-smp.m4 files at c/src, cpukit and >> the root directory. > > > Yes, its bad to waste time