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

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 change

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, Ju

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': /home/joel/r