Re: LIBBSD

2017-06-29 Thread Sebastian Huber
On 29/06/17 20:02, Kirspel, Kevin wrote: For those who run a RTEMS 4.12 single processor application with LIBBSD, what percentage of time does your application spend in the timer server task? My NXP LPC3250 application spends about 13% of the processor time processing the timer server. Most

LIBBSD

2017-06-29 Thread Kirspel, Kevin
For those who run a RTEMS 4.12 single processor application with LIBBSD, what percentage of time does your application spend in the timer server task? My NXP LPC3250 application spends about 13% of the processor time processing the timer server. Most of that time is spent processing LIBBSD's k

offtop: are there any RTEMS-related jobs in Germany?

2017-06-29 Thread Denis Obrezkov
Hello all, I am now in Germany with a visa for a job search. So, I have a question: are there RTEMS jobs in Germany? I will start my search at the end of the summer, but as for now I am especially interested in possible vacancies in Bremen, Mainz and Postdam. -- Regards, Denis Obrezkov _

Warnings Again in xz

2017-06-29 Thread Joel Sherrill
Hi Recent changes have reintroduced these warnings: 170 ../../../../../../rtems/c/src/../../cpukit/libmisc/xz/xz_dec_lzma2.c:535:29: warning: always_inline function might not be inlinable [-Wattributes] 170 ../../../../../../rtems/c/src/../../cpukit/libmisc/xz/xz_dec_lzma2.c:519:33: war

Re: [PATCH 3/6] score: Add SMP EDF scheduler

2017-06-29 Thread Joel Sherrill
There has to be a corresponding documentation patch. --joel On Thu, Jun 29, 2017 at 8:23 AM, Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > Update #3056. > --- > cpukit/sapi/include/confdefs.h | 24 + > cpukit/sapi/include/rtems/scheduler.h | 2

[PATCH v5 2/2] psxtests: Add a mmap dedicated test case

2017-06-29 Thread Kevin Kirspel
Updates #2859 --- testsuites/psxtests/Makefile.am | 1 + testsuites/psxtests/configure.ac| 1 + testsuites/psxtests/psxmmap01/Makefile.am | 22 ++ testsuites/psxtests/psxmmap01/init.c| 352 testsuites/psxtests/psxmmap01/psxmmap01.

[PATCH v5 1/2] posix/mmap: Add support for file handler and MAP_ANON

2017-06-29 Thread Kevin Kirspel
Added a mmap file handler to struct _rtems_filesystem_file_handlers_r. Updated each file handler object to support the default mmap handler. Updated mmap() to call the mmap handler for MAP_SHARED. Added a mmap file handler for shm Added support for MAP_ANON in mmap(). Updates #2859 --- cpukit/de

[PATCH 4/6] score: Add RTEMS_NO_INLINE

2017-06-29 Thread Sebastian Huber
Update #3056. --- cpukit/score/include/rtems/score/basedefs.h | 12 +++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/cpukit/score/include/rtems/score/basedefs.h b/cpukit/score/include/rtems/score/basedefs.h index 79bf15e879..288afd41aa 100644 --- a/cpukit/score/include/r

[PATCH 2/6] score: Add red-black tree node to Scheduler_Node

2017-06-29 Thread Sebastian Huber
In SMP configurations, add a red-black tree node to Scheduler_Node to enable an EDF scheduler implementation. Update #3056. --- cpukit/score/include/rtems/score/schedulernode.h | 14 -- .../include/rtems/score/schedulerprioritysmpimpl.h | 14 +++--- cpukit/score/incl

[PATCH 5/6] tests: Move busy loop to test support

2017-06-29 Thread Sebastian Huber
Update #3056. --- cpukit/libmisc/Makefile.am | 1 + cpukit/libmisc/testsupport/test.h | 18 +++- cpukit/libmisc/testsupport/testbusy.c | 107 + .../sptests/spintrcritical_support/intrcritical.c | 96 ++

[PATCH 6/6] smptests/smpschededf01: New test

2017-06-29 Thread Sebastian Huber
Update #3056. --- testsuites/smptests/Makefile.am| 1 + testsuites/smptests/configure.ac | 1 + testsuites/smptests/smpschededf01/Makefile.am | 19 +++ testsuites/smptests/smpschededf01/init.c | 161 + .../smptests/smpsc

[PATCH 1/6] smptests: Split smpscheduler03

2017-06-29 Thread Sebastian Huber
Split smpscheduler03 to run the tests with only one processor. Update #3056. --- testsuites/smptests/Makefile.am| 2 + testsuites/smptests/configure.ac | 2 + testsuites/smptests/smpscheduler03/Makefile.am | 2 +- testsuites/smptests/smpscheduler03/

[PATCH 3/6] score: Add SMP EDF scheduler

2017-06-29 Thread Sebastian Huber
Update #3056. --- cpukit/sapi/include/confdefs.h | 24 + cpukit/sapi/include/rtems/scheduler.h | 20 +- cpukit/score/Makefile.am | 2 + cpukit/score/include/rtems/score/scheduleredfsmp.h | 137 ++ cpukit/score/preinstall.am

Gaisler patches qemu leon3 testing

2017-06-29 Thread Cillian O'Donnell
Hi, I am working with one of the Couverture-Qemu devs, Frederic Konrad to merge a set of Gaisler patches for Leon 3 that is currently used in the RSB-Qemu build. Original patches: https://gaisler.org/qemu/0001-LEON3-Add-emulation-of-AMBA-plug-play.patch https://gaisler.org/qemu/0002-LEON3-Build-A