[RSB PATCH 1/2] rtrems/net-legacy: Update rtems-net-legacy

2023-06-05 Thread chrisj
From: Chris Johns - Add getaddrinfom, gai_strerror, ipv6_addr, if_nametoindex and BSD programs - Update sysctl - Move legacy net --- rtems/config/tools/rtems-net-legacy-6.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rtems/config/tools/rtems-net-legacy-6.cfg

[RSB PATCH 2/2] rtems/kernel: Update kernel

2023-06-05 Thread chrisj
From: Chris Johns - Zynq ARM fixes - AARCH64 MMU fix - Updated imxrt drivers - x86_64 EFI support - Flash driver - Updated validation tests - Microblaze updates --- rtems/config/tools/rtems-kernel-6.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

Re: RTEMS-libbsd freebsd-org submodule would require update in order to import genet drivers. Suggestions?

2023-06-05 Thread Christian MAUDERER
Hello Alan and Noor, please note that updating libbsd to a newer FreeBSD version is a bit more work than pushing the hash of the freebsd-org submodule. The basic process is: - use freebsd-to-rtems.py to copy changes from libbsd to the freebsd-org - commit them there - rebase to a newer

xilinx_zynqmp_ultra96 build failures

2023-06-05 Thread Joel Sherrill
Hi The OAR build sweep turned this up from rtems-bsp-builder. [1646/4698] Compiling testsuites/fstests/fsdosfssync01/init.c /home/joel/rtems-work/tools/6/lib/gcc/arm-rtems6/12.2.1/../../../../arm-rtems6/bin/ld: ./librtemsbsp.a(console-config.c.36.o): in function `console_initialize':

Re: xilinx_zynqmp_ultra96 build failures

2023-06-05 Thread Gedare Bloom
This was probably a side-effect of Sebastian's recent patch that refactored the termiostypes.h header file to remove libio.h. The rtems_termios_initialize() is provided as an empty inline function in libio.h. It's a dead function, and its call sites should probably be removed. Gedare On Mon,

Re: [RSB PATCH] rtems/net: Add net services build support

2023-06-05 Thread Gedare Bloom
Great to see, go ahead. On Sun, Jun 4, 2023 at 11:20 PM wrote: > > From: Chris Johns > > --- > rtems/config/net/net-services-1.cfg | 23 ++ > rtems/config/net/net-services.bset| 15 > rtems/config/tools/rtems-net-services.cfg | 91 +++ > 3 files

Re: [RSB PATCH 2/2] rtems/kernel: Update kernel

2023-06-05 Thread Gedare Bloom
ok On Mon, Jun 5, 2023 at 12:48 AM wrote: > > From: Chris Johns > > - Zynq ARM fixes > > - AARCH64 MMU fix > > - Updated imxrt drivers > > - x86_64 EFI support > > - Flash driver > > - Updated validation tests > > - Microblaze updates > --- > rtems/config/tools/rtems-kernel-6.cfg | 4 ++-- > 1