Re: [PATCH] DMA : Added DMA API for Raspberrypi

2016-08-25 Thread Pavel Pisa
Hello Mudit Jain, I have tried to test the DMA API code I have setup temporary branch on my RTEMS tests repo https://github.com/ppisa/rtems/tree/rtems-rpi-devel-dma-test I have applied patches extracted from your GitHub repository Re: [PATCH] Mailbox : Extending functionality

Re: [PATCH v2 2/2] libbsp/arm: Fix the local interrupt mask disable/enable calls.

2016-08-25 Thread Chris Johns
Hi Pavel, I am sorry about the delay. I have been on other things and then I was out with a pesky flue virus for the past week. On 26/08/2016 03:47, Pavel Pisa wrote: Hello Gedare, On Thursday 25 of August 2016 17:32:09 Gedare Bloom wrote: On Thu, Aug 25, 2016 at 6:56 AM, Pavel Pisa

Re: [PATCH v2 2/2] libbsp/arm: Fix the local interrupt mask disable/enable calls.

2016-08-25 Thread Gedare Bloom
On Thu, Aug 25, 2016 at 6:56 AM, Pavel Pisa wrote: > Hello Chris and others, > > I would like to remind Chris's patches (top-post to highlight important the > first) > > [PATCH v2 1/2] arm/cortex-a: Fix cache flush/invalidate after u-boot. > [PATCH v2 2/2] libbsp/arm:

Re: FYI - RSB tools and binutils 2.27

2016-08-25 Thread Gedare Bloom
P.S. you may like to see if there is a recent newlib snapshot available or request one. On Thu, Aug 25, 2016 at 3:29 PM, Gedare Bloom wrote: > Sebastian has more than once suggested we bump to gcc6 snapshot > > On Thu, Aug 25, 2016 at 3:27 PM, Joel Sherrill

Re: FYI - RSB tools and binutils 2.27

2016-08-25 Thread Gedare Bloom
Sebastian has more than once suggested we bump to gcc6 snapshot On Thu, Aug 25, 2016 at 3:27 PM, Joel Sherrill wrote: > Hi > > Just a note that I am testing updating the binutils version to this now. > > Is there a gcc bump needed also? > > --joel > >

FYI - RSB tools and binutils 2.27

2016-08-25 Thread Joel Sherrill
Hi Just a note that I am testing updating the binutils version to this now. Is there a gcc bump needed also? --joel ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

Re: [PATCH v2 2/2] libbsp/arm: Fix the local interrupt mask disable/enable calls.

2016-08-25 Thread Gedare Bloom
On Thu, Aug 25, 2016 at 1:47 PM, Pavel Pisa wrote: > Hello Gedare, > > On Thursday 25 of August 2016 17:32:09 Gedare Bloom wrote: >> On Thu, Aug 25, 2016 at 6:56 AM, Pavel Pisa wrote: >> > Is there some defined function/way to check if RTEMS

Re: [PATCH v2 2/2] libbsp/arm: Fix the local interrupt mask disable/enable calls.

2016-08-25 Thread Pavel Pisa
Hello Gedare, On Thursday 25 of August 2016 17:32:09 Gedare Bloom wrote: > On Thu, Aug 25, 2016 at 6:56 AM, Pavel Pisa wrote: > > Is there some defined function/way to check if RTEMS executive > > reached switch to multitasking mode? > >

Re: [PATCH v2 2/2] libbsp/arm: Fix the local interrupt mask disable/enable calls.

2016-08-25 Thread Pavel Pisa
Hello Chris and others, I would like to remind Chris's patches (top-post to highlight important the first) [PATCH v2 1/2] arm/cortex-a: Fix cache flush/invalidate after u-boot. [PATCH v2 2/2] libbsp/arm: Fix the local interrupt mask disable/enable calls. I consider fix of Zynq (all

[PATCH] testsuite: Add libdl/dl05 weak symbol test.

2016-08-25 Thread Chris Johns
Requires rtems-tools to be updated. --- testsuites/libtests/Makefile.am | 2 +- testsuites/libtests/configure.ac | 1 + testsuites/libtests/dl05/Makefile.am | 49 + testsuites/libtests/dl05/dl-load.c | 49 + testsuites/libtests/dl05/dl-load.h

[PATCH] libdl: The dl04 is too big for some BSPs. Do not built it.

2016-08-25 Thread Chris Johns
--- c/src/lib/libbsp/arm/lm3s69xx/make/custom/lm3s3749-testsuite.tcfg | 1 + c/src/lib/libbsp/arm/lpc24xx/make/custom/lpc2362-testsuite.tcfg| 1 + c/src/lib/libbsp/arm/lpc24xx/make/custom/lpc23xx_tli800-testsuite.tcfg | 1 + 3 files changed, 3 insertions(+) diff --git