Re: [PATCH] bsp/fdt.h: Move bsp/fdt.h to cpukit

2020-07-29 Thread Gedare Bloom
On Thu, Jul 2, 2020 at 3:07 PM G S Niteesh Babu wrote: > > This commit move the bsp/fdt.h header to cpukit/include/rtems. > The reason for this is, with inclusion of libfreebsd there are > cases where their is need for bsp_fdt_get(). And with this > header under bsps directory it is not possible

Re: [PATCH] bsp/fdt.h: Move bsp/fdt.h to cpukit

2020-07-29 Thread Sebastian Huber
Hello Niteesh, I am sorry, but my GSoC review capacity is currently quite limited. I had to spend some time to fix the broken ARM fenv support in Newlib. The strong APA scheduler is the next thing on my list. ___ devel mailing list devel@rtems.org

Re: [PATCH] bsp/fdt.h: Move bsp/fdt.h to cpukit

2020-07-29 Thread Niteesh G. S.
Ping. Thank you, Niteesh. On Fri, Jul 3, 2020 at 2:37 AM G S Niteesh Babu wrote: > This commit move the bsp/fdt.h header to cpukit/include/rtems. > The reason for this is, with inclusion of libfreebsd there are > cases where their is need for bsp_fdt_get(). And with this > header under bsps

[PATCH] bsp/fdt.h: Move bsp/fdt.h to cpukit

2020-07-02 Thread G S Niteesh Babu
This commit move the bsp/fdt.h header to cpukit/include/rtems. The reason for this is, with inclusion of libfreebsd there are cases where their is need for bsp_fdt_get(). And with this header under bsps directory it is not possible to include it under a cpukit directory. ---