Re: Increase Frequency of Updates of RTEMS GitHub Tools Mirroring

2022-10-25 Thread Chris Johns
On 26/10/2022 4:46 am, Joel Sherrill wrote: > In general, our current approach is quite a hack. We should do things > more event driven. For example, if you want to update the RSB, then you > create a pull request. This pull request starts a CI script which > updates the mirrors

[PATCH v2] spec/pkgconfig: Allow builds to override headers

2022-10-25 Thread Kinsey Moore
This allows any builds targeting an installed RTEMS BSP to override headers in the installed BSP reliably, including headers previously installed by that or other builds. This includes applications, network stacks, libraries, and any other builds. --- spec/build/bsps/makecustom.yml | 2 +-

[PATCH v2 0/1] BSP include directory option update

2022-10-25 Thread Kinsey Moore
The previous version of this patch only updated the genearted packageconfig (.pc) file. This version updates the Makefile as well. Any consumers of these two files will incorporate the change transparently. ___ devel mailing list devel@rtems.org

Re: [PATCH 1/2] bsps/riscv: Remove inaccurate statement about reliance on a boot loader

2022-10-25 Thread Hesham Almatary
On Tue, 25 Oct 2022 at 18:59, Alan Cudmore wrote: > > I agree – I am working on a riscv BSP variant (Sipeed MAIX Bit with K210 CPU) > where the RTEMS image can be flashed directly to the board and boots without > a bootloader. > > I was also wondering if the statement “Each variant corresponds

Re: Increase Frequency of Updates of RTEMS GitHub Tools Mirroring

2022-10-25 Thread Sebastian Huber
On 25/10/2022 19:46, Joel Sherrill wrote: On Tue, Oct 25, 2022 at 2:41 AM Sebastian Huber > wrote: On 24/10/2022 21:27, Joel Sherrill wrote: > I'm not sure how often the GNU tools mirrors are updated for RTEMS > at GitHub but it would be

RE: [PATCH 1/2] bsps/riscv: Remove inaccurate statement about reliance on a boot loader

2022-10-25 Thread Alan Cudmore
I agree – I am working on a riscv BSP variant (Sipeed MAIX Bit with K210 CPU) where the RTEMS image can be flashed directly to the board and boots without a bootloader.I was also wondering if the statement “Each variant corresponds to a GCC multilib” is still accurate as BSP variants such as the

[PATCH 2/2] bsp/riscv: Add a section about running on QEMU

2022-10-25 Thread heshamelmatary
From: Hesham Almatary --- user/bsps/bsps-riscv.rst | 15 +++ 1 file changed, 15 insertions(+) diff --git a/user/bsps/bsps-riscv.rst b/user/bsps/bsps-riscv.rst index 224506d..db7fd95 100644 --- a/user/bsps/bsps-riscv.rst +++ b/user/bsps/bsps-riscv.rst @@ -141,6 +141,21 @@ They are

[PATCH 1/2] bsps/riscv: Remove inaccurate statement about reliance on a boot loader

2022-10-25 Thread heshamelmatary
From: Hesham Almatary The BSP is capable of initialising the hardware being the first software that takes control on hardware reset (after the bootrom). For instance, using on QEMU's virt platforms, RTEMS runs as a bios without BBL. Similarily, RTEMS can also be run on harware/FPGA and loaded

Re: Increase Frequency of Updates of RTEMS GitHub Tools Mirroring

2022-10-25 Thread Joel Sherrill
On Tue, Oct 25, 2022 at 2:41 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > On 24/10/2022 21:27, Joel Sherrill wrote: > > I'm not sure how often the GNU tools mirrors are updated for RTEMS > > at GitHub but it would be appreciated if the frequency could be > increased. > > It

[PATCH RSB v1] Update mipstx39 gdb version to pick up fix to make simulator work

2022-10-25 Thread Joel Sherrill
Closes #4689. --- rtems/config/6/rtems-mips.bset| 2 +- rtems/config/tools/rtems-gdb-head.cfg | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/rtems/config/6/rtems-mips.bset b/rtems/config/6/rtems-mips.bset index 48771f3..370e5ea 100644 ---

Re: rtems-libbsd support RISC-V or not

2022-10-25 Thread Hesham Almatary
I tested building a RISC-V BSP (rv64imafdc_medany) for QEMU today. Things build out the box. I also tried to run the tests and got the following results: Passed:31 Failed: 4 User Input:21 Expected Fail: 0 Indeterminate: 0 Benchmark: 0 Timeout:0 Test too long: 0

Re: [libbsd 00/22] Remove FreeBSD file descriptors and avoid VFS

2022-10-25 Thread Sebastian Huber
On 21/10/2022 16:16, Sebastian Huber wrote: On 21/10/2022 16:07, Joel Sherrill wrote: On Thu, Oct 20, 2022 at 7:30 PM Chris Johns > wrote:     On 20/10/2022 7:01 pm, Sebastian Huber wrote: > On 29/08/2022 10:27, Sebastian Huber wrote: >> Hello Chris, >>  

Re: Increase Frequency of Updates of RTEMS GitHub Tools Mirroring

2022-10-25 Thread Sebastian Huber
On 24/10/2022 21:27, Joel Sherrill wrote: I'm not sure how often the GNU tools mirrors are updated for RTEMS at GitHub but it would be appreciated if the frequency could be increased. It seems to add a day to any tool update that requires using a git hash since the mirroring takes a while