xiaoxiang781216 commented on PR #8779: URL: https://github.com/apache/nuttx/pull/8779#issuecomment-1475878573
> > @acassis @jerpelea @pkarashchenko do you have more comment? > > Yes. I continue discussion. I think that current change in raw and I do not fully understand the final behaviour. Now we have two functionalities: > > 1. Possibility to do very early print from assembly files that can be used even before `.data` and `.bss` init. This use some stack-less initialisations and printing To do this, a new assembly function will be added. The implementation will post after this patch is merged. > 2. `ARCH_earlyserialinit` that is called from C code during boot process. > I feel that this PR is mixing things together. ARCH_earlyserialinit is designed to callable in C before OS(mm/sched) fully initialize. arm64 is wrong to assume that ARCH_earlyserialinit can be called in assembly boot code, which will be fixed in the upcoming patch. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
