Re: rtems-tester coverage patches break or1k/sis runs

2014-10-01 Thread Krzysztof Mięsowicz
Hi, I will check this in the evening and prepare a fix - it should not be difficult. 2014-10-02 1:57 GMT+02:00 Chris Johns : > On 2/10/2014 3:44 am, Joel Sherrill wrote: > >> Krzysztof/Hesham, >> >> And devel@ since this needs to be public now. >> >> I am trying to test or1ksim and sis using rte

Re: [PATCH] bsp/stm32f4XXXX: System clock configuration

2014-10-01 Thread Sebastian Huber
On 30/09/14 16:18, Tomasz Gregorek wrote: Any chance for someone to take a look at this patch? Thanks, I checked in the patch without really looking at it. -- Sebastian Huber, embedded brains GmbH Address : Dornierstr. 4, D-82178 Puchheim, Germany Phone : +49 89 189 47 41-16 Fax : +49 8

Re: Libatomic support

2014-10-01 Thread Sebastian Huber
On 01/10/14 16:20, Daniel Cederman wrote: I'm looking at GCC's libatomic, which provides software emulation of atomic operations that are not supported by hardware. It does this by using a compare-and-swap loop, or, failing that, using locks. At the moment it is not selected for compilation for R

Re: [PATCH] bsp/leon3: Replace the define LEON3_MP_IRQ with a weakly linked variable

2014-10-01 Thread Sebastian Huber
On 01/10/14 13:53, Daniel Cederman wrote: The LEON3_MP_IRQ define is used to pick the IRQ to be used by the shared memory driver and for inter-processor interrupts. On some LEON3 systems, for example the GR712RC, the default value of 14 is not suitable. To make this value configurable from the ap

Re: [PATCH] i386 uart.c Fix assertion "BUF != NULL"

2014-10-01 Thread Sebastian Huber
Thanks, committed. -- Sebastian Huber, embedded brains GmbH Address : Dornierstr. 4, D-82178 Puchheim, Germany Phone : +49 89 189 47 41-16 Fax : +49 89 189 47 41-09 E-Mail : sebastian.hu...@embedded-brains.de PGP : Public key available on request. Diese Nachricht ist keine geschäftli

Re: Problem to resolve "sqrt" symbol from shell/main_ping.c for lpc17xx_ea_ram BSP

2014-10-01 Thread Chris Johns
On 2/10/2014 11:57 am, Pavel Pisa wrote: Hello all, when have tested recent master branch (fbe59f7c6756edc2952b13167893b85fe6e7aecb) build configured for lpc17xx_ea_ram BSP, I am experiencing next error for my code with networking enabled. It seems to be related to add of ping command. Even add

Problem to resolve "sqrt" symbol from shell/main_ping.c for lpc17xx_ea_ram BSP

2014-10-01 Thread Pavel Pisa
Hello all, when have tested recent master branch (fbe59f7c6756edc2952b13167893b85fe6e7aecb) build configured for lpc17xx_ea_ram BSP, I am experiencing next error for my code with networking enabled. It seems to be related to add of ping command. Even addition of -lm to my LDFLAGS does not help G

Re: rtems-tester coverage patches break or1k/sis runs

2014-10-01 Thread Chris Johns
On 2/10/2014 3:44 am, Joel Sherrill wrote: Krzysztof/Hesham, And devel@ since this needs to be public now. I am trying to test or1ksim and sis using rtems-tester. We need to get Krzysztof's patches merged and I am just trying to run down all the issues I can. You both have made some changes to

rtems-tester coverage patches break or1k/sis runs

2014-10-01 Thread Joel Sherrill
Krzysztof/Hesham, And devel@ since this needs to be public now. I am trying to test or1ksim and sis using rtems-tester. We need to get Krzysztof's patches merged and I am just trying to run down all the issues I can. You both have made some changes to the repository and I am having issues. Krzys

Google Code-In Mentors

2014-10-01 Thread Joel Sherrill
Hi Although it has not been announced and is not sure to happen, I would like to make sure we have begun to plan for Google Code-In. This is a program for high school students and the tasks are small. We have participated three years and we have had success but it requires preparation on having t

Janek and Youren Please Contact Us

2014-10-01 Thread Joel Sherrill
Hi Jennifer has been trying to contact Janek van Oirschot and Youren Shen without luck. I am hoping that by asking here, they will see this and reply privately to me. I am hoping this is just a matter of not watching the gmail account. -- Joel Sherrill, Ph.D. Director of Research &

Libatomic support

2014-10-01 Thread Daniel Cederman
Hi, I'm looking at GCC's libatomic, which provides software emulation of atomic operations that are not supported by hardware. It does this by using a compare-and-swap loop, or, failing that, using locks. At the moment it is not selected for compilation for RTEMS since it requires operating s

Re: RTEMS on QEMU with virtual serial device

2014-10-01 Thread Joel Sherrill
On 10/1/2014 7:42 AM, Мороз Олег wrote: > I think thats all that i've changed. But a can send it as patch if you > can say me how do it. http://wiki.rtems.org/wiki/index.php/Git_Users has instructions on simple branches and submitting a patch. Hopefully it is enough. > > On 01.10.2014 16:40, Se

[PATCH] i386 uart.c Fix assertion "BUF != NULL"

2014-10-01 Thread Мороз Олег
>From 61b3f2d3eb0872105a356558bf2d630fb488a60a Mon Sep 17 00:00:00 2001 From: "Moroz.Oleg" Date: Wed, 1 Oct 2014 17:16:23 +0400 Subject: [PATCH] Fix assertion "BUF != NULL" for i386 BSP_uart_termios_write_com1 and BSP_uart_termios_write_com2 --- c/src/lib/libbsp/i386/shared/comm/uart.c | 13 +

Re: RTEMS on QEMU with virtual serial device

2014-10-01 Thread Мороз Олег
I think thats all that i've changed. But a can send it as patch if you can say me how do it. On 01.10.2014 16:40, Sebastian Huber wrote: On 01/10/14 14:35, Мороз Олег wrote: I've solved my problem using code changes diff --git a/c/src/lib/libbsp/i386/shared/comm/uart.c b/c/src/lib/libbsp/i38

Re: RTEMS on QEMU with virtual serial device

2014-10-01 Thread Sebastian Huber
On 01/10/14 14:35, Мороз Олег wrote: I've solved my problem using code changes diff --git a/c/src/lib/libbsp/i386/shared/comm/uart.c b/c/src/lib/libbsp/i386/shared/comm/uart.c index 3c4d42a..3552fe6 100644 --- a/c/src/lib/libbsp/i386/shared/comm/uart.c +++ b/c/src/lib/libbsp/i386/shared/comm

Re: RTEMS on QEMU with virtual serial device

2014-10-01 Thread Мороз Олег
I've solved my problem using code changes diff --git a/c/src/lib/libbsp/i386/shared/comm/uart.c b/c/src/lib/libbsp/i386/shared/comm/uart.c index 3c4d42a..3552fe6 100644 --- a/c/src/lib/libbsp/i386/shared/comm/uart.c +++ b/c/src/lib/libbsp/i386/shared/comm/uart.c @@ -568,12 +568,13 @@ BSP_u

[PATCH] bsp/leon3: Replace the define LEON3_MP_IRQ with a weakly linked variable

2014-10-01 Thread Daniel Cederman
The LEON3_MP_IRQ define is used to pick the IRQ to be used by the shared memory driver and for inter-processor interrupts. On some LEON3 systems, for example the GR712RC, the default value of 14 is not suitable. To make this value configurable from the application, it is replaced with a weakly link