Re: Beaglebone Black FDT issue

2017-06-28 Thread Sebastian Huber
On 28/06/17 11:04, Sichen Zhao wrote: Hi all, I have a issue about BBB FDT: I add " bl bsp_fdt_copy " in c/src/lib/libbsp/arm/shared/start/start.S, when my test exe(modify the testsuites/libtests/libfdt01) boot, came out a error: data abort. Boot output error info: data abort pc : [<8

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

2017-06-28 Thread Joel Sherrill
The init.c file.has FreeBSD and your copyright notice with a reference to the RTEMS GPLv2+exception page. This seems contradictory. Can you split out the FreeBSD part into a separate file or make it clear which part is yours and use a BSD license? Also for.new work, a two paragraph BSD is welcome

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

2017-06-28 Thread Gedare Bloom
These two look OK to me. On Wed, Jun 28, 2017 at 11:57 AM, Kevin Kirspel wrote: > Updates #2859 > --- > testsuites/psxtests/Makefile.am | 1 + > testsuites/psxtests/configure.ac| 1 + > testsuites/psxtests/psxmmap01/Makefile.am | 22 ++ > testsuites/psxtests/psxmma

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

2017-06-28 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 v4 2/2] psxtests: Add a mmap dedicated test case

2017-06-28 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.

GSoC IRC Meeting Today

2017-06-28 Thread Joel Sherrill
Hi Unless I here from Gedare in the next 30 minutes, the IRC status meeting is going to be canceled. I have had a pop up conflict. Sorry. Please post your status as expected and continue to ask questions if you have issues. --joel ___ devel mailing li

Beaglebone Black FDT issue

2017-06-28 Thread Sichen Zhao
Hi all, I have a issue about BBB FDT: I add " bl bsp_fdt_copy " in c/src/lib/libbsp/arm/shared/start/start.S, when my test exe(modify the testsuites/libtests/libfdt01) boot, came out a error: data abort. Boot output error info: data abort