Re: GSoC 2020: Weekly Progress Update

2020-06-18 Thread Chris Johns
On 17/6/20 3:11 pm, Mritunjay Sharma wrote: > Hello everyone, > > Following up as decided to update the weekly progress report on irc  > channel on every Wednesday, I am updating the progress on the mailing list as > well. Thank you for this. I cannot make IRC on a regular basis and email is bes

Re: Context switching for protected stacks

2020-06-18 Thread Utkarsh Rai
On Fri, Jun 19, 2020 at 3:04 AM Gedare Bloom wrote: > On Thu, Jun 18, 2020 at 8:03 AM Utkarsh Rai > wrote: > > > > > > > > On Thu, Jun 18, 2020 at 6:34 PM Gedare Bloom wrote: > >> > >> On Wed, Jun 17, 2020 at 11:17 PM Utkarsh Rai > wrote: > >> > > >> > Hello, > >> > For my GSoC project, I need

I want port rtems to a Cortex_R5 CPU

2020-06-18 Thread yuan...@aliyun.com
Does rtems support this cpu? The arch is ARM v7r. Another question is when the 5.1 edition will be released? Thank you very much! yuan...@aliyun.com ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

Re: Context switching for protected stacks

2020-06-18 Thread Gedare Bloom
On Thu, Jun 18, 2020 at 8:03 AM Utkarsh Rai wrote: > > > > On Thu, Jun 18, 2020 at 6:34 PM Gedare Bloom wrote: >> >> On Wed, Jun 17, 2020 at 11:17 PM Utkarsh Rai wrote: >> > >> > Hello, >> > For my GSoC project, I need to set/unset the memory attributes of the >> > thread stacks on each context

Multicast in Libbsd

2020-06-18 Thread Joel Sherrill
Hi I have an example FACE application I am trying to port to RTEMS. This is a multi-question email: First, it fails with EADDRNOTAVAIL on this call: // Subscribe to multicast group struct ip_mreq mreq; rc = inet_pton(AF_INET, multicastGroup_m, &mreq.imr_multiaddr.s_

Re: [PATCH] APA definitions

2020-06-18 Thread Sebastian Huber
On 17/06/2020 14:13, Richi Dubey wrote: --- c-user/glossary.rst | 29 + 1 file changed, 29 insertions(+) diff --git a/c-user/glossary.rst b/c-user/glossary.rst index 86350a8..1d95f26 100644 --- a/c-user/glossary.rst +++ b/c-user/glossary.rst @@ -1,5 +1,6 @@ .. S

Re: Context switching for protected stacks

2020-06-18 Thread Utkarsh Rai
On Thu, Jun 18, 2020 at 6:34 PM Gedare Bloom wrote: > On Wed, Jun 17, 2020 at 11:17 PM Utkarsh Rai > wrote: > > > > Hello, > > For my GSoC project, I need to set/unset the memory attributes of the > thread stacks on each context switch. > > Right now I am making changes to the CPU-specific conte

Re: [PATCH] i386/pc: Initialise the printk serial port on first use

2020-06-18 Thread Joel Sherrill
I don't have access to target hardware right now but if you say it works, please commit this everywhere needed. This was the problem Lou was reporting around the end of last year/first of this year. Any idea when this regression was introduced? On Wed, Jun 17, 2020 at 8:36 PM Gedare Bloom wrote:

Re: Context switching for protected stacks

2020-06-18 Thread Gedare Bloom
On Wed, Jun 17, 2020 at 11:17 PM Utkarsh Rai wrote: > > Hello, > For my GSoC project, I need to set/unset the memory attributes of the thread > stacks on each context switch. > Right now I am making changes to the CPU-specific context switch assembly > code. The arm/../cpu.h file has the Context

Re: [PATCH v1 0/9] Enable SMP for pc386 based bsps

2020-06-18 Thread Sebastian Huber
On 18/06/2020 09:46, jan.som...@dlr.de wrote: -Original Message- From: Sebastian Huber [mailto:sebastian.hu...@embedded-brains.de] Sent: Wednesday, June 10, 2020 3:50 PM To: Sommer, Jan;devel@rtems.org Subject: Re: [PATCH v1 0/9] Enable SMP for pc386 based bsps On 31/05/2020 16:22, Jan

RE: [PATCH v1 0/9] Enable SMP for pc386 based bsps

2020-06-18 Thread Jan.Sommer
> -Original Message- > From: Sebastian Huber [mailto:sebastian.hu...@embedded-brains.de] > Sent: Wednesday, June 10, 2020 3:50 PM > To: Sommer, Jan; devel@rtems.org > Subject: Re: [PATCH v1 0/9] Enable SMP for pc386 based bsps > > On 31/05/2020 16:22, Jan Sommer wrote: > > [...] > > >

RE: [PATCH v1 0/9] Enable SMP for pc386 based bsps

2020-06-18 Thread Jan.Sommer
> -Original Message- > From: Chris Johns [mailto:chr...@rtems.org] > Sent: Thursday, June 11, 2020 4:22 AM > To: Sommer, Jan; devel@rtems.org > Subject: Re: [PATCH v1 0/9] Enable SMP for pc386 based bsps > > On 1/6/20 12:22 am, Jan Sommer wrote: > > Hello, > > [...] > > > > Some details