Skip to content
Commit 1310ad6b authored by Daniel Leung's avatar Daniel Leung Committed by Kumar Gala
Browse files

linker: add bits for pinned regions



This adds the necessary bits for linker scripts and source code
to specify which symbols need to be pinned in memory. This is
needed for demand paging as some functions and data must reside
in memory all the time and cannot be paged out (e.g. paging,
scheduler, and interrupt routines for functionality).

This is up to the arch/SoC/board to define the sections in
their linker scripts as the pinned section may need special
alignment which cannot be done in common script snippets.

Signed-off-by: default avatarDaniel Leung <daniel.leung@intel.com>
parent d812728e
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment