Re: Regarding GSOC 2016 BSP for BBB

2016-02-20 Thread punit vara
On Fri, Feb 19, 2016 at 11:47 PM, Martin Galvan wrote: > CAN, USB and I2C still need to be developed. We're currently using the AM335x > StarterWare code and it works fine; you may want to base your work on it. > Keep an eye open for licensing issues, though.

Re: compilation error

2016-02-20 Thread Joel Sherrill
Look at the detailed log for more information but you are likely missing the Python development package for your host OS. There are instructions for using apt,yum, etc to install them in the RSB manual. If that doesn't help you find it, post your host OS for help. hello everyone please can

compilation error

2016-02-20 Thread tafang joshua
hello everyone please can someone help me with this error on compilation on this link http://pastebin.com/S0ACw08M ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

RE: [PATCH 8/8] Added an interrupt handler to generic_or1k BSP

2016-02-20 Thread Jakob Viketoft
I hadn't really intended this to be part of the series, but rather a stand-alone addition, but apparently I stod on the wrong commit when generating the series and didn't notice before sending out the first e-mail. Oh well, it's late on a Saturday... ;) /Jakob Jakob Viketoft Senior

[PATCH 7/8] OR1k cache flush/invalidate additions

2016-02-20 Thread jakob . viketoft
From: Jakob Viketoft Close #2602 --- c/src/lib/libcpu/or1k/shared/cache/cache.c | 129 + 1 file changed, 94 insertions(+), 35 deletions(-) diff --git a/c/src/lib/libcpu/or1k/shared/cache/cache.c

[PATCH 8/8] Added an interrupt handler to generic_or1k BSP

2016-02-20 Thread jakob . viketoft
From: Jakob Viketoft Update #2603 --- c/src/lib/libbsp/or1k/generic_or1k/irq/irq.c | 61 1 file changed, 54 insertions(+), 7 deletions(-) diff --git a/c/src/lib/libbsp/or1k/generic_or1k/irq/irq.c

[PATCH 6/8] OR1k shared and generic_or1k BSP link script rewrite

2016-02-20 Thread jakob . viketoft
From: Jakob Viketoft - Rewrote the link scripts to make more sense and to correct the weird stack calculations previously made Close #2601 --- .../lib/libbsp/or1k/generic_or1k/startup/linkcmds | 12 +- .../libbsp/or1k/shared/include/linker-symbols.h|

[PATCH 4/8] Improve OR1k context handling

2016-02-20 Thread jakob . viketoft
From: Jakob Viketoft Close #2599 --- cpukit/score/cpu/or1k/or1k-context-initialize.c | 13 ++- cpukit/score/cpu/or1k/or1k-context-switch.S | 113 2 files changed, 69 insertions(+), 57 deletions(-) diff --git

[PATCH 5/8] generic_or1k BSP clock driver correction

2016-02-20 Thread jakob . viketoft
From: Jakob Viketoft - Improve the clock driver to use RTEMS default tick period or the on the one supplied by the application - Avoid rewriting the timer settings, since all we need is to clear the interrupt - Remove any mention of or1ksim in favour of

[PATCH 2/8] or1k: Fix inconsistencies in _ISR_enable/disable/flash

2016-02-20 Thread jakob . viketoft
From: Jakob Viketoft Close #2597 --- cpukit/score/cpu/or1k/cpu.c | 18 + cpukit/score/cpu/or1k/rtems/score/cpu.h | 47 - 2 files changed, 29 insertions(+), 36 deletions(-) diff --git

[PATCH 3/8] OR1k exception handling and start code

2016-02-20 Thread jakob . viketoft
From: Jakob Viketoft - Correct start vector table. - Add proper init of registers and caches - Add more information on unhandled exceptions - Use defines instead of hardcoded values for readability Close #2598 --- c/src/lib/libbsp/or1k/generic_or1k/start/start.S

[PATCH 1/8] or1k: Add further defines and helper functions in header file

2016-02-20 Thread jakob . viketoft
From: Jakob Viketoft Close #2596. --- cpukit/score/cpu/or1k/rtems/score/or1k-utility.h | 244 +-- 1 file changed, 222 insertions(+), 22 deletions(-) diff --git a/cpukit/score/cpu/or1k/rtems/score/or1k-utility.h

Re: [PATCH 1/6] Patches for the OR1k CPU handling and definitions

2016-02-20 Thread Gedare Bloom
On Sat, Feb 20, 2016 at 3:22 PM, Jakob Viketoft wrote: > Hello Gedare, > > From: devel [devel-boun...@rtems.org] on behalf of Gedare Bloom > [ged...@rtems.org] > Sent: Saturday, February 20, 2016 14:23 > To:

RE: [PATCH 6/6] OR1k cache invalidate additions

2016-02-20 Thread Jakob Viketoft
From: devel [devel-boun...@rtems.org] on behalf of Gedare Bloom [ged...@rtems.org] Sent: Saturday, February 20, 2016 14:35 To: jakob.viket...@gmail.com Cc: rtems-de...@rtems.org Subject: Re: [PATCH 6/6] OR1k cache invalidate additions >On Sat, Feb 20,

RE: [PATCH 1/6] Patches for the OR1k CPU handling and definitions

2016-02-20 Thread Jakob Viketoft
Hello Gedare, From: devel [devel-boun...@rtems.org] on behalf of Gedare Bloom [ged...@rtems.org] Sent: Saturday, February 20, 2016 14:23 To: jakob.viket...@gmail.com Cc: rtems-de...@rtems.org Subject: Re: [PATCH 1/6] Patches for the OR1k CPU handling and

[PATCH] testsuits: Fixed typo in fileio.doc

2016-02-20 Thread punitvara
This patch basically fixes some typo in document file. --- testsuites/samples/fileio/fileio.doc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/testsuites/samples/fileio/fileio.doc b/testsuites/samples/fileio/fileio.doc index 0a43601..95d50b1 100644 ---

Re: [PATCH 6/6] OR1k cache invalidate additions

2016-02-20 Thread Gedare Bloom
On Sat, Feb 20, 2016 at 3:34 AM, wrote: > From: Jakob Viketoft > > --- > c/src/lib/libcpu/or1k/shared/cache/cache.c | 86 > ++-- > 1 file changed, 67 insertions(+), 19 deletions(-) > > diff --git

Re: [PATCH 1/6] Patches for the OR1k CPU handling and definitions

2016-02-20 Thread Gedare Bloom
Hi Jakob, I should have mentioned yesterday that you ought to open one or more tickets on our Trac (devel.rtems.org) and then reference those tickets in your commit messages using e.g. "updates #" or "fixes #". Also, if your test cases are suitably generic and useful, you might consider

Re: [PATCH] testsuits: Fixed typo in fileio.doc

2016-02-20 Thread Gedare Bloom
Please re-send without the signed-off-by line. Also, the first line of your commit message was fine. The extra line is redundant to it. On Sat, Feb 20, 2016 at 1:27 AM, punitvara wrote: > This patch basically fixes some typo in document file. > > Signed-off:

[PATCH 5/6] OR1k shared and generic_or1k BSP link script rewrite

2016-02-20 Thread jakob . viketoft
From: Jakob Viketoft - Rewrote the link scripts to make more sense and to correct the weird stack calculations previously made --- .../lib/libbsp/or1k/generic_or1k/startup/linkcmds | 12 +- .../libbsp/or1k/shared/include/linker-symbols.h|8 +-

[PATCH 6/6] OR1k cache invalidate additions

2016-02-20 Thread jakob . viketoft
From: Jakob Viketoft --- c/src/lib/libcpu/or1k/shared/cache/cache.c | 86 ++-- 1 file changed, 67 insertions(+), 19 deletions(-) diff --git a/c/src/lib/libcpu/or1k/shared/cache/cache.c b/c/src/lib/libcpu/or1k/shared/cache/cache.c index

[PATCH 4/6] generic_or1k BSP clock driver correction

2016-02-20 Thread jakob . viketoft
From: Jakob Viketoft - Improve the clock driver to use RTEMS default tick period or the on the one supplied by the application - Avoid rewriting the timer settings, since all we need is to clear the interrupt - Remove any mention of or1ksim in favour of

[PATCH 3/6] Improve OR1k context handling

2016-02-20 Thread jakob . viketoft
From: Jakob Viketoft --- cpukit/score/cpu/or1k/or1k-context-initialize.c | 13 ++- cpukit/score/cpu/or1k/or1k-context-switch.S | 113 --- 2 files changed, 69 insertions(+), 57 deletions(-) diff --git

[PATCH 2/6] OR1k exception handling and start code

2016-02-20 Thread jakob . viketoft
From: Jakob Viketoft - Correct start vector table. - Add proper init of registers and caches - Add more information on unhandled exceptions - Use defines instead of hardcoded values for readability --- c/src/lib/libbsp/or1k/generic_or1k/start/start.S | 258

[PATCH 1/6] Patches for the OR1k CPU handling and definitions

2016-02-20 Thread jakob . viketoft
From: Jakob Viketoft --- cpukit/score/cpu/or1k/cpu.c | 18 +- cpukit/score/cpu/or1k/rtems/score/cpu.h | 47 ++--- cpukit/score/cpu/or1k/rtems/score/or1k-utility.h | 244 -- 3 files changed, 251 insertions(+),