<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Jun 8, 2018 at 6:28 PM, Chris Johns <span dir="ltr"><<a href="mailto:chrisj@rtems.org" target="_blank">chrisj@rtems.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On 8/6/18 10:32 pm, Gedare Bloom wrote:<br>
> On Thu, Jun 7, 2018 at 10:19 PM, Chris Johns <<a href="mailto:chrisj@rtems.org">chrisj@rtems.org</a>> wrote:<br>
>> On 07/06/2018 16:11, Sebastian Huber wrote:<br>
>>> On 07/06/18 07:53, Chris Johns wrote:<br>
>>>> On 07/06/2018 15:39, Sebastian Huber wrote:<br>
>>>>> Corresponding RTEMS commit is 75933d5d25cd50f80162b7a0d2f66a<wbr>5534e1763f.<br>
>>>>><br>
>>>>> Update #3443.<br>
>>>>> ---<br>
>>>>>   misc/shgen/AUTHORS |   3 +<br>
>>>>>   misc/shgen/COPYING | 340 ++++++++++++++++++++++++++++++<wbr>+++++++++++++++++++++++<br>
>>>>>   misc/shgen/TODO    |  13 ++<br>
>>>>>   misc/shgen/sci.c   | 177 ++++++++++++++++++++++++++++<br>
>>>>>   misc/shgen/sci.h   |  11 ++<br>
>>>>>   misc/shgen/shgen.c | 114 ++++++++++++++++++<br>
>>>>>   misc/wscript       |   9 ++<br>
>>>>>   7 files changed, 667 insertions(+)<br>
>>>>>   create mode 100644 misc/shgen/AUTHORS<br>
>>>>>   create mode 100644 misc/shgen/COPYING<br>
>>>>>   create mode 100644 misc/shgen/TODO<br>
>>>>>   create mode 100644 misc/shgen/sci.c<br>
>>>>>   create mode 100644 misc/shgen/sci.h<br>
>>>>>   create mode 100644 misc/shgen/shgen.c<br>
>>>>><br>
>>>>> diff --git a/misc/shgen/AUTHORS b/misc/shgen/AUTHORS<br>
>>>>> new file mode 100644<br>
>>>>> index 0000000..225c2fa<br>
>>>>> --- /dev/null<br>
>>>>> +++ b/misc/shgen/AUTHORS<br>
>>>>> @@ -0,0 +1,3 @@<br>
>>>>> +Ralf Corsepius (<a href="mailto:corsepiu@faw.uni-ulm.de">corsepiu@faw.uni-ulm.de</a>)<br>
>>>>> +    * Initial implementation<br>
>>>>> +    * generator for sci bitrate table<br>
>>>>> diff --git a/misc/shgen/COPYING b/misc/shgen/COPYING<br>
>>>>> new file mode 100644<br>
>>>>> index 0000000..8cc2ef7<br>
>>>>> --- /dev/null<br>
>>>>> +++ b/misc/shgen/COPYING<br>
>>>>> @@ -0,0 +1,340 @@<br>
>>>>> +<br>
>>>>> +            GNU GENERAL PUBLIC LICENSE<br>
>>>> The RTEMS tools is almost clean of GPL code. There is a small piece in the<br>
>>>> rtemstoolkit I would to replace but I have not done that yet.<br>
>>><br>
>>> The nios2gen is also GPL (the RTEMS GPL with linking exception). Is this a<br>
>>> problem?<br>
>><br>
>> We are moving to a BSD-2 license so I assumed this is part of that change?<br>
>><br>
>>> The GCC, GDB and Binutils are also GPL.<br>
>><br>
>> They are not in this repo. It is about our repos and the compliance obligations<br>
>> users have with our code base.<br>
>><br>
> No, I think  Sebastian's goal is to remove all host tools from the rtems.git.<br>
> <br>
<br>
</div></div>Sorry, I was meaning the license and not the patch. Moving the tools is a good<br>
idea but the RTEMS Tools is licensed BSD-2 or similar so moving GPL code into<br>
that repo changes this.<br></blockquote><div><br></div><div>Is this tool actually used as part of building any SH BSP? I don't recall</div><div>ever seeing a rule using it. I suspect it was used to generate headers</div><div>initially manually and that was never part of the RTEMS build process.</div><div>The tools was added just in case but never actually used.</div><div><br></div><div>IMO if that's the case, then we don't need it. Do we even know what</div><div>headers were generated by it?</div><div><br></div><div>--joel</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<span class="HOEnZb"><font color="#888888"><br>
Chris<br>
</font></span><div class="HOEnZb"><div class="h5">______________________________<wbr>_________________<br>
devel mailing list<br>
<a href="mailto:devel@rtems.org">devel@rtems.org</a><br>
<a href="http://lists.rtems.org/mailman/listinfo/devel" rel="noreferrer" target="_blank">http://lists.rtems.org/<wbr>mailman/listinfo/devel</a><br>
</div></div></blockquote></div><br></div></div>