Re: [PATCH] bsps: Provide for every BSP

2017-03-08 Thread Chris Johns
On 08/03/2017 17:12, Sebastian Huber wrote: 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&apropos=0&sektion=0&manpath=FreeBSD+11.0-

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&apropos=0&sektion=0&manpath=FreeBSD+11.0-RELEASE+and+Ports&arch=default&format=html

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&apropos=0&sektion=0&manpath=FreeBSD+11.0-RELEASE+and+Ports&arch=default&format=html This allows the use of unmodified FreeBSD

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 FDT(4) support from > FreeBSD: > > https:

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&apropos=0&sektion=0&manpath=FreeBSD+11.0-RELEASE+and+Ports&arch=default&format=html This allows the use of unmodified FreeBSD drivers on PowerPC and ARM platforms in cas

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 + c/src/lib/libbsp/powerpc/qoriq/Makefile.am| 1 - c/src/lib/libbsp/

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 - > c/src/lib/libbsp/powerpc/qoriq/include/bsp.h |

[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 ++