Re: TMS570 BSP updates and LwIP support

2015-11-11 Thread Martin Galvan
On Wed, Nov 11, 2015 at 11:49 AM, Pavel Pisa wrote: > Hello Gedare > I understand. TMS570 BSP has been allowed to go in a last minute > on maintainers willingness and it is still considered a work in > progress state. But Martin Galvan and may it be others use it > already as a base of their work

Re: TMS570 BSP updates and LwIP support

2015-11-11 Thread Pavel Pisa
Hello Gedare On Wednesday 11 of November 2015 14:53:37 Gedare Bloom wrote: > On Tue, Nov 10, 2015 at 1:30 PM, Martin Galvan > > wrote: > > On Mon, Nov 9, 2015 at 8:30 PM, Pavel Pisa wrote: > >> If you intend to use 4.11 for production, please, test our changes > >> and suggest if they are approp

Mentors Wanted for Google Code In (High School Students)

2015-11-11 Thread Martin Galvan
Hi Joel, I'm interested in being a mentor. Let me know if I can be of any help! ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

Re: [PATCH] Add RTEMS 4.12 build set

2015-11-11 Thread Sebastian Huber
On 11/11/15 14:54, Joel Sherrill wrote: On Nov 10, 2015 6:56 AM, "Sebastian Huber" > wrote: > > > > On 08/11/15 01:05, Chris Johns wrote: >> >> Are there any architecture regressions with gcc-6? > > > m32c, moxie, v850 don't work with GCC 6. Are the

Re: [PATCH] Add RTEMS 4.12 build set

2015-11-11 Thread Joel Sherrill
On Nov 10, 2015 6:56 AM, "Sebastian Huber" < sebastian.hu...@embedded-brains.de> wrote: > > > > On 08/11/15 01:05, Chris Johns wrote: >> >> Are there any architecture regressions with gcc-6? > > > m32c, moxie, v850 don't work with GCC 6. Are there gcc PRs filed for all of these? > epiphany and or

Re: TMS570 BSP updates and LwIP support

2015-11-11 Thread Gedare Bloom
On Tue, Nov 10, 2015 at 1:30 PM, Martin Galvan wrote: > On Mon, Nov 9, 2015 at 8:30 PM, Pavel Pisa wrote: >> If you intend to use 4.11 for production, please, test our changes >> and suggest if they are appropriate for 4.11. > > Are you planning to merge this to 4.11? I don't know how the RTEMS >

[PATCH] score: Fix race condition on SMP

2015-11-11 Thread Sebastian Huber
We must ensure that the Thread_Control::Wait information update is visible to the target thread before we update its wait flags, otherwise we may return out of date events or a wrong status. --- cpukit/rtems/src/eventseize.c | 6 + cpukit/rtems/src/eventsurrender.c | 55 ++

[PATCH 1/2] Introduce general purpose system server event

2015-11-11 Thread Sebastian Huber
Use this event for the interrupt server to avoid conflicts with application events used by interrupt handlers. --- c/src/lib/libbsp/shared/src/irq-server.c | 8 +++- cpukit/rtems/include/rtems/rtems/event.h | 5 +++-- cpukit/rtems/src/timerserver.c | 4 ++-- 3 files changed, 8 insert

[PATCH 2/2] Fix interrupt epilogue for ARMv7-AR and PowerPC

2015-11-11 Thread Sebastian Huber
--- .../bspsupport/ppc_exc_async_normal.S | 25 cpukit/score/cpu/arm/arm_exc_interrupt.S | 27 ++ 2 files changed, 52 insertions(+) diff --git a/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_async_normal.S b/c/src/lib/

Re: [rtems-libbsd commit] Delete broken Makefile, use waf instead

2015-11-11 Thread Chris Johns
On 11/11/2015 9:27 PM, Sebastian Huber wrote: > > I am not sure, maybe we should remove the Makefile support entirely. > Yes. Chris ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

Re: [rtems-libbsd commit] Delete broken Makefile, use waf instead

2015-11-11 Thread Sebastian Huber
On 11/11/15 10:17, Chris Johns wrote: On 10/11/2015 8:22 pm, Sebastian Huber wrote: > >Delete broken Makefile, use waf instead > Do you need to change the updating script to not generate it again? I am not sure, maybe we should remove the Makefile support entirely. -- Sebastian Huber, embe

Re: Mentors Wanted for Google Code In (High School Students)

2015-11-11 Thread Saket Sinha
Hi Joel, I would like to volunteer for mentoring for Google Code-In program. Regards, Saket Sinha On Wed, Nov 4, 2015 at 4:01 AM, Joel Sherrill wrote: > Hi > > We need mentors to participate in the Google Code-In program. This is not a > commitment > like the Google Summer of Code. The focu

Re: [rtems-libbsd commit] Delete broken Makefile, use waf instead

2015-11-11 Thread Chris Johns
On 10/11/2015 8:22 pm, Sebastian Huber wrote: > > Delete broken Makefile, use waf instead > Do you need to change the updating script to not generate it again? Chris ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

Re: [PATCH] Add RTEMS 4.12 build set

2015-11-11 Thread Chris Johns
On 11/11/2015 6:45 pm, Sebastian Huber wrote: > > I already use Binutils 2.25. > I think Joel has this working. I hope he will answer when he turns up. > > Does this break 4.11? > There is a 4.11 branch. Chris ___ devel mailing list devel@rtems.or