If you're using git for your development, you can use 'git
format-patch' to convert a set of commits into a set of patches. Some
properly formatted git patches can make it easier to review and merge
your code. Some other notes follow.
virtualpok_arinc653.patch:
* it seems the only part of this pat
On Fri, Aug 15, 2014 at 12:32 PM, Premysl Houdek wrote:
> Included variants:
> tms570ls3137_hdk_intram - place code and data into internal SRAM
> tms570ls3137_hdk_sdram - place code into external SDRAM and data to SRAM
> tms570ls3137_hdk - variant prepared for stand-alone RTEMS aplication
>
On 8/18/2014 8:36 AM, Gedare Bloom wrote:
> On Fri, Aug 15, 2014 at 12:32 PM, Premysl Houdek wrote:
>> Included variants:
>> tms570ls3137_hdk_intram - place code and data into internal SRAM
>> tms570ls3137_hdk_sdram - place code into external SDRAM and data to SRAM
>> tms570ls3137_hdk - var
---
cpukit/score/cpu/or1k/rtems/score/or1k-utility.h | 16 ++--
1 file changed, 14 insertions(+), 2 deletions(-)
diff --git a/cpukit/score/cpu/or1k/rtems/score/or1k-utility.h
b/cpukit/score/cpu/or1k/rtems/score/or1k-utility.h
index 74c14d7..6b238b1 100644
--- a/cpukit/score/cpu/or1k/
This BSP is intended to run on or1ksim (the main OpenRISC emulator).
---
c/src/aclocal/rtems-cpu-subdirs.m4 | 1 +
c/src/lib/libbsp/or1k/Makefile.am | 10 +
c/src/lib/libbsp/or1k/acinclude.m4 | 10 +
c/src/lib/libbsp/or1k/configure.ac
I committed this. I didn't see anything and if I missed
something, they can just be fixed on top of it.
--joel
On 8/18/2014 4:06 PM, Hesham ALMatary wrote:
> ---
> cpukit/score/cpu/or1k/rtems/score/or1k-utility.h | 16 ++--
> 1 file changed, 14 insertions(+), 2 deletions(-)
>
> diff -
I committed this. Thanks.
If there is something I missed, please let me know.
--joel
On 8/14/2014 10:02 AM, Kolja Waschk wrote:
> Renamed startXmit(), nToSend is unsigned, just check FL_ORCVXOF, no (void)
> cast anymore, compute nToSend in single if/else if/else.
>
>
> ---
> cpukit/libcsuppor