[PATCH 3/3] testsuites/libtests: Add test for flashdev

2023-04-05 Thread aaron . nyholm
From: Aaron Nyholm --- spec/build/testsuites/libtests/flashdev01.yml | 20 ++ spec/build/testsuites/libtests/grp.yml| 2 + testsuites/libtests/flashdev01/flashdev01.doc | 11 + testsuites/libtests/flashdev01/flashdev01.scn | 2 + testsuites/libtests/flashdev01/init.c | 190

[PATCH 2/3] libmisc/shell: Add flashdev command

2023-04-05 Thread aaron . nyholm
From: Aaron Nyholm --- cpukit/include/rtems/shellconfig.h | 7 + cpukit/libmisc/shell/main_flashdev.c | 592 +++ spec/build/cpukit/objshell.yml | 1 + 3 files changed, 600 insertions(+) create mode 100644 cpukit/libmisc/shell/main_flashdev.c diff --git a/cpu

[PATCH 1/3] cpukit/flash: Add API for Flash devices

2023-04-05 Thread aaron . nyholm
From: Aaron Nyholm --- cpukit/dev/flash/flashdev.c | 732 cpukit/include/dev/flash/flashdev.h | 437 + spec/build/cpukit/librtemscpu.yml | 4 + 3 files changed, 1173 insertions(+) create mode 100644 cpukit/dev/flash/flashdev.c create mod

Add Flash Device API

2023-04-05 Thread aaron . nyholm
Attached is the updated flashdev API. I've focused on the feedback previously provided. I've added called the missing calls to bring this API inline with that of the zephyr example provided. The formatting is brought inline with RTEMS style. The shell command is extended to include all previous and

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 c

[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 c

[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 insertions(

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 inse

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 > b/sour

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 stage