zephyr/cmake/linker
Daniel Leung 2117a2a44b kernel: app_smem: allowing pinning memory partitions
This allows memory partitions to be put into the pinned
section so they are available during boot. For example,
the stack guard (in libc partition) is needed during boot
but before the paging mechanism is initialized. Without
pinning it in physical memory, it would fault in early
boot process.

A new cmake property app_smem,pinned_partitions is
introduced so that additional partitions can be pinned
if needed.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2021-08-26 21:16:22 -04:00
..
arcmwdt ARC: MWDT: use LLVM C++ library instead of MWDT one 2021-08-21 21:33:18 -04:00
ld kernel: app_smem: allowing pinning memory partitions 2021-08-26 21:16:22 -04:00
lld toolchain: add support Intel oneApi toolchain based on llvm 2021-03-25 08:54:10 -04:00
linker_flags_template.cmake cmake: toolchain: Toolchain abstraction templates 2020-09-04 20:36:59 +02:00