On 21/4/2023 2:53 am, Frank Kühndel wrote:
> Hi Chris,
>
> I compared the successful Debian-11 MIPS build with the failing AlmaLinux MIPS
> build.
>
> The Debian 11 container has a native "expat.h" and "libexpat.a" installed (and
> the source-builder uses
> "rtems-source-builder/rtems/build/tmp/s
Hi Chris,
I compared the successful Debian-11 MIPS build with the failing
AlmaLinux MIPS build.
The Debian 11 container has a native "expat.h" and "libexpat.a"
installed (and the source-builder uses
"rtems-source-builder/rtems/build/tmp/sb-1000/tools/rtems-mipstx39-gdb/opt/rtems/6/include/gm
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
From: Aaron Nyholm
---
cpukit/dev/flash/flashdev.c | 849
cpukit/include/dev/flash/flashdev.h | 458 +++
spec/build/cpukit/librtemscpu.yml | 4 +
3 files changed, 1311 insertions(+)
create mode 100644 cpukit/dev/flash/flashdev.c
create mode
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
Attached is next iteration for the flashdev API. The allocating of
memory used by the region functionality of the API has been moved
to the device driver to allow different device drivers to have
a different number of maximum regions.
Other small changes like fixing spelling errors were made and b