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.
Thank you Martin. I started looking pr
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 someone
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
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 Engin
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
b/c/src/lib/libcpu/or1k/shared/cache/cache.c
index d17fec2..02e4aab 100
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
b/c/src/lib/libbsp/or1k/generic_or1k/irq/irq.c
index c3c4d6d..ef69f54
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| 8 +-
c/src/lib/libbsp/or1k/shar
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 a/cpukit/score/cpu/or1k/or1k-context-initialize.c
b/cpuk
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 generic_or1k
Close #2600
---
.../l
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 a/cpukit/score/cpu/or1k/cpu.c b/cpukit/score/cpu/or1k/cp
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 | 258 ++---
c
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
b/cpukit/score/cpu/or1k/rtems/score/or1k-utility.h
index 98bbe4
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: jakob.viket...@gmail.com
> Cc: rtems-de...@rtems
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, 2016
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 de
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
--- a/testsui
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 a/c/src/lib/libcpu/or1k/shared/cache/cache.c
> b/c/src/lib/libcpu/or1k/
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 p
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: Punit Vara
> ---
> t
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 +-
c/src/lib/libbsp/or1k/shared/startup/
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 d17fec2..49f5ca9 100644
--- a/c/
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 generic_or1k
---
.../lib/libbsp/or1
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 a/cpukit/score/cpu/or1k/or1k-context-initialize.c
b/cpukit/score/cp
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 +---
cpukit/score/c
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(+), 58 deletions(-)
diff --git a/cp
25 matches
Mail list logo