Re: [PATCH 2/2] includes: Update to use the latest networking headers

2023-03-21 Thread Chris Johns
On 22/3/2023 4:20 pm, Joel Sherrill wrote: > On Tue, Mar 21, 2023, 9:32 PM Chris Johns > wrote: > > On 22/3/2023 3:29 pm, Gedare Bloom wrote: > > These patches look ok for rtems-net-legacy. > > Yes and again sorry for the wrong subject line. > > > In

Re: [PATCH 2/2] includes: Update to use the latest networking headers

2023-03-21 Thread Joel Sherrill
On Tue, Mar 21, 2023, 9:32 PM Chris Johns wrote: > On 22/3/2023 3:29 pm, Gedare Bloom wrote: > > These patches look ok for rtems-net-legacy. > > Yes and again sorry for the wrong subject line. > > > In general, net-legacy is ok for maintenance patches. Any new features > > will be heavily

[RTEMS-NET-LEGACY PATCH v2 2/3] includes: Update to use the latest networking headers

2023-03-21 Thread chrisj
From: Chris Johns - Add support for BSP configs and options if we need them Closes #4882 --- netlegacy.py | 11 +++ wscript | 11 ++- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/netlegacy.py b/netlegacy.py index ebab745..981fd4a 100644 --- a/netlegacy.py

[RTEMS-NET-LEGACY PATCH v2 1/3] score: Update to the latest score interface

2023-03-21 Thread chrisj
From: Chris Johns Updates #4882 --- libtest/testbusy.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libtest/testbusy.c b/libtest/testbusy.c index c1d4427..51c6a71 100644 --- a/libtest/testbusy.c +++ b/libtest/testbusy.c @@ -28,10 +28,10 @@ void

[RTEMS-NET-LEGACY PATCH v2 3/3] waf: Reformat to the PEP 8 coding style

2023-03-21 Thread chrisj
From: Chris Johns --- netlegacy.py | 54 wscript | 1 + 2 files changed, 30 insertions(+), 25 deletions(-) diff --git a/netlegacy.py b/netlegacy.py index 981fd4a..b08ccad 100644 --- a/netlegacy.py +++ b/netlegacy.py @@ -32,7 +32,10 @@

Re: [PATCH 2/2] includes: Update to use the latest networking headers

2023-03-21 Thread Chris Johns
On 22/3/2023 3:29 pm, Gedare Bloom wrote: > These patches look ok for rtems-net-legacy. Yes and again sorry for the wrong subject line. > In general, net-legacy is ok for maintenance patches. Any new features > will be heavily scrutinized and need additional discussions. Agreed. These are

Re: [PATCH 2/2] includes: Update to use the latest networking headers

2023-03-21 Thread Gedare Bloom
These patches look ok for rtems-net-legacy. In general, net-legacy is ok for maintenance patches. Any new features will be heavily scrutinized and need additional discussions. Please run the python file through yapf consistent with https://docs.rtems.org/branches/master/eng/python-devel.html

Re: [PATCH rtems-docs 2/2] user/zynqmp: Add NAND driver information

2023-03-21 Thread Chris Johns
On 22/3/2023 1:32 pm, Kinsey Moore wrote: > On Tue, Mar 21, 2023 at 9:20 PM Chris Johns > wrote: > > On 22/3/2023 1:18 pm, Kinsey Moore wrote: > > On Tue, Mar 21, 2023 at 7:39 PM Chris Johns > >

Re: [PATCH rtems-docs 2/2] user/zynqmp: Add NAND driver information

2023-03-21 Thread Kinsey Moore
On Tue, Mar 21, 2023 at 9:20 PM Chris Johns wrote: > On 22/3/2023 1:18 pm, Kinsey Moore wrote: > > On Tue, Mar 21, 2023 at 7:39 PM Chris Johns > > wrote: > > > > On 22/3/2023 7:00 am, Kinsey Moore wrote: > > > --- > > > user/bsps/aarch64/xilinx-zynqmp.rst |

Re: [PATCH rtems-docs 2/2] user/zynqmp: Add NAND driver information

2023-03-21 Thread Chris Johns
On 22/3/2023 1:18 pm, Kinsey Moore wrote: > On Tue, Mar 21, 2023 at 7:39 PM Chris Johns > wrote: > > On 22/3/2023 7:00 am, Kinsey Moore wrote: > > --- > >  user/bsps/aarch64/xilinx-zynqmp.rst | 9 + > >  1 file changed, 9 insertions(+) > > >

Re: [PATCH rtems-docs 2/2] user/zynqmp: Add NAND driver information

2023-03-21 Thread Kinsey Moore
On Tue, Mar 21, 2023 at 7:39 PM Chris Johns wrote: > On 22/3/2023 7:00 am, Kinsey Moore wrote: > > --- > > user/bsps/aarch64/xilinx-zynqmp.rst | 9 + > > 1 file changed, 9 insertions(+) > > > > diff --git a/user/bsps/aarch64/xilinx-zynqmp.rst > b/user/bsps/aarch64/xilinx-zynqmp.rst > >

Re: [PATCH 1/2] score: Update to the latest score interface

2023-03-21 Thread Chris Johns
These are for the net-legacy repo. I seem to have lost my subject say this while getting them posted to the list. Bring on a merge request tool to avoid all this mess . Chris On 22/3/2023 11:36 am, chr...@rtems.org wrote: > From: Chris Johns > > Updates #4882 > --- > libtest/testbusy.c |

Re: [PATCH rtems-docs 2/2] user/zynqmp: Add NAND driver information

2023-03-21 Thread Chris Johns
On 22/3/2023 7:00 am, Kinsey Moore wrote: > --- > user/bsps/aarch64/xilinx-zynqmp.rst | 9 + > 1 file changed, 9 insertions(+) > > diff --git a/user/bsps/aarch64/xilinx-zynqmp.rst > b/user/bsps/aarch64/xilinx-zynqmp.rst > index 4de0115..e30c3f6 100644 > ---

[PATCH 2/2] includes: Update to use the latest networking headers

2023-03-21 Thread chrisj
From: Chris Johns - Add support for BSP configs and options if we need them Closes #4882 --- netlegacy.py | 11 +++ wscript | 11 ++- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/netlegacy.py b/netlegacy.py index ebab745..981fd4a 100644 --- a/netlegacy.py

[PATCH 1/2] score: Update to the latest score interface

2023-03-21 Thread chrisj
From: Chris Johns Updates #4882 --- libtest/testbusy.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libtest/testbusy.c b/libtest/testbusy.c index c1d4427..51c6a71 100644 --- a/libtest/testbusy.c +++ b/libtest/testbusy.c @@ -28,10 +28,10 @@ void

Re: [PATCH] binutils: Disable stack exec and RWX section warnings

2023-03-21 Thread Chris Johns
On 22/3/2023 2:25 am, Sebastian Huber wrote: > On 21.03.23 12:11, chr...@rtems.org wrote: >> From: Chris Johns >> >> Binutils 2.39 and later enable by default warnings for executables >> with executable stack and RWX sections. Disable them. >> >> Closes #4881 > > Thanks for silencing the

Re: [PATCH v2 0/3] bsps/riscv: Add kendrytek210 riscv BSP variant

2023-03-21 Thread Alan Cudmore
Thanks for the test! I'm working on setting up the Polarfire HSS software so I can try running on the icicle kit emulation on renode.io. FYI: If anyone is interested in a very inexpensive RISC-V board, the Pine64.org Ox64 boards are back in stock: https://pine64.com/product-category/ox64/ These

[PATCH rtems-docs 1/2] user/zynqmp: Fix SDHCI wording

2023-03-21 Thread Kinsey Moore
--- user/bsps/aarch64/xilinx-zynqmp.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user/bsps/aarch64/xilinx-zynqmp.rst b/user/bsps/aarch64/xilinx-zynqmp.rst index 1fef7a4..4de0115 100644 --- a/user/bsps/aarch64/xilinx-zynqmp.rst +++ b/user/bsps/aarch64/xilinx-zynqmp.rst

[PATCH rtems-docs 2/2] user/zynqmp: Add NAND driver information

2023-03-21 Thread Kinsey Moore
--- user/bsps/aarch64/xilinx-zynqmp.rst | 9 + 1 file changed, 9 insertions(+) diff --git a/user/bsps/aarch64/xilinx-zynqmp.rst b/user/bsps/aarch64/xilinx-zynqmp.rst index 4de0115..e30c3f6 100644 --- a/user/bsps/aarch64/xilinx-zynqmp.rst +++ b/user/bsps/aarch64/xilinx-zynqmp.rst @@

Re: [PATCH] binutils: Disable stack exec and RWX section warnings

2023-03-21 Thread Sebastian Huber
On 21.03.23 12:11, chr...@rtems.org wrote: From: Chris Johns Binutils 2.39 and later enable by default warnings for executables with executable stack and RWX sections. Disable them. Closes #4881 Thanks for silencing the warnings, these warnings plagued us for some time. -- embedded brains

Re: [PATCH] binutils: Disable stack exec and RWX section warnings

2023-03-21 Thread Kinsey Moore
Joel, This is fine for fixing the warnings for the time being. We still need to address the AArch64 break due to binutils >= 2.40 (2.39 does not have the bad patch). Kinsey On Tue, Mar 21, 2023 at 10:17 AM Joel Sherrill wrote: > I'm ok with this if Kinsey confirms it > > On Tue, Mar 21, 2023,

Re: [PATCH] binutils: Disable stack exec and RWX section warnings

2023-03-21 Thread Joel Sherrill
I'm ok with this if Kinsey confirms it On Tue, Mar 21, 2023, 4:11 AM wrote: > From: Chris Johns > > Binutils 2.39 and later enable by default warnings for executables > with executable stack and RWX sections. Disable them. > > Closes #4881 > --- > source-builder/config/binutils-2-1.cfg | 15

[PATCH] binutils: Disable stack exec and RWX section warnings

2023-03-21 Thread chrisj
From: Chris Johns Binutils 2.39 and later enable by default warnings for executables with executable stack and RWX sections. Disable them. Closes #4881 --- source-builder/config/binutils-2-1.cfg | 15 ++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git