Skip to content
Commit 2117a2a4 authored by Daniel Leung's avatar Daniel Leung Committed by Christopher Friedt
Browse files

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: default avatarDaniel Leung <daniel.leung@intel.com>
parent e88afd2c
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment