Re: [PATCH] bsps/aarch64: Disable interrupts during MMU remap

2023-02-27 Thread Gedare Bloom
seems ok to me On Fri, Feb 24, 2023 at 3:27 PM Kinsey Moore wrote: > > Interrupts must be disabled during MMU remapping since the majority of > RTEMS including interrupts expects normal memory mapping semantics such > as unaligned accesses. > --- > bsps/aarch64/shared/mmu/vmsav8-64.c | 6 ++

Re: RFC #4666 TFTP: Implement block and window size options

2023-02-27 Thread Frank Kühndel
Hello Joel, there is nothing which remains to be done. Hence, I closed this ticket. Thanks for remaining us and please excuse our sluggish response. Greetings Frank On 2/22/23 21:12, Joel Sherrill wrote: Hi Sebastian, This ticket has a number of commits logged against it. What remains or ca

[PATCH] bsps/riscv: Clear interrupt complete before disable

2023-02-27 Thread Padmarao Begari
The interrupt complete should clear with the interrupt number before disabling the interrupt in the PLIC to get the next interrupt. --- bsps/riscv/riscv/irq/irq.c | 4 1 file changed, 4 insertions(+) diff --git a/bsps/riscv/riscv/irq/irq.c b/bsps/riscv/riscv/irq/irq.c index e8d297052b..8e72b

Re: Rust for RTEMS [was: Re: Interested for GSoC 2023]

2023-02-27 Thread Karel Gardas
On 2/27/23 15:44, Joel Sherrill wrote: On Mon, Feb 27, 2023 at 5:00 AM Karel Gardas wrote: adjusting subject based on Jan request. Keeping whole Rust relevant comments in. On 2/27/23 11:07, jan.som...@dlr.de wrote: > > >> -Original

Re: Rust for RTEMS [was: Re: Interested for GSoC 2023]

2023-02-27 Thread Joel Sherrill
On Mon, Feb 27, 2023 at 5:00 AM Karel Gardas wrote: > > adjusting subject based on Jan request. Keeping whole Rust relevant > comments in. > > On 2/27/23 11:07, jan.som...@dlr.de wrote: > > > > > >> -Original Message- > >> From: devel On Behalf Of Karel Gardas > >> Sent: Montag, 27. Febr

Rust for RTEMS [was: Re: Interested for GSoC 2023]

2023-02-27 Thread Karel Gardas
adjusting subject based on Jan request. Keeping whole Rust relevant comments in. On 2/27/23 11:07, jan.som...@dlr.de wrote: -Original Message- From: devel On Behalf Of Karel Gardas Sent: Montag, 27. Februar 2023 09:16 To: j...@rtems.org; Vihas Makwana Cc: rtems-de...@rtems.org

RE: Interested for GSoC 2023

2023-02-27 Thread Jan.Sommer
> -Original Message- > From: devel On Behalf Of Karel Gardas > Sent: Montag, 27. Februar 2023 09:16 > To: j...@rtems.org; Vihas Makwana > Cc: rtems-de...@rtems.org > Subject: Re: Interested for GSoC 2023 > > On 2/27/23 02:16, Joel Sherrill wrote: > > Another GCC related project could

Re: Interested for GSoC 2023

2023-02-27 Thread Karel Gardas
On 2/27/23 02:16, Joel Sherrill wrote: Another GCC related project could be Rust RTEMS Support but I don't know what that entails beyond turning it on and seeing what goes wrong. I tried to build it last year and got far enough to decide to wait before trying again. Not sure how far you went.