Re: Separation of RTEMS sources and tool chain patches

2014-09-30 Thread Sebastian Huber
On 30/09/14 00:48, Chris Johns wrote: On 30/09/2014 3:26 am, Peter Dufault wrote: On Sep 29, 2014, at 02:15 , Chris Johns chr...@rtems.org wrote: I can add the scripts to INI file format. I feel XML is too heavy a requirement for parsing. There is a single C++ file that does it and Python

Re: Console driver that needs extra TIMER

2014-09-30 Thread Sebastian Huber
On 14/08/14 16:25, Joel Sherrill wrote: On 8/14/2014 9:21 AM, Sebastian Huber wrote: On 14/08/14 16:15, Joel Sherrill wrote: E.g. most of the tests won't even start without modifications. So effectively I have to fall back to a polling driver for console if I want to run the tests unmodified,

upcoming capture patches

2014-09-30 Thread Jennifer Averett
Patches 1-5 were submitted and have requested changes. Patches 6-9 move the capture engine ctload command to a new rtems top command. If there are no more requested changes for 1-5 I will push them. Jennifer Averett ___ devel mailing list

Re: [PATCH] bsp/stm32f4XXXX: System clock configuration

2014-09-30 Thread Tomasz Gregorek
2014-09-21 20:07 GMT+02:00 tomasz.grego...@gmail.com: From: Tomasz Gregorek tomasz.grego...@gmail.com Added simple math to caclulate register values for the PLL and for the prescalers. It will try to keep 48MHz for the USB OTG FS. Also it will set latency on the Flash memory for the high

[PATCH 2/9] score: Move is_executing_on_a_core from cpuusagereport.c to threadimpl.h

2014-09-30 Thread Jennifer Averett
--- cpukit/score/include/rtems/score/threadimpl.h | 30 +++ 1 file changed, 30 insertions(+) diff --git a/cpukit/score/include/rtems/score/threadimpl.h b/cpukit/score/include/rtems/score/threadimpl.h index 9321c01..6195561 100644 ---

[PATCH 6/9] libmisc: Add top to cpuusage.

2014-09-30 Thread Jennifer Averett
--- cpukit/libmisc/Makefile.am | 2 +- cpukit/libmisc/cpuuse/cpuusagetop.c | 338 cpukit/libmisc/cpuuse/cpuuse.h | 19 ++ 3 files changed, 358 insertions(+), 1 deletion(-) create mode 100644 cpukit/libmisc/cpuuse/cpuusagetop.c diff --git

[PATCH 8/9] capture: Remove ctload command.

2014-09-30 Thread Jennifer Averett
rtems_cpu_usage_top should be used for this information. --- cpukit/libmisc/capture/capture-cli.c | 272 --- 1 file changed, 272 deletions(-) diff --git a/cpukit/libmisc/capture/capture-cli.c b/cpukit/libmisc/capture/capture-cli.c index fb93e53..dc1f3bc 100644

[PATCH 4/9] capture: Removal of capture task tracking.

2014-09-30 Thread Jennifer Averett
This patch removes functionality for stack checking from the capture engine and requiresi the use of existing rtems functions for this information. It modifies ctload to use functionality similar to rtems cpuusage. It removes the capture task and stores a new capture task record the first time

BSP specific settings

2014-09-30 Thread Daniel Cederman
Hi, I would like to add a way for the user of the leon3 bsp to specify the irq that should be used for IPIs. Is it adding an option to configure.ac for the bsp that is the recommended way? Or does there exist a supported way of setting bsp specific parameters similar to how it is done with

Re: BSP specific settings

2014-09-30 Thread Daniel Cederman
On 2014-09-30 16:45, Sebastian Huber wrote: If you need a link time option, then there is no standard way to do this on the BSP level. Most BSPs use some sort of weak tables or functions. The LEON3 BSP already uses such a thing for debug_uart_index for example. Ok, then I'll do something

or1k C++ build issue

2014-09-30 Thread Joel Sherrill
Hi cc'ing Christian in case he has some insight. Do you see this when you build with C++ enabled? I don't see this problem on any other target. or1k-rtems4.11-g++ -B../../.././lib/ -B../../.././or1ksim/lib/ -specs bsp_specs -qrtems -DPACKAGE_NAME=\rtems-c-src-librtems++\

Re: Separation of RTEMS sources and tool chain patches

2014-09-30 Thread Chris Johns
On 30/09/2014 6:28 pm, Sebastian Huber wrote: On 30/09/14 00:48, Chris Johns wrote: On 30/09/2014 3:26 am, Peter Dufault wrote: On Sep 29, 2014, at 02:15 , Chris Johns chr...@rtems.org wrote: I can add the scripts to INI file format. I feel XML is too heavy a requirement for parsing. There