Re: [rtems-bsp-builder] 2018-01-26 08:58:50: Profile(s): everything

2018-01-29 Thread Sebastian Huber
On 29/01/18 13:48, Joel Sherrill wrote: Isn't there a list of BSPs the BSP builder has on its own? On Jan 29, 2018 12:30 AM, "Sebastian Huber" > wrote: On 26/01/18 23:36, j...@rtems.org wrote:    13 debug powerp

Re: Fwd: FSF Binutils release 2.30 now available

2018-01-29 Thread Sebastian Huber
I updated the RSB to use Binutils 2.30. I built the tools on openSUSE 42.2 and FreeBSD 11. ork1-rtems5 doesn't build on FreeBSD 11. This seems to be a general GCC 4.9, 5 issue. -- Sebastian Huber, embedded brains GmbH Address : Dornierstr. 4, D-82178 Puchheim, Germany Phone : +49 89 189 47 4

[PATCH 2/2] bsps: Rework cache manager implementation

2018-01-29 Thread Sebastian Huber
The previous cache manager support used a single souce file (cache_manager.c) which included the an implementation header (cache_.h). This required the use of specialized include paths to find the right header file. Change this to include a generic implementation header (cacheimpl.h) in specializ

[PATCH 1/2] bsps: Move network define to source files

2018-01-29 Thread Sebastian Huber
Define __INSIDE_RTEMS_BSD_TCPIP_STACK__ in the network interface driver source files to avoid some build system magic. --- bsps/powerpc/motorola_powerpc/include/bsp.h| 5 +++ c/src/lib/libbsp/arm/csb336/Makefile.am| 11 ++ c/src/lib/libbsp/arm/csb336/network/lan91c11x.c

Re: [PATCH 1/2] bsps: Move network define to source files

2018-01-29 Thread Joel Sherrill
This looks like a great simplification! On Jan 29, 2018 8:39 AM, "Sebastian Huber" < sebastian.hu...@embedded-brains.de> wrote: Define __INSIDE_RTEMS_BSD_TCPIP_STACK__ in the network interface driver source files to avoid some build system magic. --- bsps/powerpc/motorola_powerpc/include/bsp.h

Re: New BSP source structure

2018-01-29 Thread Chris Johns
On 29/1/18 6:32 pm, Sebastian Huber wrote: > Hello, > > now that all BSP header files are in > > * bsps/include > > * bsps/@RTEMS_CPU@/include > > * bsps/@RTEMS_CPU@/@RTEMS_BSP_FAMILY@/include > > we should also move the BSP sources to this new directory tree. How do we want > to organize the

Re: [rtems-source-builder commit] 5: Update to Binutils 2.30

2018-01-29 Thread Chris Johns
Hi Sebastian, Can you please post RSB patches to the devel list so I can review them? On 30/1/18 12:00 am, Sebastian Huber wrote: > Module:rtems-source-builder > Branch:master > Commit:6d9c77c77d271d1fc2dfe8493d6713930b52a6dd > Changeset: > http://git.rtems.org/rtems-source-builder/c

Re: [rtems-source-builder commit] 5: Update to Binutils 2.30

2018-01-29 Thread Sebastian Huber
On 29/01/18 22:40, Chris Johns wrote: Hi Sebastian, Can you please post RSB patches to the devel list so I can review them? Since this was a minor follow up patch of https://lists.rtems.org/pipermail/devel/2018-January/020072.html and Joel already announced the Binutils 2.30 release I though

Re: New BSP source structure

2018-01-29 Thread Sebastian Huber
On 29/01/18 21:45, Chris Johns wrote: On 29/1/18 6:32 pm, Sebastian Huber wrote: Hello, now that all BSP header files are in * bsps/include * bsps/@RTEMS_CPU@/include * bsps/@RTEMS_CPU@/@RTEMS_BSP_FAMILY@/include we should also move the BSP sources to this new directory tree. How do we want