[PATCH 5/5] psxtests: new test psxshm02 using heap for shm objects

2016-08-18 Thread Gedare Bloom
--- testsuites/psxtests/psxshm02/Makefile.am | 22 testsuites/psxtests/psxshm02/init.c | 91 +++ testsuites/psxtests/psxshm02/psxshm02.scn | 0 testsuites/psxtests/psxshm02/system.h | 38 + 4 files changed, 151 insertions(+) create mode

[PATCH 4/5] posix: add user-facing hooks for shm object management

2016-08-18 Thread Gedare Bloom
--- cpukit/posix/Makefile.am | 2 + cpukit/posix/include/rtems/posix/shm.h | 65 - cpukit/posix/include/rtems/posix/shmimpl.h | 11 + cpukit/posix/src/shmheap.c | 60 ++ cpukit/posix/src/shmopen.c

RE: VFP support for lpc32xx

2016-08-18 Thread Kirspel, Kevin
After some finagling, I was successful using the RTEMS tester, GDB, and an ARM Jlink JTAG cable to run the sptests under the testsuite. I passed all but 8. 3 of the tests actually passed but have some issues with the test cases or output parser. The 5 remaining failures should have nothing to

[PATCH 1/2] RTEMS Source Builder changes for lpc32xx VFP support

2016-08-18 Thread Kirspel, Kevin
diff --git a/rtems/config/tools/rtems-gcc-6-20160609-newlib-2.4.0.20160527-1.cfg b/rtems/config/tools/rtems-gcc-6-20160609-newlib-2.4.0.20160527-1.cfg old mode 100644 new mode 100755 index 66c83b9..6c553e6 --- a/rtems/config/tools/rtems-gcc-6-20160609-newlib-2.4.0.20160527-1.cfg +++ b/rtems/confi

[PATCH 2/2] RTEMS changes for lpc32xx VFP support

2016-08-18 Thread Kirspel, Kevin
diff --git a/c/src/lib/libbsp/arm/lpc32xx/make/custom/lpc32xx.inc b/c/src/lib/libbsp/arm/lpc32xx/make/custom/lpc32xx.inc old mode 100644 new mode 100755 index f184741..1d478ce --- a/c/src/lib/libbsp/arm/lpc32xx/make/custom/lpc32xx.inc +++ b/c/src/lib/libbsp/arm/lpc32xx/make/custom/lpc32xx.inc @@ -

lpc32xx and rtems-libbsd

2016-08-18 Thread Kirspel, Kevin
I have created a libbsd port for a modified version of the lpc32xx BSP. The lpc code from FREEBSD 10 was backported to FREEBSD 9.3 because FREEBSD 9.3 did not support ARM LPC processors. I ran into some issues that I would like to run by the group. Issue 1 - the order of declared modules in n

Re: [PATCH 1/2] RTEMS Source Builder changes for lpc32xx VFP support

2016-08-18 Thread Sebastian Huber
On 19/08/16 02:11, Kirspel, Kevin wrote: diff --git a/source-builder/patches/gcc-6.1.1-arm-eabi-multilib-20160816.diff b/source-builder/patches/gcc-6.1.1-arm-eabi-multilib-20160816.diff index e69de29..d2f0bfd 100755 --- a/source-builder/patches/gcc-6.1.1-arm-eabi-multilib-20160816.diff +

Re: [PATCH 2/2] RTEMS changes for lpc32xx VFP support

2016-08-18 Thread Sebastian Huber
On 19/08/16 02:16, Kirspel, Kevin wrote: diff --git a/c/src/lib/libbsp/arm/lpc32xx/make/custom/lpc32xx.inc b/c/src/lib/libbsp/arm/lpc32xx/make/custom/lpc32xx.inc old mode 100644 new mode 100755 index f184741..1d478ce --- a/c/src/lib/libbsp/arm/lpc32xx/make/custom/lpc32xx.inc +++ b/c/src