[PATCH] Fix copyright notice of kernel space headers

2022-05-17 Thread Sebastian Huber
Use the copyright notice of the associated header file from FreeBSD if the kernel space header file contains a substantial amount of imported code. Add include guard checks to all header files. --- cpukit/include/machine/_kernel_cpuset.h | 11 +-- cpukit/include/machine/_kernel_mman.h | 40

Re: [PATCH] ISL, MPC, MPFR: fix configuration issues on ARM64/Darwin host

2022-05-17 Thread Joel Sherrill
On Tue, May 17, 2022, 6:27 PM Chris Johns wrote: > On 18/5/2022 4:33 am, Joel Sherrill wrote: > > Looked good to me and I pushed it. > > Thanks to all who helped get this change done. It is great to see hosts > other > than Linux being used in our community. > > > Thanks for suffering through all

Re: [PATCH] Synchronize all file descriptors in sync()

2022-05-17 Thread Chris Johns
On 17/5/2022 11:17 pm, Joel Sherrill wrote: > On Tue, May 17, 2022, 6:57 AM Sebastian Huber < > sebastian.hu...@embedded-brains.de> wrote: > >> On 13/05/2022 13:21, Sebastian Huber wrote: >>> Synchronize all file descriptors and not just the ones associated with a >> FILE >>> object. >>> >>> Close

Re: [PATCH] ISL, MPC, MPFR: fix configuration issues on ARM64/Darwin host

2022-05-17 Thread Chris Johns
On 18/5/2022 4:33 am, Joel Sherrill wrote: > Looked good to me and I pushed it. Thanks to all who helped get this change done. It is great to see hosts other than Linux being used in our community. > Thanks for suffering through all that. Managing patches to upstream > projects is a balancing ac

Re: stm32h747-disco board howto.

2022-05-17 Thread Karel Gardas
On 5/17/22 20:37, Gedare Bloom wrote: https://docs.rtems.org/branches/master/user/bsps/bsps-arm.html#stm32h7 So BSP then. Hm, (re)wrote majority of https://docs.rtems.org/branches/master/user/bsps/bsps-i386.html in the past -- and was not sure if this is the right place. Perhaps it is, I'll

Re: stm32h747-disco board howto.

2022-05-17 Thread Gedare Bloom
https://docs.rtems.org/branches/master/user/bsps/bsps-arm.html#stm32h7 https://git.rtems.org/rtems-docs/ On Tue, May 17, 2022 at 5:32 AM Karel Gardas wrote: > > > Guys, > > I'm curious, I've spent some time writing board specific howto for RTEMS > 6. I'd like to push that to official doc as mu

Re: [PATCH] ISL, MPC, MPFR: fix configuration issues on ARM64/Darwin host

2022-05-17 Thread Joel Sherrill
Looked good to me and I pushed it. Thanks for suffering through all that. Managing patches to upstream projects is a balancing act. We don't want to hold patches forever and we want to switch to new versions of upstream packages that don't need them as soon as we can. --joel On Tue, May 17, 202

[PATCH] ISL, MPC, MPFR: fix configuration issues on ARM64/Darwin host

2022-05-17 Thread Karel Gardas
Updates #4657. Sponsored-By: Precidata --- rtems/config/tools/rtems-gcc-12-newlib-head.cfg | 14 ++ 1 file changed, 14 insertions(+) diff --git a/rtems/config/tools/rtems-gcc-12-newlib-head.cfg b/rtems/config/tools/rtems-gcc-12-newlib-head.cfg index 4ea99a0..ce168ea 100644 --- a/r

Re: [PATCH] ISL, MPC, MPFR: fix configuration issues on ARM64/Darwin host

2022-05-17 Thread Karel Gardas
On 5/17/22 15:19, Joel Sherrill wrote: Oh, I see there is a big misunderstanding here. When I submitted the patch with patches, Joel reacted and explained what to do. Perhaps I've interpreted the info badly, but my general impression was: do all this and then we will allow it for

Re: [PATCH] ISL, MPC, MPFR: fix configuration issues on ARM64/Darwin host

2022-05-17 Thread Joel Sherrill
On Tue, May 17, 2022, 6:39 AM Karel Gardas wrote: > On 5/17/22 13:30, Chris Johns wrote: > > On 17/5/22 7:48 pm, Karel Gardas wrote: > >> On 5/17/22 11:42, Chris Johns wrote: > >>> On 17/5/22 4:14 am, Joel Sherrill wrote: > On Mon, May 16, 2022, 12:33 PM Karel Gardas > wrote: > > On 5/1

Re: [PATCH] Synchronize all file descriptors in sync()

2022-05-17 Thread Joel Sherrill
On Tue, May 17, 2022, 6:57 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > On 13/05/2022 13:21, Sebastian Huber wrote: > > Synchronize all file descriptors and not just the ones associated with a > FILE > > object. > > > > Close #4656. > > Any comments? I would like to back port

Re: [PATCH v3 04/11] kern_tc.c: Replace FREEBSD event mechanism by adding pointers to function

2022-05-17 Thread Sebastian Huber
FREEBSD should be FreeBSD. On 04/05/2022 14:12, Gabriel Moyano wrote: --- cpukit/include/sys/timepps.h | 21 cpukit/score/src/kern_tc.c | 38 2 files changed, 59 insertions(+) diff --git a/cpukit/include/sys/timepps.h b/cpukit/incl

Re: [PATCH] Synchronize all file descriptors in sync()

2022-05-17 Thread Sebastian Huber
On 13/05/2022 13:21, Sebastian Huber wrote: Synchronize all file descriptors and not just the ones associated with a FILE object. Close #4656. Any comments? I would like to back port this fix to RTEMS 5. -- embedded brains GmbH Herr Sebastian HUBER Dornierstr. 4 82178 Puchheim Germany email:

Re: [PATCH] ISL, MPC, MPFR: fix configuration issues on ARM64/Darwin host

2022-05-17 Thread Karel Gardas
On 5/17/22 13:30, Chris Johns wrote: On 17/5/22 7:48 pm, Karel Gardas wrote: On 5/17/22 11:42, Chris Johns wrote: On 17/5/22 4:14 am, Joel Sherrill wrote: On Mon, May 16, 2022, 12:33 PM Karel Gardas wrote: On 5/13/22 15:57, Joel Sherrill wrote: We do not put patches in RTEMS repos. File an

stm32h747-disco board howto.

2022-05-17 Thread Karel Gardas
Guys, I'm curious, I've spent some time writing board specific howto for RTEMS 6. I'd like to push that to official doc as much as possible (if you like it), but I'm not sure where exactly. So far most natural to me looks hardware subsection added into the Quick Start of the User Manual. Be

Re: [PATCH] ISL, MPC, MPFR: fix configuration issues on ARM64/Darwin host

2022-05-17 Thread Chris Johns
On 17/5/22 7:48 pm, Karel Gardas wrote: > On 5/17/22 11:42, Chris Johns wrote: >> On 17/5/22 4:14 am, Joel Sherrill wrote: >>> On Mon, May 16, 2022, 12:33 PM Karel Gardas wrote: On 5/13/22 15:57, Joel Sherrill wrote: > We do not put patches in RTEMS repos. File an rtems ticket, attach the

Re: [PATCH] rtemstoolkit:libelf: sync _libelf_config.h with FreeBSD

2022-05-17 Thread Chris Johns
OK. I have push it. Thanks Chris On 12/5/22 5:19 pm, Karel Gardas wrote: > This fixes compilation issue on Apple M1. > --- > .../elftoolchain/libelf/_libelf_config.h | 62 +++ > 1 file changed, 21 insertions(+), 41 deletions(-) > > diff --git a/rtemstoolkit/elftoolchain/lib

Re: [PATCH] ISL, MPC, MPFR: fix configuration issues on ARM64/Darwin host

2022-05-17 Thread Karel Gardas
On 5/17/22 11:42, Chris Johns wrote: On 17/5/22 4:14 am, Joel Sherrill wrote: On Mon, May 16, 2022, 12:33 PM Karel Gardas wrote: On 5/13/22 15:57, Joel Sherrill wrote: We do not put patches in RTEMS repos. File an rtems ticket, attach them, and reference them from there. If they are needed u

Re: [PATCH] ISL, MPC, MPFR: fix configuration issues on ARM64/Darwin host

2022-05-17 Thread Chris Johns
On 17/5/22 4:14 am, Joel Sherrill wrote: > On Mon, May 16, 2022, 12:33 PM Karel Gardas wrote: >> On 5/13/22 15:57, Joel Sherrill wrote: >>> We do not put patches in RTEMS repos. File an rtems ticket, attach them, >>> and reference them from there. >>> >>> If they are needed upstream, please submit