Re: [PATCH] Arm Initialize SP for Cortex-R in semihosting case
"Richard Earnshaw (lists)" <[email protected]>
| Newsgroups | gmane.comp.lib.newlib |
|---|---|
| Message-ID | <[email protected]> |
On 01/04/2019 10:30, Corinna Vinschen wrote: > On Feb 5 11:52, Tamar Christina wrote: >> Forwarding to list as well. > > Two months later, will there be any progress from you arm guys? > Since Richard is apparently not here anymore, who's responible > now? > For various reasons I've been OoO for 8 out of the last 9 weeks. I've consequently got a large backlog of things to catch up on. I'll get to this as soon as I can. R. > > Thanks, > Corinna > >> >>> -----Original Message----- >>> From: Tamar Christina >>> Sent: Tuesday, February 5, 2019 11:52 >>> To: Newlib <[email protected]>; Richard Earnshaw >>> <[email protected]> >>> Cc: Alexander Fedotov <[email protected]> >>> Subject: RE: [PATCH] Arm Initialize SP for Cortex-R in semihosting case >>> >>> Hi All, >>> >>> The patch is OK with me but I am not a maintainer so you'd need to wait for >>> Richard for that. >>> He's currently out but should be back early next week. >>> >>> Cheers, >>> Tamar >>> >>>> -----Original Message----- >>>> From: Corinna Vinschen <[email protected]> >>>> Sent: Friday, February 1, 2019 09:48 >>>> To: Richard Earnshaw <[email protected]> >>>> Cc: Newlib <[email protected]>; Tamar Christina >>>> <[email protected]>; Alexander Fedotov <[email protected]> >>>> Subject: Re: [PATCH] Arm Initialize SP for Cortex-R in semihosting >>>> case >>>> >>>> Hey Richard, >>>> >>>> Care to take a look? >>>> >>>> On Jan 31 16:36, Alexander Fedotov wrote: >>>>> Ping patch >>>>> >>>>> On Wed, Jan 23, 2019 at 3:22 PM Alexander Fedotov >>>> <[email protected]> wrote: >>>>>> >>>>>> Patch updated. Forgot to move .Lstack in previous version. >>>>>> >>>>>> Alex >>>>>> >>>>>> On Wed, Jan 23, 2019 at 1:40 PM Alexander Fedotov >>>> <[email protected]> wrote: >>>>>>> >>>>>>> Since Cortex-R cores doesn't have NVIC and therefore no hardware >>>>>>> stack pointer initialization we have to force SP initialized by >>>>>>> default value and then override if optional value is passed over >>>>>>> HeapInfo >>>>>>> >>>>>>> Alex