commit | 06bd2824f7dcbfb8dcd13519239a53d13298d238 | [log] [tgz] |
---|---|---|
author | Max Filippov <jcmvbkbc@gmail.com> | Fri Mar 21 21:04:40 2014 +0400 |
committer | Max Filippov <jcmvbkbc@gmail.com> | Wed Apr 02 01:35:54 2014 +0400 |
tree | 249b0b2ae6c1b088c358b8b150dabe2b839c16db | |
parent | 6232791833785ae591b211609f6f7c4faa7c6e55 [diff] |
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: Max Filippov <jcmvbkbc@gmail.com>