Re: [PATCH] added malloc usable size and test

2022-03-15 Thread Joel Sherrill
On Fri, Mar 4, 2022 at 8:58 PM zack leung wrote: > closes #4503 > --- > cpukit/include/rtems/libcsupport.h| 5 +++ > cpukit/libcsupport/src/mallocusablesize.c | 48 +++ > spec/build/cpukit/librtemscpu.yml | 1 + > testsuites/libtests/malloctest/init.c |

Dependencies of PPS API in rtems-libbsd

2022-03-15 Thread Gabriel.Moyano
Hi everybody, I'm working on enabling PPS support in RTEMS (actually it is already running and I'm preparing the commits to send them) but have couple of questions about functions/macros that are defined in rtems-libbsd repository. Since the repository where the changes need to be applied is ju

Re: Dependencies of PPS API in rtems-libbsd

2022-03-15 Thread Sebastian Huber
Hello Gabriel, On 15/03/2022 16:31, gabriel.moy...@dlr.de wrote: I'm working on enabling PPS support in RTEMS does this mean you want to define PPS_SYNC for kern_tc.c and kern_ntptime.c in RTEMS? I guess you want to enable tc_poll_pps in struct timecounter as well? For what do you need the

[PATCH 1/1] libtftpfs: Change to BSD-2-Clause license

2022-03-15 Thread Frank Kuehndel
From: Frank Kühndel Eric Norum's permission to change the license can be found here: https://devel.rtems.org/attachment/ticket/3053/EricNorum-Permission.pdf Update #3053 --- cpukit/include/rtems/tftp.h | 72 +++-- cpukit/libfs/src/ftpfs/tftpDriver.c | 44

[PATCH 0/1] libtftpfs: Change to BSD-2-Clause license?

2022-03-15 Thread Frank Kuehndel
From: Frank Kühndel Hello, I want to extend the code of `libtftpfs` to support newer RFCs to increase the file download speed. This raises the question of the license of the involved source files. The current state is that the file headers are old. The code originates from W. Eric Norum. Fortun

[PATCH] c-user: Improve interrupt set affinity handling

2022-03-15 Thread Sebastian Huber
Update #3269. --- c-user/interrupt/directives.rst | 7 ++- c-user/interrupt/introduction.rst | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/c-user/interrupt/directives.rst b/c-user/interrupt/directives.rst index 69a8781..ffdb981 100644 --- a/c-user/interrupt/directive

Re: [PATCH 1/1] libtftpfs: Change to BSD-2-Clause license

2022-03-15 Thread Sebastian Huber
On 15/03/2022 17:27, Frank Kuehndel wrote: + * Copyright (C) W. Eric Norum Copyright statements should have a year. You can use the Git history to get it. -- embedded brains GmbH Herr Sebastian HUBER Dornierstr. 4 82178 Puchheim Germany email: sebastian.hu...@embedded-brains.de phone: +49-89

Re: [PATCH 1/1] libtftpfs: Change to BSD-2-Clause license

2022-03-15 Thread Frank Kühndel
Hi Sebastian, On 3/15/22 17:46, Sebastian Huber wrote: > On 15/03/2022 17:27, Frank Kuehndel wrote: >> + * Copyright (C) W. Eric Norum > > Copyright statements should have a year. You can use the Git history to > get it. Yes, I know. But I can only trace the history back to commit 39e6e65a2c5a3

Re: [PATCH 1/1] libtftpfs: Change to BSD-2-Clause license

2022-03-15 Thread Joel Sherrill
On Tue, Mar 15, 2022, 12:12 PM Frank Kühndel < frank.kuehn...@embedded-brains.de> wrote: > Hi Sebastian, > > On 3/15/22 17:46, Sebastian Huber wrote: > > On 15/03/2022 17:27, Frank Kuehndel wrote: > >> + * Copyright (C) W. Eric Norum > > > > Copyright statements should have a year. You can use the

[PATCH v2] libtftpfs: Change to BSD-2-Clause license

2022-03-15 Thread Frank Kuehndel
From: Frank Kühndel Eric Norum's permission to change the license can be found here: https://devel.rtems.org/attachment/ticket/3053/EricNorum-Permission.pdf Update #3053 --- cpukit/include/rtems/tftp.h | 72 +++-- cpukit/libfs/src/ftpfs/tftpDriver.c | 44

Re: [PATCH v2] libtftpfs: Change to BSD-2-Clause license

2022-03-15 Thread Joel Sherrill
This looks ok. On Tue, Mar 15, 2022 at 12:45 PM Frank Kuehndel < frank.kuehn...@embedded-brains.de> wrote: > From: Frank Kühndel > > Eric Norum's permission to change the license can be found here: > https://devel.rtems.org/attachment/ticket/3053/EricNorum-Permission.pdf > > Update #3053 > ---

Re: [PATCH 0/1] libtftpfs: Change to BSD-2-Clause license?

2022-03-15 Thread Joel Sherrill
On Tue, Mar 15, 2022 at 11:27 AM Frank Kuehndel < frank.kuehn...@embedded-brains.de> wrote: > From: Frank Kühndel > > Hello, > > I want to extend the code of `libtftpfs` to support newer RFCs to > increase the file download speed. This raises the question of the > license of the involved source f

[PATCH] microblaze: Add AXI GPIO driver

2022-03-15 Thread Alex White
--- bsps/include/dev/gpio/xilinx-axi-gpio.h | 311 ++ bsps/shared/dev/gpio/xilinx-axi-gpio.c| 221 + .../bsps/microblaze/microblaze_fpga/obj.yml | 2 + 3 files changed, 534 insertions(+) create mode 100644 bsps/include/dev/gpio/xilinx-axi-gpio.h crea

Re: [PATCH] added malloc usable size and test

2022-03-15 Thread Joel Sherrill
On Tue, Mar 15, 2022 at 10:25 AM Joel Sherrill wrote: > > > On Fri, Mar 4, 2022 at 8:58 PM zack leung > wrote: > >> closes #4503 >> --- >> cpukit/include/rtems/libcsupport.h| 5 +++ >> cpukit/libcsupport/src/mallocusablesize.c | 48 +++ >> spec/build/cpukit/librtems