Skip to content
Commit 06bd2824 authored by Max Filippov's avatar Max Filippov
Browse files

xtensa: handle memmap kernel option



This option is useful for reserving memory regions for secondary cores
in AMP configurations.

Implement the following memmap variants:
- memmap=nn[KMG]@ss[KMG]: force usage of a specific region of memory;
- memmap=nn[KMG]$ss[KMG]: mark specified memory as reserved;
- memmap=nn[KMG]: set end of memory.

Signed-off-by: default avatarMax Filippov <jcmvbkbc@gmail.com>
parent 62327918
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment