Re: [PATCH] arm: Remove legacy execption support

2017-03-07 Thread Chris Johns
On 08/03/2017 00:33, Sebastian Huber wrote: --- c/src/lib/libbsp/arm/Makefile.am | 3 - c/src/lib/libbsp/arm/csb336/Makefile.am | 2 - c/src/lib/libbsp/arm/csb336/start/start.S| 55 c/src/lib/libbsp/arm/csb336/startup/bspstart.c | 6 -

Re: [PATCH] bsps: Provide for every BSP

2017-03-07 Thread Chris Johns
On 08/03/2017 01:45, Gedare Bloom wrote: Thanks for the context. I know Chris did some earlier work with FDT (I think for Zynq), so it will be good to wait for him to provide some feedback. I have RTEMS specific support functions which wrap the base FDT interfaces to make it simpler to use in

Re: [PATCH] bsps: Provide for every BSP

2017-03-07 Thread Chris Johns
On 08/03/2017 01:35, Sebastian Huber wrote: As a background information, I port currently the FDT(4) support from FreeBSD: https://www.freebsd.org/cgi/man.cgi?query=fdt=0=0=FreeBSD+11.0-RELEASE+and+Ports=default=html This allows the use of unmodified FreeBSD drivers on PowerPC and ARM

[PATCH] arm: Remove legacy execption support

2017-03-07 Thread Sebastian Huber
--- c/src/lib/libbsp/arm/Makefile.am | 3 - c/src/lib/libbsp/arm/csb336/Makefile.am | 2 - c/src/lib/libbsp/arm/csb336/start/start.S| 55 c/src/lib/libbsp/arm/csb336/startup/bspstart.c | 6 - c/src/lib/libbsp/arm/csb337/Makefile.am | 2

Re: [PATCH] bsps: Provide for every BSP

2017-03-07 Thread Sebastian Huber
On 07/03/17 15:29, Gedare Bloom wrote: On Tue, Mar 7, 2017 at 9:12 AM, Sebastian Huber wrote: Add bsp_fdt_map_intr() intended for the libbsd FDT support. --- c/src/lib/libbsp/Makefile.am | 1 +

[PATCH] bsps: Provide for every BSP

2017-03-07 Thread Sebastian Huber
Add bsp_fdt_map_intr() intended for the libbsd FDT support. --- c/src/lib/libbsp/Makefile.am | 1 + c/src/lib/libbsp/powerpc/qoriq/Makefile.am| 1 - c/src/lib/libbsp/powerpc/qoriq/include/bsp.h | 4 +++- c/src/lib/libbsp/powerpc/qoriq/startup/bspstart.c | 7

Re: [PATCH] bsps: Provide for every BSP

2017-03-07 Thread Gedare Bloom
Thanks for the context. I know Chris did some earlier work with FDT (I think for Zynq), so it will be good to wait for him to provide some feedback. On Tue, Mar 7, 2017 at 9:35 AM, Sebastian Huber wrote: > As a background information, I port currently the

Re: [PATCH] bsps: Provide for every BSP

2017-03-07 Thread Gedare Bloom
On Tue, Mar 7, 2017 at 9:12 AM, Sebastian Huber wrote: > Add bsp_fdt_map_intr() intended for the libbsd FDT support. > --- > c/src/lib/libbsp/Makefile.am | 1 + > c/src/lib/libbsp/powerpc/qoriq/Makefile.am| 1 - >

Re: [PATCH] bsps: Provide for every BSP

2017-03-07 Thread Sebastian Huber
As a background information, I port currently the FDT(4) support from FreeBSD: https://www.freebsd.org/cgi/man.cgi?query=fdt=0=0=FreeBSD+11.0-RELEASE+and+Ports=default=html This allows the use of unmodified FreeBSD drivers on PowerPC and ARM platforms in case the FDT is used. -- Sebastian

Re: Issue with 'rtems_shell_wait_for_input' function

2017-03-07 Thread Sebastian Huber
On 03/03/17 23:50, vivek kukreja wrote: Hello all, I made few changes to the fileio test to run NFS using libbsd. The test compiles and when i run it on qemu NFS is initialised. The test starts with the 'rtems_shell_wait_for_input' function which returns RTEMS_UNSATISFIED so the test quits

Interest in applying for GSoC under RTEMS

2017-03-07 Thread Anshuman Chhabra
Respected Sir(s)/ Ma'am, I am Anshuman Chhabra, a third year undergraduate in Electronics and Communication Engineering from the University of Delhi, India. I would like to be a part of GSoC under RTEMS and I am interested in the Raspberry Pi Projects, specifically adding support for the Pi Zero

Re: Interest in applying for GSoC under RTEMS

2017-03-07 Thread Gedare Bloom
Hello Anshuman Chhabra, Complete https://devel.rtems.org/wiki/GSoC/GettingStarted first, and review the material available through https://devel.rtems.org/ticket/2899 Not linked yet in the ticket are last year's projects: https://devel.rtems.org/wiki/GSoC/2016/USB%26EthernetRaspberryPi

Re: [PATCH] bsps: Provide for every BSP

2017-03-07 Thread Sebastian Huber
On 07/03/17 22:05, Chris Johns wrote: On 08/03/2017 01:35, Sebastian Huber wrote: As a background information, I port currently the FDT(4) support from FreeBSD: https://www.freebsd.org/cgi/man.cgi?query=fdt=0=0=FreeBSD+11.0-RELEASE+and+Ports=default=html This allows the use of unmodified

Re: [PATCH] Use a hash file for GCC only

2017-03-07 Thread Sebastian Huber
On 07/03/17 23:24, Chris Johns wrote: On 03/03/2017 02:23, Gedare Bloom wrote: In a way, I do like that this shows the different gcc-newlib versions we use. It might be nice to add a bit of organization to this hashes file and/or documentation of the procedure for adding/removing entries.