Submit Outstanding Patches Via GitLab

2024-05-01 Thread Joel Sherrill
Hi If you have any patches that are still pending on the mailing list, please get yourself an account on gitlab.rtems.org and submit them as a merge request. Instructions are linked to in Chris' emails. Help is available on devel@ and Discord. Thanks. -

Re: Xilinx QSPI Flash Patches

2024-01-24 Thread Kinsey Moore
Patches 1 and 3 look good. I need to spend more time reviewing patch 2 than I have right at this moment. Kinsey On Tue, Jan 23, 2024 at 11:22 PM wrote: > Hi All, > > Attached are V2 of the patches that adds a wrapper around Xilinx's$ > XQspiPsu flash driver to rtems_flashd

Xilinx QSPI Flash Patches

2024-01-23 Thread aaron . nyholm
Hi All, Attached are V2 of the patches that adds a wrapper around Xilinx's$ XQspiPsu flash driver to rtems_flashdev. This has been placed in$ bsp/shared. The JFFS2 driver has been removed as it is outdated. Thanks, Aaron. ___ devel mailing list

[PATCHES rtems, libbsd] Add PCIe and VME support for qoriq

2024-01-23 Thread Christian Mauderer
`tsi148` is set to on in the buildset in libbsd. Otherwise, no VME parts will be linked into the application. Please note that the libbsd patches currently can only be applied to 6-freebsd-12. The master branch is a few months behind the 6-freebsd-12 in the FreeBSD development. Unluckily, the PCIe driver

Re: style patches - discuss

2023-12-19 Thread Gedare Bloom
On Thu, Dec 7, 2023 at 12:19 AM Sebastian Huber wrote: > > Hello, > > it seems we still have no tool and configuration to get satisfying > results when applied to existing RTEMS source files. May I suggest a > more pragmatic approach which focuses on new files. Would it be an > option to simply us

Re: style patches - discuss

2023-12-06 Thread Sebastian Huber
Hello, it seems we still have no tool and configuration to get satisfying results when applied to existing RTEMS source files. May I suggest a more pragmatic approach which focuses on new files. Would it be an option to simply use automatic formatting for all new files specifically written fo

[PATCHES v2] bsps/imxrt: Support GPIO CS for LPSPI; Minor fix for imxrt1166

2023-11-21 Thread Christian Mauderer
Hello, I noted some minor bugs in the first version of the patches while using them. So here is a second version. That are BSP specific patches and I now used the driver in this configuration for some time and found no further problems. So if no one objects, I will push the patches in a few days

[PATCHES] bsps/imxrt: Support GPIO CS for LPSPI; Minor fix for imxrt1166

2023-11-09 Thread Christian Mauderer
Hello, with this patch set, the LPSPI of the imxrt BSPs now can use a GPIO as a chip select pin. The documentation is updated to show how it works. Additionally a minor fix for the iomux for the imxrt1166 is added. On that BSP some pins have been initialized that shouldn't be initialized unless s

Re: style patches - discuss

2023-07-27 Thread Joel Sherrill
On Thu, Jul 27, 2023, 1:13 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > > > On 26.07.23 17:17, Gedare Bloom wrote: > > On Tue, Jul 25, 2023 at 11:15 PM Sebastian Huber > > wrote: > >> > >> On 25.07.23 23:41, Gedare Bloom wrote: &

Re: style patches - discuss

2023-07-26 Thread Sebastian Huber
On 26.07.23 17:17, Gedare Bloom wrote: On Tue, Jul 25, 2023 at 11:15 PM Sebastian Huber wrote: On 25.07.23 23:41, Gedare Bloom wrote: I have sent two initial patches to begin the style reformat. The clang-format file is not quite 100%, and it's also not usable by anyone else (as I wai

Re: style patches - discuss

2023-07-26 Thread Gedare Bloom
On Tue, Jul 25, 2023 at 11:15 PM Sebastian Huber wrote: > > On 25.07.23 23:41, Gedare Bloom wrote: > > I have sent two initial patches to begin the style reformat. The > > clang-format file is not quite 100%, and it's also not usable by > > anyone else (as I wa

Re: style patches - discuss

2023-07-25 Thread Sebastian Huber
On 25.07.23 23:41, Gedare Bloom wrote: I have sent two initial patches to begin the style reformat. The clang-format file is not quite 100%, and it's also not usable by anyone else (as I wait for changes to be accepted upstream). A few things to note: * We can always manually override

Re: style patches - discuss

2023-07-25 Thread Gedare Bloom
https://git.rtems.org/gedare/rtems.git/log/?h=aarch64-reformat https://git.rtems.org/gedare/rtems.git/log/?h=arm-reformat On Tue, Jul 25, 2023 at 3:56 PM Chris Johns wrote: > > On 26/7/2023 7:41 am, Gedare Bloom wrote: > > I have sent two initial patches to begin the style r

Re: style patches - discuss

2023-07-25 Thread Chris Johns
On 26/7/2023 7:41 am, Gedare Bloom wrote: > I have sent two initial patches to begin the style reformat. The > clang-format file is not quite 100%, and it's also not usable by > anyone else (as I wait for changes to be accepted upstream). > > A few things to note: > *

style patches - discuss

2023-07-25 Thread Gedare Bloom
I have sent two initial patches to begin the style reformat. The clang-format file is not quite 100%, and it's also not usable by anyone else (as I wait for changes to be accepted upstream). A few things to note: * We can always manually override style with good reason. If you see something

v2 Patches to fix #4723

2023-07-20 Thread chrisj
Hi, This verison: 1. Fixes the comment after the review 2. The nfs01 test exits when finished rather than stopping in the shell 3. Add a fix to allow multiple mounts with the same mount basename Chris ___ devel mailing list devel@rtems.org http://list

[PATCHES] Add i.MXRT1166 based BSP

2023-07-13 Thread Christian Mauderer
Hello, some weeks back, I mentioned that I want to add a new BSP variant to the i.MXRT family. Now I have finally a version that is clean enough to publish it. I'm sure that some more patches for further components will follow (like USB). But the current version is stable and usable enou

[PATCH rtems v2 02/12] bsps/imxrt: (Re-)Apply RTEMS patches to new lib

2023-05-09 Thread Christian Mauderer
Reapply patches used in the old version of the NXP library and apply patches necessary for the new version of the library. --- .../devices/MIMXRT1052/fsl_device_registers.h | 3 + .../MIMXRT1052/xip/fsl_flexspi_nor_boot.h | 4 + .../devices/MIMXRT1166/fsl_device_registers.h | 3

[PATCH rtems 03/12] bsps/imxrt: (Re-)Apply RTEMS patches to new lib

2023-05-04 Thread Christian Mauderer
Reapply patches used in the old version of the NXP library and apply patches necessary for the new version of the library. --- .../devices/MIMXRT1011/fsl_device_registers.h | 3 + .../MIMXRT1011/xip/fsl_flexspi_nor_boot.h | 4 + .../devices/MIMXRT1015/fsl_device_registers.h | 3

Re: [PATCHES rtems, source-builder] Add GitHub Actions scripts

2023-01-19 Thread Christian MAUDERER
bot that adds a comment to pull requests, that patches should be sent to the mailing list as soon as they are tested. It will close pull requests after 30 days. That can be disabled again with removing that action. All artefacts can be removed by everyone with enough rights in the RTEMS GitHub

Re: [PATCHES rtems, source-builder] Add GitHub Actions scripts

2023-01-19 Thread Chris Johns
ts, we will have a bot that adds a comment to pull > requests, > that patches should be sent to the mailing list as soon as they are tested. It > will close pull requests after 30 days. That can be disabled again with > removing > that action. > > All artefacts can b

Re: [PATCHES rtems, source-builder] Add GitHub Actions scripts

2023-01-19 Thread Christian MAUDERER
(because we have found and implemented a proper CI/CD that we officially want to use and not only have in a test phase), we can just remove the scripts with a new commit. If we use both commits, we will have a bot that adds a comment to pull requests, that patches should be sent to the mailing list

Re: [PATCHES rtems, source-builder] Add GitHub Actions scripts

2023-01-19 Thread Sebastian Huber
On 19.01.23 15:42, Gedare Bloom wrote: Nice. I would like some time to look at this and think about it a little more. What would be the plan for removing this capability? Will it leave any artifacts behind in the RTEMS github mirror? It seems by default stuff is kept for about 90 days: https:/

Re: [PATCHES rtems, source-builder] Add GitHub Actions scripts

2023-01-19 Thread Gedare Bloom
I created a GitHub Actions based CI script that we > (embedded brains) wanted to use to test patches (see > https://github.com/embedded-brains/rtems/tree/ci). I don't think much of > the RTEMS community noted these. I would like to suggest adding the > scripts to the official R

[PATCHES rtems, source-builder] Add GitHub Actions scripts

2023-01-16 Thread Christian Mauderer
Hello, some weeks ago I created a GitHub Actions based CI script that we (embedded brains) wanted to use to test patches (see https://github.com/embedded-brains/rtems/tree/ci). I don't think much of the RTEMS community noted these. I would like to suggest adding the scripts to the official

Re: Text Formatting Patches coming

2022-11-02 Thread Gedare Bloom
t; Software). >> > > 2. Consistent capitalization of Copyright (C) in file header blocks as >> > > per #4637. >> > > * Style Updates as per #3860. >> > > >> > > This effort will include documentation, inclusion of automation tools, >> >

Re: Text Formatting Patches coming

2022-11-01 Thread Joel Sherrill
t; per #4637. > > > * Style Updates as per #3860. > > > > > > This effort will include documentation, inclusion of automation tools, > > > and 3rd party software management. I will send patches and give notice > > > before any changes hit, but I wanted to give

Re: Text Formatting Patches coming

2022-11-01 Thread Gedare Bloom
ntation, inclusion of automation tools, > > and 3rd party software management. I will send patches and give notice > > before any changes hit, but I wanted to give a heads up here that this > > process will be taking place. If you have any specific requests or > > patches p

Re: Text Formatting Patches coming

2022-10-31 Thread Chris Johns
y > Software). > 2. Consistent capitalization of Copyright (C) in file header blocks as > per #4637. > * Style Updates as per #3860. > > This effort will include documentation, inclusion of automation tools, > and 3rd party software management. I will send patches and give notic

Re: Text Formatting Patches coming

2022-10-31 Thread Joel Sherrill
ools, > and 3rd party software management. I will send patches and give notice > before any changes hit, but I wanted to give a heads up here that this > process will be taking place. If you have any specific requests or > patches pending in an area that I should avoid

Text Formatting Patches coming

2022-10-31 Thread Gedare Bloom
file header blocks as per #4637. * Style Updates as per #3860. This effort will include documentation, inclusion of automation tools, and 3rd party software management. I will send patches and give notice before any changes hit, but I wanted to give a heads up here that this process will be taking

Re: Review Request for DCAN patches

2022-10-26 Thread Prashanth S
Hi Christian, I squashed the commits and pushed to the same branch. https://gitlab.com/slpp95prashanth/gsoc-2022/-/tree/can-dev-squashed1 Regards Prashanth S On Wed, 26 Oct, 2022, 10:56 pm , wrote: > Hello Prashanth, > > from my point of view the patches look good and I think you

Re: Review Request for DCAN patches

2022-10-26 Thread oss
Hello Prashanth, from my point of view the patches look good and I think you processed Gedares feedback too. So if no one objects I'll pus the patches on the weekend. Last version is this one: https://gitlab.com/slpp95prashanth/gsoc-2022/-/commits/30199c2af1c65f05f820a/ Like discuss

Review Request for DCAN patches

2022-10-16 Thread Prashanth S
Hi All, This is a review request for the DCAN patch, I have updated the files based on review comments. Attaching the patch as a zip file. Regards Prashanth S DCAN.tar.lzma Description: application/lzma ___ devel mailing list devel@rtems.org http://li

[PATCH v1 00/12] gcc 12 warnings patches

2022-08-16 Thread Ryan Long
Hi, For these patches I fixed some of the warnings and added pragmas to ignore some of the others. These were the warnings I got when building AArch64/xilinx_zynqmp_lp64_qemu. If you have any feedback on fixing some of these warnings instead of just ignoring them, please let me know and I can get

Re: [PATCH rtems-lwip v1 0/9] Bring in devel patches and add ZynqMP

2022-07-12 Thread Vijay Kumar Banerjee
i Kinsey, > > > > This patchset is looking great. Thank you! > > Unfortunately, I won't be able to test the BBB right away but I see > > that most patches are probably from the devel branch of lwip, which I > > > > correction: most of BBB related changes. :)

[newlib 14/65] Add flags for upcoming patches related to improved ECN handling.

2022-07-07 Thread Sebastian Huber
From: Michael Tuexen No functional change. Submitted by: Richard Scheffenegger Reviewed by: rgrimes@, tuexen@ Differential Revision: https://reviews.freebsd.org/D22429 --- newlib/libc/sys/rtems/include/netinet/tcp.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/newlib/li

Re: [PATCH rtems-lwip v1 0/9] Bring in devel patches and add ZynqMP

2022-07-01 Thread Vijay Kumar Banerjee
est the BBB right away but I see > that most patches are probably from the devel branch of lwip, which I > > correction: most of BBB related changes. :) > > It should actually be all of the BBB related changes, I just squashed some of > them together since I was doing a p

Re: [PATCH rtems-lwip v1 0/9] Bring in devel patches and add ZynqMP

2022-07-01 Thread Kinsey Moore
On 7/1/2022 18:50, Vijay Kumar Banerjee wrote: On Fri, Jul 1, 2022 at 5:49 PM Vijay Kumar Banerjee wrote: Hi Kinsey, This patchset is looking great. Thank you! Unfortunately, I won't be able to test the BBB right away but I see that most patches are probably from the devel branch of

Re: [PATCH rtems-lwip v1 0/9] Bring in devel patches and add ZynqMP

2022-07-01 Thread Vijay Kumar Banerjee
On Fri, Jul 1, 2022 at 5:49 PM Vijay Kumar Banerjee wrote: > > Hi Kinsey, > > This patchset is looking great. Thank you! > Unfortunately, I won't be able to test the BBB right away but I see > that most patches are probably from the devel branch of lwip, which I correcti

Re: [PATCH rtems-lwip v1 0/9] Bring in devel patches and add ZynqMP

2022-07-01 Thread Vijay Kumar Banerjee
Hi Kinsey, This patchset is looking great. Thank you! Unfortunately, I won't be able to test the BBB right away but I see that most patches are probably from the devel branch of lwip, which I tested before. I am going to wait till Tuesday, to get any comments or objections from others.

[PATCH rtems-lwip v1 0/9] Bring in devel patches and add ZynqMP

2022-07-01 Thread Kinsey Moore
This brings in a significantly cleaned up version of the remaining patches on the devel branch and adds support for ZynqMP CGEMs. I have tested CGEM0 on QEMU and CGEM3 on hardware. I am unable to test on the BeagleBoneBlack at the moment, so I'd appreciate a double-check to ensure I haven

Re: RTEMS-specific Newlib patches for aarch64

2022-04-22 Thread Kinsey Moore
On 4/22/2022 07:28, Sebastian Huber wrote: On 17/03/2022 13:30, Kinsey Moore wrote: On 3/17/2022 05:00, Sebastian Huber wrote: Hello, the current Newlib build fails for aarch64 due to RTEMS-specific patches:   CC   libc/string/libc_a-wcscmp.o ../../../gnu-mirror-gcc-0f001dd/newlib/libc

Re: RTEMS-specific Newlib patches for aarch64

2022-04-22 Thread Sebastian Huber
On 17/03/2022 13:30, Kinsey Moore wrote: On 3/17/2022 05:00, Sebastian Huber wrote: Hello, the current Newlib build fails for aarch64 due to RTEMS-specific patches:   CC   libc/string/libc_a-wcscmp.o ../../../gnu-mirror-gcc-0f001dd/newlib/libc/machine/aarch64/setjmp.S:29:10: fatal

Re: RTEMS-specific Newlib patches for aarch64

2022-03-17 Thread Kinsey Moore
On 3/17/2022 10:43, Sebastian Huber wrote: On 17/03/2022 16:40, Kinsey Moore wrote: with current newlib (ed32020) This is not the current Newlib. There are a couple of build system patches on top of it. I guess the problem is that one location in the patch uses #include <...> a

Re: RTEMS-specific Newlib patches for aarch64

2022-03-17 Thread Sebastian Huber
On 17/03/2022 16:40, Kinsey Moore wrote: with current newlib (ed32020) This is not the current Newlib. There are a couple of build system patches on top of it. I guess the problem is that one location in the patch uses #include <...> and not #include "...'. -- embedded

Re: RTEMS-specific Newlib patches for aarch64

2022-03-17 Thread Kinsey Moore
On 3/17/2022 07:30, Kinsey Moore wrote: On 3/17/2022 05:00, Sebastian Huber wrote: Hello, the current Newlib build fails for aarch64 due to RTEMS-specific patches:   CC   libc/string/libc_a-wcscmp.o ../../../gnu-mirror-gcc-0f001dd/newlib/libc/machine/aarch64/setjmp.S:29:10: fatal error

Re: RTEMS-specific Newlib patches for aarch64

2022-03-17 Thread Kinsey Moore
On 3/17/2022 05:00, Sebastian Huber wrote: Hello, the current Newlib build fails for aarch64 due to RTEMS-specific patches:   CC   libc/string/libc_a-wcscmp.o ../../../gnu-mirror-gcc-0f001dd/newlib/libc/machine/aarch64/setjmp.S:29:10: fatal error: ../asmdefs.h: No such file or directory

RTEMS-specific Newlib patches for aarch64

2022-03-17 Thread Sebastian Huber
Hello, the current Newlib build fails for aarch64 due to RTEMS-specific patches: CC libc/string/libc_a-wcscmp.o ../../../gnu-mirror-gcc-0f001dd/newlib/libc/machine/aarch64/setjmp.S:29:10: fatal error: ../asmdefs.h: No such file or directory 29 | #include <../asmdef

Re: [PATCHES] Fix PPP in libbsd and optimize ATSAM console

2022-02-07 Thread Gedare Bloom
for these in the last two weeks. I assume there > >> are no further objections and I can push the patches to master in about > >> a week so that the bug is fixed at least for 6. > >> > > Yeah, that's fine with me, thanks for getting it tested on another &

Re: [PATCHES] Fix PPP in libbsd and optimize ATSAM console

2022-02-07 Thread Christian MAUDERER
Hello Gedare, Am 07.02.22 um 16:40 schrieb Gedare Bloom: On Wed, Feb 2, 2022 at 8:20 AM Christian MAUDERER wrote: Hello, I received no comments for these in the last two weeks. I assume there are no further objections and I can push the patches to master in about a week so that the bug is

Re: [PATCHES] Fix PPP in libbsd and optimize ATSAM console

2022-02-07 Thread Gedare Bloom
On Wed, Feb 2, 2022 at 8:20 AM Christian MAUDERER wrote: > > Hello, > > I received no comments for these in the last two weeks. I assume there > are no further objections and I can push the patches to master in about > a week so that the bug is fixed at least for 6. > Yeah

Re: [PATCHES] Fix PPP in libbsd and optimize ATSAM console

2022-02-02 Thread Christian MAUDERER
Hello, I received no comments for these in the last two weeks. I assume there are no further objections and I can push the patches to master in about a week so that the bug is fixed at least for 6. Best regards Christian Am 27.01.22 um 13:25 schrieb Christian MAUDERER: Hello, again: What

Re: [PATCHES] Fix PPP in libbsd and optimize ATSAM console

2022-01-27 Thread Christian MAUDERER
Hello, again: What can I do to make the patches acceptable? Best regards Christian Am 21.01.22 um 11:57 schrieb Christian MAUDERER: Ping. Am 18.01.22 um 12:22 schrieb Christian MAUDERER: Hello, I noted that I still have this patch set open. I first posted it in August 2021 and later

Re: [PATCHES] Fix PPP in libbsd and optimize ATSAM console

2022-01-21 Thread Christian MAUDERER
Ping. Am 18.01.22 um 12:22 schrieb Christian MAUDERER: Hello, I noted that I still have this patch set open. I first posted it in August 2021 and later pinged it in September 2021. Both times no conclusion has been found. I would like to finally finish this topic and get the patches in an

Re: [PATCHES] Fix PPP in libbsd and optimize ATSAM console

2022-01-18 Thread Christian MAUDERER
Hello, I noted that I still have this patch set open. I first posted it in August 2021 and later pinged it in September 2021. Both times no conclusion has been found. I would like to finally finish this topic and get the patches in an acceptable state. To simplify it a bit, let's

Re: [PATCH rtems-tools 0/6] Fix formatting patches

2021-12-13 Thread Chris Johns
OK and thanks for the split. Thanks Chris On 14/12/21 3:09 am, Ryan Long wrote: > Hi, > > For this patchset I made the formatting more consistent. > > This included: > > - adding whitespace > - adding curly braces to if statements or loops > - fixing the layout of long lists of function parame

[PATCH rtems-tools 0/6] Fix formatting patches

2021-12-13 Thread Ryan Long
Hi, For this patchset I made the formatting more consistent. This included: - adding whitespace - adding curly braces to if statements or loops - fixing the layout of long lists of function parameters Thanks, Ryan Ryan Long (6): ObjdumpProcessor.cc: Fix formatting TargetFactory.cc: Fix for

Re: [PATCH rtems-tools v2 0/4] Convert to C++ patches

2021-12-09 Thread Chris Johns
On 10/12/21 10:00 am, Ryan Long wrote: > For this round of changes, I made some revisions that were recommended > in ConfigFile.cc > > - deleted a library include > - changed a function call from sscanf to std::sscanf > - consolidated some error messages into a function OK to push. Thanks Chris

[PATCH rtems-tools v2 0/4] Convert to C++ patches

2021-12-09 Thread Ryan Long
Hi, For this round of changes, I made some revisions that were recommended in ConfigFile.cc - deleted a library include - changed a function call from sscanf to std::sscanf - consolidated some error messages into a function Thanks, Ryan Ryan Long (4): TargetFactory.cc: Convert to C++ Target

[PATCH rtems-tools v1 0/4] Convert to C++ patches

2021-12-08 Thread Ryan Long
Hi, For this series of patches, I - Changed char * parameters and variables to a string - Changed C functions to corresponding C++ functions - Switched C file handling out for C++ file handling Thanks, Ryan Ryan Long (4): TargetFactory.cc: Convert to C++ Target: Convert to C++ ConfigFile

[RTEMS 5 PATCH] devel/qemu4: Add patches so qemu4 can build

2021-12-03 Thread Ryan Long
These patches add patches that fix the build issues preventing qemu4 from building on Ubuntu. Closes #4561 --- bare/config/devel/glib-2.46.2-1.cfg | 2 ++ bare/config/devel/qemu4-git-1.cfg | 2 ++ 2 files changed, 4 insertions(+) diff --git a/bare/config/devel/glib-2.46.2-1.cfg b/bare/config

Please ignore today's patches.

2021-11-11 Thread Karel Gardas
r acceptable especially since thunderbird may always malformat the patch. I'm setting up git email framework to better work with rtems-devel@. Once done, I'll resubmit the patches again. Thanks for your patience, Karel ___ devel mailing lis

Re: [PATCH rtems-tools v1 0/2] Uncaught exception patches

2021-10-07 Thread Chris Johns
OK for both On 8/10/21 12:40 am, Ryan Long wrote: > Hi, > > These patches fix the "Uncaught exception" Coverity issues. To fix this, > I just added a try and catch for the exception that Coverity identified. > > Thanks, > Ryan > > Ryan Long (2): > Tr

[PATCH rtems-tools v1 0/2] Uncaught exception patches

2021-10-07 Thread Ryan Long
Hi, These patches fix the "Uncaught exception" Coverity issues. To fix this, I just added a try and catch for the exception that Coverity identified. Thanks, Ryan Ryan Long (2): TraceConverter.cc: Add catch for exception rld-rapp.cpp: Add catch for exception rtemstoolkit/r

Re: [PATCHES] Fix PPP in libbsd and optimize ATSAM console

2021-09-27 Thread Christian MAUDERER
? Of course. Is there still an open point left of can I push the patches? What happens if another BSP needs the same change? Is it also OK for the same reasons or is this the only one? As the PPPD code needs specific drivers can the build in LibBSD be restricted to the BSPs that support it and

Re: [PATCHES] Fix PPP in libbsd and optimize ATSAM console

2021-09-27 Thread Chris Johns
sh the patches? What happens if another BSP needs the same change? Is it also OK for the same reasons or is this the only one? As the PPPD code needs specific drivers can the build in LibBSD be restricted to the BSPs that support it and no others? > Chris: Back when I posted the patch set you menti

Re: [PATCHES] Fix PPP in libbsd and optimize ATSAM console

2021-09-27 Thread Christian MAUDERER
patches? Best regards Christian Am 12.08.21 um 13:41 schrieb Christian Mauderer: Hello, this set of patches fixes PPP. Basically the current implementation in libbsd can't work with console drivers that can't buffer a lot of characters. The pppstart() function just assumes that the

[PATCHES] Fix PPP in libbsd and optimize ATSAM console

2021-08-12 Thread Christian Mauderer
Hello, this set of patches fixes PPP. Basically the current implementation in libbsd can't work with console drivers that can't buffer a lot of characters. The pppstart() function just assumes that the low level console write can send an arbitrary number of characters without checkin

Re: [PATCH 0/3] Add ostream_guard patches

2021-08-11 Thread Chris Johns
OK to push. Thanks Chris On 12/8/21 7:09 am, Ryan Long wrote: > Hi, > > In this series of patches, I just added ostream_guards where there were > "Restore ostream format" errors. This won't make the error go away, but > we're going to start ign

[PATCH 0/3] Add ostream_guard patches

2021-08-11 Thread Ryan Long
Hi, In this series of patches, I just added ostream_guards where there were "Restore ostream format" errors. This won't make the error go away, but we're going to start ignoring those errors and just placing ostream_guards as was done here. Thanks, Ryan Ryan Long (3)

Re: [PATCH rtems-libbsd v4] NFSv4 Patches

2021-08-09 Thread Gedare Bloom
of memset() with 0: int some_array[10] = {0}; On Wed, Aug 4, 2021 at 2:53 AM wrote: > > Hi, > > This the first group of patches for the NFSv4 port. This is the only > part of the patches posted to devel, the complete series of patches > can be downloaded from: > > http

[PATCH rtems-libbsd v4] NFSv4 Patches

2021-08-04 Thread chrisj
Hi, This the first group of patches for the NFSv4 port. This is the only part of the patches posted to devel, the complete series of patches can be downloaded from: https://ftp.rtems.org/pub/rtems/people/chrisj/nfsv4/patches/4/ I have pushed the patch series to my personal repo: https

Re: [PATCH 1/3] rsb: Store patches in separate directories

2021-07-27 Thread Chris Johns
On 28/7/21 12:13 am, Alex White wrote: > On Tue, Jul 27, 2021 at 12:46 AM Chris Johns wrote: >> >> On 27/7/21 3:39 pm, Sebastian Huber wrote: >> > On 27/07/2021 05:30, Alex White wrote: >> >> This prevents patches with the same name from conflicting

Re: [PATCH 1/3] rsb: Store patches in separate directories

2021-07-27 Thread Alex White
On Tue, Jul 27, 2021 at 12:46 AM Chris Johns wrote: > > On 27/7/21 3:39 pm, Sebastian Huber wrote: > > On 27/07/2021 05:30, Alex White wrote: > >> This prevents patches with the same name from conflicting and causing > >> the build to fail. > > > > Why

Re: [PATCH 1/3] rsb: Store patches in separate directories

2021-07-26 Thread Chris Johns
On 27/7/21 3:39 pm, Sebastian Huber wrote: > On 27/07/2021 05:30, Alex White wrote: >> This prevents patches with the same name from conflicting and causing >> the build to fail. > > Why can't the patches have a unique file name? Yeap and if specific to Xilinx an

Re: [PATCH 1/3] rsb: Store patches in separate directories

2021-07-26 Thread Sebastian Huber
On 27/07/2021 05:30, Alex White wrote: This prevents patches with the same name from conflicting and causing the build to fail. Why can't the patches have a unique file name? -- embedded brains GmbH Herr Sebastian HUBER Dornierstr. 4 82178 Puchheim Germany email: sebastian.hu...@emb

Re: [PATCH 1/3] rsb: Store patches in separate directories

2021-07-26 Thread Chris Johns
Hi Ryan, Why is this needed? Does this change effect all builds and does a user end up with copies of the same patches? Have you built a full release with this change? It will be required for me to consider accepting any part of these patches. Chris On 27/7/21 1:30 pm, Alex White wrote

[PATCH 1/3] rsb: Store patches in separate directories

2021-07-26 Thread Alex White
This prevents patches with the same name from conflicting and causing the build to fail. --- source-builder/defaults.mc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source-builder/defaults.mc b/source-builder/defaults.mc index 98775e8..d24d969 100644 --- a/source-builder

[PATCH 0/4] Strong APA Patches

2021-06-09 Thread Richi Dubey
Hi, The following patches update the Strong APA Scheduler, the existing test for the scheduler and add two more test for the scheduler that use different number of cpus. The scheduler has been tested on rtems-test with Strong APA scheduler set as the default scheduler; It performs as good as

Re: [PATCH v1 0/4] Acked patches

2021-05-28 Thread Joel Sherrill
Unless there is an objection over the weekend, I will push these Monday. Then we can begin to wade through the ones with commentary that have lingered. Probably one at a time now. --joel On Fri, May 28, 2021 at 2:11 PM Ryan Long wrote: > Hi, > > These patches are from various patc

[PATCH v1 0/6] rtems-tools resource leak patches

2021-05-28 Thread Ryan Long
Hi, In these patches, I added missing fclose()'s and converted some pointers to be of the data type that they were pointing to. Thanks, Ryan Ryan Long (6): Explanations.cc: Fix resource leaks TraceReaderLogQEMU.cc: Fix resource leak GcovData.cc: Fix resource leak TraceWriterQEMU.cc

[PATCH v1 0/4] Acked patches

2021-05-28 Thread Ryan Long
Hi, These patches are from various patch sets to fix Coverity issues. These were previously acked, but other patches in the corresponding patch sets prevented them from getting pushed. Thanks, Ryan Ryan Long (4): rtems-fdt.c: Fix Resource leak (CID #1437645) main_rtrace.c: Add error return

[PATCH 0/3] minimum.exe Size Reduction Patches

2021-05-21 Thread Joel Sherrill
This patch set is the culmination of the recent inquiry into why some BSPs have a minimum.exe around 32K of text and others are twice that. This addresses two unnecessary dependencies that resulted in ~25K reductions in minimum.exe for the jmr3904 and psim BSPs. I plan to make a sweep in the near

Re: [PATCH v2 0/3] Unchecked return value from library patches

2021-04-05 Thread Gedare Bloom
All 3 are fine with me, thanks On Mon, Apr 5, 2021 at 7:28 AM Ryan Long wrote: > > Hi, > > For these patches, I just added #ifdefs and (void)'s to get rid of the > issues. > > Thanks, > Ryan > > Ryan Long (3): > gen_uuid.c: Ignore return values from fcnt

[PATCH v2 0/3] Unchecked return value from library patches

2021-04-05 Thread Ryan Long
Hi, For these patches, I just added #ifdefs and (void)'s to get rid of the issues. Thanks, Ryan Ryan Long (3): gen_uuid.c: Ignore return values from fcntl() main_cp.c: Ignore return value from stat() main_help.c: Do not care what char is returned by getchar() cpukit/libmisc/

[PATCH 0/3] Unchecked return value from library patches

2021-03-31 Thread Ryan Long
Hi, For these patches, I just added #ifdefs and (void)'s to get rid of the issues. Thanks, Ryan Ryan Long (3): gen_uuid.c: Ignore return values from fcntl() main_cp.c: Ignore return value from stat() main_help.c: Do not care what char is returned by getchar() cpukit/libmisc/

Any Lost Patches?

2021-03-30 Thread Joel Sherrill
Hi There has been a flurry of patches which, quite frankly, have made the core developers delighted and a bit overwhelmed. If you have a patch outstanding that you think has slipped through the cracks, please ping the patch and let's make sure it gets the review it needs. Hopefully there

RE: Recent rtems-tools patches status

2021-03-24 Thread Alex White
On Wed, Mar 24, 2021 at 11:04 AM Joel Sherrill wrote: > > > > On Wed, Mar 24, 2021 at 10:52 AM Gedare Bloom wrote: >> >> On Wed, Mar 24, 2021 at 7:56 AM Alex White wrote: >> > My plan is to resend the patches that have not been reviewed and meter >> &

Re: Recent rtems-tools patches status

2021-03-24 Thread Joel Sherrill
On Wed, Mar 24, 2021 at 10:52 AM Gedare Bloom wrote: > On Wed, Mar 24, 2021 at 7:56 AM Alex White wrote: > > > > Hi, > > > > > > > > Here is the status of the rtems-tools patches I have sent out over the > past few weeks (an X means t

Re: Recent rtems-tools patches status

2021-03-24 Thread Gedare Bloom
On Wed, Mar 24, 2021 at 7:56 AM Alex White wrote: > > Hi, > > > > Here is the status of the rtems-tools patches I have sent out over the past > few weeks (an X means the latest patch revision has been reviewed): > > > > [ ] tester: Limit branch coverage percentag

Recent rtems-tools patches status

2021-03-24 Thread Alex White
Hi, Here is the status of the rtems-tools patches I have sent out over the past few weeks (an X means the latest patch revision has been reviewed): [ ] tester: Limit branch coverage percentage precision [ ] coverage: Fix option processing on FreeBSD [ ] coverage/symbol-sets.ini : Add libtrace

Re: Checking Status of My Outstanding Patches

2021-03-05 Thread Gedare Bloom
Yes, that looks right. Joel, you can push his grlib patches and the case fall-throughs. On Fri, Mar 5, 2021 at 11:19 AM Ryan Long wrote: > > Hi, > > > > Since I’ve sent a lot of patches this week, I just want to verify which are > ready to be merged and what ne

Checking Status of My Outstanding Patches

2021-03-05 Thread Ryan Long
Hi, Since I've sent a lot of patches this week, I just want to verify which are ready to be merged and what needs to be resubmitted. Ready to be merged: Grlib patches: * grspw.c * gr_rasta_spw_router.c * gr_rasta_tmtc.c * gr_leon4_n2x.c * gr_

Re: Requests Patches to be Applied to 4.10

2021-02-14 Thread Chris Johns
t; > Hi > > > > Phillip Smith pinged me at the FSW via Slack about this set of patches > he > proposed be added to the 4.10 branch. > > > > https://lists.rtems.org/pipermail/devel/2019-April/025610.html > <https://lists.rtems.org/p

Re: Requests Patches to be Applied to 4.10

2021-02-11 Thread Joel Sherrill
On Thu, Feb 11, 2021 at 1:47 PM Gedare Bloom wrote: > Hi Joel, > > On Thu, Feb 11, 2021 at 12:30 PM Joel Sherrill wrote: > > > > Hi > > > > Phillip Smith pinged me at the FSW via Slack about this set of patches > he proposed be added to the 4.10 branch. >

Re: Requests Patches to be Applied to 4.10

2021-02-11 Thread Gedare Bloom
Hi Joel, On Thu, Feb 11, 2021 at 12:30 PM Joel Sherrill wrote: > > Hi > > Phillip Smith pinged me at the FSW via Slack about this set of patches he > proposed be added to the 4.10 branch. > > https://lists.rtems.org/pipermail/devel/2019-April/025610.html > > I ass

Requests Patches to be Applied to 4.10

2021-02-11 Thread Joel Sherrill
Hi Phillip Smith pinged me at the FSW via Slack about this set of patches he proposed be added to the 4.10 branch. https://lists.rtems.org/pipermail/devel/2019-April/025610.html I assume this matches what their project requires. Given that 4.10 is the last unirprocessor version and we appear to

Re: [PATCHES] Add imxrt BSP

2020-11-17 Thread Christian Mauderer
based BSPs) would be better to allow a user to overwrite the table if he has a board with a slightly different memory configuration. On Tue, Nov 17, 2020 at 4:04 AM Christian Mauderer wrote: Hello, the following patches add a BSP for IMXRT1050-EVKB. In case the import patch is too big: I

Re: [PATCHES] Add imxrt BSP

2020-11-17 Thread Gedare Bloom
Everything except 5 looks good. I or someone else should take a closer look at that. On Tue, Nov 17, 2020 at 4:04 AM Christian Mauderer wrote: > > Hello, > > the following patches add a BSP for IMXRT1050-EVKB. In case the import > patch is too big: I pushed the patches here

  1   2   3   4   >