Re: No preinstall and rtems.git master freeze

2018-01-03 Thread Chris Johns
On 4/1/18 1:47 am, Gedare Bloom wrote: > On Sat, Dec 23, 2017 at 7:52 PM, Chris Johns wrote: >> Hi, >> >> I have a branch called 'no-preinstall' in a personal repo: >> >> https://git.rtems.org/chrisj/rtems.git/?h=no-preinstall >> >> It builds a beagleboneblack without networking and not much else

Re: GSoC Mentors and Open Projects

2018-01-03 Thread Christian Mauderer
- Ursprüngliche Mail - > Von: "Gedare Bloom" > An: "RTEMS Devel" > Gesendet: Mittwoch, 3. Januar 2018 18:24:21 > Betreff: GSoC Mentors and Open Projects > RTEMS development community: > > The GSoC organization application opens tomorrow. If you anticipate > being able to mentor/co-mento

Re: GSoC Mentors and Open Projects

2018-01-03 Thread Denis Obrezkov
May be risc-v port should be added as a ticket? Hesham? P.S. What a shame that Google differentiates stipend amounts. It really demotivates students. 2018-01-03 20:24 GMT+03:00 Gedare Bloom : > RTEMS development community: > > The GSoC organization application opens tomorrow. If you anticipate >

GSoC Mentors and Open Projects

2018-01-03 Thread Gedare Bloom
RTEMS development community: The GSoC organization application opens tomorrow. If you anticipate being able to mentor/co-mentor this summer please let me know, or if you were a mentor in the past but are not able to this year please also give me a heads up. An ounce of prevention is worth a pound

Re: No preinstall and rtems.git master freeze

2018-01-03 Thread Gedare Bloom
On Sat, Dec 23, 2017 at 7:52 PM, Chris Johns wrote: > Hi, > > I have a branch called 'no-preinstall' in a personal repo: > > https://git.rtems.org/chrisj/rtems.git/?h=no-preinstall > > It builds a beagleboneblack without networking and not much else looking at > the > results of a tier-1 build:

[PATCH 3/3] bsps/powerpc: Remove unused RTEMS_CPU_MODEL

2018-01-03 Thread Sebastian Huber
--- c/src/lib/libcpu/powerpc/configure.ac | 20 +++- 1 file changed, 3 insertions(+), 17 deletions(-) diff --git a/c/src/lib/libcpu/powerpc/configure.ac b/c/src/lib/libcpu/powerpc/configure.ac index 9f57922cc3..81e6bfab2c 100644 --- a/c/src/lib/libcpu/powerpc/configure.ac +++ b/c

[PATCH 1/3] bsps/powerpc: Move shared irq.h

2018-01-03 Thread Sebastian Huber
This header file is only used by motorola_powerpc, so not shared. Update #3254. Update #3268. --- c/src/lib/libbsp/powerpc/motorola_powerpc/Makefile.am | 4 ++-- .../libbsp/powerpc/{shared/irq => motorola_powerpc/include/bsp}/irq.h | 0 c/src/lib/libbsp/powerpc/motorola_powerpc/pr

[PATCH 2/3] bsps/powerpc: Rename BSP specific linkcmds.base

2018-01-03 Thread Sebastian Huber
Avoid name conflicts with shared linkcmds.base. Update #3254. --- c/src/lib/libbsp/powerpc/gen5200/Makefile.am| 2 +- c/src/lib/libbsp/powerpc/gen5200/preinstall.am | 6 +++--- c/src/lib/libbsp/powerpc/gen5200/startup/linkcmds.brs5l | 2 +-

Re: RTEMS_BSP_FAMILIY?

2018-01-03 Thread Chris Johns
> On 3 Jan 2018, at 2:44 am, Joel Sherrill wrote: > > > > On Jan 2, 2018 8:58 AM, "Sebastian Huber" > wrote: > Hello, > > some BSPs use this: > > c/src/lib/libbsp/m68k/mcf5225x/make/custom/mcf5225x.cfg:RTEMS_BSP_FAMILY=mcf5225x > c/src/lib/libbsp/powerpc/mvme5500/make/custom/mvme5500.cfg:R