Re: [PATCH 1/5] arm: Add new config option ARCH_VERY_EARLY_INIT

2022-05-16 Thread Stefan Roese
On 06.05.22 11:05, Pali Rohár wrote: When this option is set then ARM _main() function would call arch_very_early_init() function at the beginning. It would be before calling any other functions like debug_uart_init() and also before initializing C runtime environment. Signed-off-by: Pali Rohár

[PATCH 1/5] arm: Add new config option ARCH_VERY_EARLY_INIT

2022-05-06 Thread Pali Rohár
When this option is set then ARM _main() function would call arch_very_early_init() function at the beginning. It would be before calling any other functions like debug_uart_init() and also before initializing C runtime environment. Signed-off-by: Pali Rohár --- arch/arm/Kconfig| 6 ++