Re: [rtems-net-legacy PATCH 2/2] testsuite: Add telenet02 test

2023-04-05 Thread Chris Johns
The commit missed the doco update. I will send a v2. Chris On 6/4/2023 3:08 pm, chr...@rtems.org wrote: > From: Chris Johns > > --- > testsuites/telnetd02/init.c| 116 + > testsuites/telnetd02/telnetd02.doc | 11 +++ > testsuites/telnetd02/telnetd02.scn |

[rtems-net-legacy PATCH v2 1/2] waf: Add test network configuration support

2023-04-05 Thread chrisj
From: Chris Johns - Add a support call to use the configuration --- config.inc | 6 ++ netlegacy.py | 82 -- testsuites/include/net-legacy-config.h | 18 ++ testsuites/include/network-config.h.in | 41

[rtems-net-legacy PATCH v2 2/2] testsuite: Add telenet02 test

2023-04-05 Thread chrisj
From: Chris Johns --- testsuites/telnetd02/init.c| 116 + testsuites/telnetd02/telnetd02.doc | 12 +++ testsuites/telnetd02/telnetd02.scn | 9 +++ testsuites/telnetd02/wscript | 50 + testsuites/wscript | 2 +- 5 files

[rtems-net-legacy PATCH 2/2] testsuite: Add telenet02 test

2023-04-05 Thread chrisj
From: Chris Johns --- testsuites/telnetd02/init.c| 116 + testsuites/telnetd02/telnetd02.doc | 11 +++ testsuites/telnetd02/telnetd02.scn | 11 +++ testsuites/telnetd02/wscript | 50 + testsuites/wscript | 2 +- 5 files

[rtems-net-legacy PATCH 1/2] waf: Add test network configuration support

2023-04-05 Thread chrisj
From: Chris Johns - Add a support call to use the configuration --- config.inc | 6 ++ netlegacy.py | 82 -- testsuites/include/net-legacy-config.h | 18 ++ testsuites/include/network-config.h.in | 41

[PATCH] bsps/motorola_powerpc: Add spec support for BSP defines

2023-04-05 Thread chrisj
From: Chris Johns - These are need by the net legacy stack --- .../bsps/powerpc/motorola_powerpc/grp.yml | 4 .../powerpc/motorola_powerpc/optmvme2307.yml | 18 ++ .../powerpc/motorola_powerpc/optmvme2700.yml | 18 ++ 3 files changed, 40

Re: [PATCH 7/8] rtems/mipsstx39: Update to GDB 13.1 and stage build GMP

2023-04-05 Thread Chris Johns
On 6/4/2023 3:27 am, Joel Sherrill wrote: > This is separate because mipstx39 is not a full toolchain but we have to built > this target to get the jmr3904 simulator. It should normally be in sync with > the > other gdb configurations. > > This looks ok. Thanks. The ability for the RSB to stage

Re: [PATCH 1/8] dtc: Disable warnings

2023-04-05 Thread Chris Johns
On 6 Apr 2023, at 3:27 am, Joel Sherrill wrote:Looks good.Does this stop build failures for warnings?YesChrisOn Tue, Apr 4, 2023 at 8:31 PM wrote:From: Chris Johns Updates #4892 ---  source-builder/config/dtc-1-1.cfg | 4 ++--  1 file changed, 2

Re: [PATCH 1/8] dtc: Disable warnings

2023-04-05 Thread Joel Sherrill
Looks good. Does this stop build failures for warnings? On Tue, Apr 4, 2023 at 8:31 PM wrote: > From: Chris Johns > > Updates #4892 > --- > source-builder/config/dtc-1-1.cfg | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/source-builder/config/dtc-1-1.cfg >

Re: [PATCH 7/8] rtems/mipsstx39: Update to GDB 13.1 and stage build GMP

2023-04-05 Thread Joel Sherrill
This is separate because mipstx39 is not a full toolchain but we have to built this target to get the jmr3904 simulator. It should normally be in sync with the other gdb configurations. This looks ok. On Tue, Apr 4, 2023 at 8:31 PM wrote: > From: Chris Johns > > - Use a build set file to