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

2023-06-04 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 releas

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

2023-06-04 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 a/rtems/config/to

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

2023-06-04 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 b/

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

2023-06-04 Thread chrisj
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 changed, 129 insertions(+) create mode 100644 rtems/config/net/net-services-1.cfg cr

[rtems-net-legacy PATCH] testsuites: Build testsuites/support as a static library

2023-06-04 Thread chrisj
From: Chris Johns This avoids dependency issues if the source files are added to separate program builds. --- netlegacy.py| 56 + testsuites/ftp01/wscript| 4 ++- testsuites/loopback/wscript | 5 +-- testsuites/networking01/wscrip

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

2023-06-04 Thread Thomas DOERFLER
Hi, if I get things right the update policy of freebsd is currently stuck within the RTEMS community. There are objections regarding the way libbsd has been created/adapted to RTEMS in the past but no real decision how/who would provide/maintain a different way. I think this is a really bad

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

2023-06-04 Thread Noor Aman
Hi Alan, > If you have not done so already, would it be worth trying to build and > initialize the current libbsd with a loopback driver? > I haven't done it so far, This might help. Thanks. Are there other devices on the RPI4 such as the SD card or USB that may be > usable in the current libbsd

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

2023-06-04 Thread Alan Cudmore
Hi Noor, If you have not done so already, would it be worth trying to build and initialize the current libbsd with a loopback driver? Are there other devices on the RPI4 such as the SD card or USB that may be usable in the current libbsd on the Pi 4? I know it will not get you the ethernet driver y

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

2023-06-04 Thread Noor Aman
Ping, I still require some assistance. Else I'll go by with Kinsey's suggestion as follows: > If it turns out we can't trivially bring things up to current, you may > need to import the current updated driver from freebsd master into rtemsbsd > and maintain it out of tree. Thanks On Thu, 1 Ju