zephyr/cmake/linker_script/common
Anas Nashif e8395351e6 kernel: init: introduce a new init level: ARCH
We have cases where some devices needs to be initialized very early and
before c_start is call, i.e. to setup very early console or to setup
memory. Traditionally this would be hardcoded as part of the soc layer
and not using device model or the init levels.

This patch adds a new level ARCH, which will be called in early
architecture code and before we jump to the kernel code.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2022-10-11 08:28:25 -04:00
..
common-ram.cmake linker: Remove k_mem_pool section 2022-09-28 14:24:34 +00:00
common-rom.cmake kernel: init: introduce a new init level: ARCH 2022-10-11 08:28:25 -04:00
debug-sections.cmake cmake: linker: converter arm and common ld scripts into CMake code 2021-08-30 08:54:23 -04:00
thread-local-storage.cmake cmake: Add .tdata and .tbss to generated TLS linker sections 2022-04-28 11:09:01 +09:00