Re: GSoC 2015 - Clang support and Eclipse plugin work

2015-04-02 Thread Asiri Rathnayake
Hi Charith, I see you were unable to submit a proposal. Do you plan to work on this still? :) Best, - Asiri On Tue, Mar 24, 2015 at 9:12 PM, Asiri Rathnayake asiri.rathnay...@gmail.com wrote: Hi Gedare, Joel, For clang support, I've made start by following the steps of [1]. I also have

Re: [PATCH] cpukit/libi2c allowed to probe on device init

2015-04-02 Thread Sebastian Huber
On 02/04/15 09:45, Alexandru-Sever Horin wrote: I have one question, though, is there a plan to port other Linux driver APIs like SPI ? Not from our side, but we need a proper SPI driver API. -- Sebastian Huber, embedded brains GmbH Address : Dornierstr. 4, D-82178 Puchheim, Germany Phone

Re: or1k not running hello with sim-scripts or rtems-tester

2015-04-02 Thread Hesham ALMatary
Hi Dr. Joel, Do you have or1ksim simulator installed? Both depend on it. I ran hello world with sim-scripts now again and it's working fine. Regards, Hesham On Wed, Apr 1, 2015 at 9:09 PM, Joel Sherrill joel.sherr...@oarcorp.com wrote: Hi Hesham.. I can't get hello world to run with either

Re: [PATCH] cpukit/libi2c allowed to probe on device init

2015-04-02 Thread Sebastian Huber
Hello Alexandru-Sever, in case you use the latest RTEMS version, then I would consider to use the new I2C support: https://docs.rtems.org/doxygen/cpukit/html/group__I2C.html For example see: https://git.rtems.org/rtems/tree/cpukit/dev/i2c

Re: [PATCH] cpukit/libi2c allowed to probe on device init

2015-04-02 Thread Alexandru-Sever Horin
Hello Sebastian, Thank you for the suggestion. The API compatible with Linux devices sounds great. However, the RTEMS version we are using is a few days before your patches, and probably I will port a bt firther along the road. I have one question, though, is there a plan to port other Linux

[PATCH] cpukit/libi2c allowed to probe on device init

2015-04-02 Thread Alexandru-Sever Horin
From: Alexandru-Sever Horin alex.seve...@gmail.com libi2c registration of a device fails if the device initialization fails Benefits: allows for device probing on multiple addresses --- cpukit/libi2c/libi2c.c | 27 --- 1 file changed, 16 insertions(+), 11 deletions(-)

Re: Uptime difference between FreeBSD and RTEMS

2015-04-02 Thread Sebastian Huber
On 02/04/15 03:22, Chris Johns wrote: On 1/04/2015 7:07 pm, Alexander Krutwig wrote: during my work with FreeBSD timecounters, I found out that the FreeBSD timecounters start with an uptime value of 1 second. Developers of FreeBSD told me that this is due to problems in the ARP code. RTEMS

Re: or1k not running hello with sim-scripts or rtems-tester

2015-04-02 Thread Hesham ALMatary
Hi, I checked it out again. For sim-scripts qemu-or1k is working fine. or1ksim was waiting for GDB to connect, I submitted a patch to make it running right away. For RTEMS Tester, every test would run until it times out, because there is no way to force qemu to terminate from RTEMS (unlike

[PATCH] or1k: Send halt signal to or1k simulators when rtems terminates

2015-04-02 Thread Hesham ALMatary
--- cpukit/score/cpu/or1k/rtems/score/cpu.h | 1 + cpukit/score/cpu/or1k/rtems/score/or1k-utility.h | 11 ++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/cpukit/score/cpu/or1k/rtems/score/cpu.h b/cpukit/score/cpu/or1k/rtems/score/cpu.h index 45aeb08..2d5fa14

[PATCH] or1k: Send halt signal to or1k simulators when rtems terminates

2015-04-02 Thread Hesham ALMatary
--- cpukit/score/cpu/or1k/rtems/score/cpu.h | 1 + cpukit/score/cpu/or1k/rtems/score/or1k-utility.h | 11 ++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/cpukit/score/cpu/or1k/rtems/score/cpu.h b/cpukit/score/cpu/or1k/rtems/score/cpu.h index 45aeb08..21cbb6d

[PATCH] [rtems-tools] Add QEMU patch for openrisc to recognize halt signals

2015-04-02 Thread Hesham ALMatary
--- ...rminate-qemu-process-upon-receiving-a-hal.patch | 33 ++ 1 file changed, 33 insertions(+) create mode 100644 tools/qemu/0001-openrisc-terminate-qemu-process-upon-receiving-a-hal.patch diff --git

[PATCH] [RSB] Apply QEMU patch for openrisc that handles halt signals

2015-04-02 Thread Hesham ALMatary
--- bare/config/devel/qemu-git-1.cfg | 7 +++ 1 file changed, 7 insertions(+) diff --git a/bare/config/devel/qemu-git-1.cfg b/bare/config/devel/qemu-git-1.cfg index 82544d4..035cf59 100644 --- a/bare/config/devel/qemu-git-1.cfg +++ b/bare/config/devel/qemu-git-1.cfg @@ -8,6 +8,8 @@

[PATCH] [RSB] Apply QEMU patch for openrisc that handles halt signals

2015-04-02 Thread Hesham ALMatary
--- bare/config/devel/qemu-git-1.cfg | 7 +++ 1 file changed, 7 insertions(+) diff --git a/bare/config/devel/qemu-git-1.cfg b/bare/config/devel/qemu-git-1.cfg index 82544d4..035cf59 100644 --- a/bare/config/devel/qemu-git-1.cfg +++ b/bare/config/devel/qemu-git-1.cfg @@ -8,6 +8,8 @@

[PATCH] [rtems-tools] Add QEMU patch for openrisc to recognize halt signals

2015-04-02 Thread Hesham ALMatary
--- ...rminate-qemu-process-upon-receiving-a-hal.patch | 33 ++ 1 file changed, 33 insertions(+) create mode 100644 tools/qemu/0001-openrisc-terminate-qemu-process-upon-receiving-a-hal.patch diff --git