Re: [PATCH] RTL: Remove duplicated objects before writing to rap file for rtl-host

2014-07-24 Thread Chris Johns
On 24/07/2014 5:04 pm, Peng Fan wrote: This patch fixes that before merging the objects to a rap file, first remove duplicated object files. When using STL unique, first should call STL sort method. Thanks and merged. Note, this fixes RAP format sizes as reported by a user with a LEON3 and

Re: Zynq BSP

2014-07-24 Thread Chris Johns
On 22/07/2014 1:00 am, emanuel stiebler wrote: On 2014-07-18 18:54, Chris Johns wrote: We still use the U-Boot to load it? I do not use uboot, rather we have a taken the Xilinx FSBL and reworked it. Could you at least share this part? And thanks for this already, I thought that I had to use

[PATCH] capture: change to use malloc/vs/rtems_workspace_alloc.

2014-07-24 Thread Jennifer Averett
--- cpukit/libmisc/capture/capture.c | 17 - 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/cpukit/libmisc/capture/capture.c b/cpukit/libmisc/capture/capture.c index 9ec07b8..1fac4a0 100644 --- a/cpukit/libmisc/capture/capture.c +++

Fermi Finds Transformer Pulsar - RTEMS?

2014-07-24 Thread Joel Sherrill
Hi I noticed this cool announcement from Fermi. http://www.nasa.gov/content/goddard/nasas-fermi-finds-a-transformer-pulsar I am guessing that was done using the GLAST sensor from SLAC and thus using RTEMS? Is that right? Anyone on the list got any insight they would like to share. Thanks.

Re: [PATCH] (2 commits squashed into one) Beagle BSP for review

2014-07-24 Thread Gedare Bloom
Hi Ben, Great work. I have a few comments. I skipped the i2c.h and i2c.c files. Most of my comments are about style and a few requests to refactor some of the larger files. The refactoring can be added to your TODO if you like. Please fix the style issues if it is not a burden. +++

Re: [PATCH] (2 commits squashed into one) Beagle BSP for review

2014-07-24 Thread Ben Gras
Thanks for the fast detailed review. Let me get back to it/you. In the meantime, any other feedback? From anyone I mean. On Thu, Jul 24, 2014 at 4:45 PM, Gedare Bloom ged...@rtems.org wrote: Hi Ben, Great work. I have a few comments. I skipped the i2c.h and i2c.c files. Most of my

Re: [PATCH] capture: change to use malloc/vs/rtems_workspace_alloc.

2014-07-24 Thread Chris Johns
On 24/07/2014 11:54 pm, Jennifer Averett wrote: --- cpukit/libmisc/capture/capture.c | 17 - 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/cpukit/libmisc/capture/capture.c b/cpukit/libmisc/capture/capture.c index 9ec07b8..1fac4a0 100644 ---

Re: Problem with ticker.exe for or1ksim/OpenRISC BSP

2014-07-24 Thread Hesham Moustafa
Hi, Now ticker is working fine with interrupt handling, context switch happening as expected. The problem is that put_name() and print_time() are not producing any output (except for the first three instances before _Thread_Dispatch get them executing again after _Thread_Delay_ended has been