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

2016-08-23 Thread Sebastian Huber
On 24/08/16 04:15, Chris Johns wrote: On 23/08/2016 12:46 AM, Kirspel, Kevin wrote: 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..8639083

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

2016-08-23 Thread Chris Johns
On 23/08/2016 12:46 AM, Kirspel, Kevin wrote: 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..8639083 --- a/rtems/config/tools/rtems-gcc-6-2016

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

2016-08-23 Thread Chris Johns
On 18/08/2016 6:02 AM, Gedare Bloom wrote: --- 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

Re: [PATCH 2/5] posix: shared memory support

2016-08-23 Thread Chris Johns
On 18/08/2016 6:02 AM, Gedare Bloom wrote: Add POSIX shared memory manager (Shm). --- cpukit/posix/Makefile.am | 3 + cpukit/posix/include/rtems/posix/config.h | 5 + cpukit/posix/include/rtems/posix/shm.h| 61 cpukit/posix/include/rtems/posix/shmim

Re: [PATCH] Mailbox : Extending functionality

2016-08-23 Thread Pavel Pisa
Hello Mudit Jain, I have gone through the patch in your repository rebased on RTEMS master. I have only minor remarks to alignment/cache problems prevention which has been added to other functions in mainline. Please, update patch and if there are no critical comment to the patch in next days, I p

Re: [PATCH 1/5] SD Card : Initial Port of DMA Controller

2016-08-23 Thread Mudit Jain
Hi Sebastian, Yes sure, This would be a cleaner approach. Will be doing as you suggested and uploading the patches. Thanks Mudit On Tue, Aug 23, 2016 at 6:54 PM, Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > Hello, > > I updated the MMC stack to use the FreeBSD trunk, 2016-08-2

Re: [PATCH] Added interrupt handler for DMA channel 0, 1 & 2

2016-08-23 Thread Mudit Jain
Hi Pavel, I have the latest GIT master synced and have cherry-picked my changes on top of that. Regarding the change you have suggested : DMA : https://github.com/spark1729/rtems/commits/DMA_RPI Mailbox : https://github.com/spark1729/rtems/commits/MAILBOX_RPI Is this what you suggested right

Re: [PATCH v2 1/6] Imported files for driver: bcm283x_dwcotg

2016-08-23 Thread Sebastian Huber
On 23/08/16 15:38, Sebastian Huber wrote: I updated the MMC support to use the FreeBSD trunk, 2016-08-23, 9fe7c416e6abb28b1398fd3e5687099846800cfd. It would be great if you can use this version as well as a baseline for your work. I updated the USB stack to this version also. https://git.rte

Re: [PATCH v2 1/6] Imported files for driver: bcm283x_dwcotg

2016-08-23 Thread Sebastian Huber
I updated the MMC support to use the FreeBSD trunk, 2016-08-23, 9fe7c416e6abb28b1398fd3e5687099846800cfd. It would be great if you can use this version as well as a baseline for your work. On 22/08/16 10:37, Deval Shah wrote: On Mon, Aug 22, 2016 at 11:25 AM, Sebastian Huber

Re: [PATCH 1/5] SD Card : Initial Port of DMA Controller

2016-08-23 Thread Sebastian Huber
Hello, I updated the MMC stack to use the FreeBSD trunk, 2016-08-23, 9fe7c416e6abb28b1398fd3e5687099846800cfd. https://git.rtems.org/rtems-libbsd/commit/?id=0c24e06130bd034474a33a191c6da095f4f59a5e Please use exactly this version for your stuff as well. For the SDHCI support, please try the