mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-08 08:32:58 +00:00
The initialization procedures need to be called in the following order: - basic hardware initialization; - devices initialization; - hardware clock initialization, that the kernel needs to run the kernel server. This way, the board initialization routines is placed to the pure_early_init level to make sure it runs first, all device initialization procedures run at pure_init level, so they are initialized early enough to be used for debugging if needed. Hardware clock initialization is placed on nano_early_init level to make sure hardware clock is initialized just before the kernel server starts. Change-Id: Ieecf9f0252c47c621b7208969687dc1113fc2ad0 Signed-off-by: Dmitriy Korovkin <dmitriy.korovkin@windriver.com> |
||
---|---|---|
arch | ||
doc | ||
drivers | ||
include | ||
kernel | ||
lib | ||
misc | ||
net | ||
samples | ||
scripts | ||
.gitattributes | ||
.gitignore | ||
.mailmap | ||
Kconfig | ||
Makefile | ||
Makefile.inc | ||
zephyr-env.sh |