commit | d98a3ce428ef2b7ae7bc962d486d42f1d43e5ede | [log] [tgz] |
---|---|---|
author | Andrew Boie <andrew.p.boie@intel.com> | Wed Jun 14 16:10:20 2017 -0700 |
committer | Anas Nashif <nashif@linux.intel.com> | Thu Jun 29 07:46:58 2017 -0400 |
tree | 2190359f4d4b99e87ea5a88792e9d76d1c911f31 | |
parent | 2bc0fa9bd59651802d3598b0d6f0106976710bb4 [diff] |
x86: place application data in its own sections Implements CONFIG_APPLICATION_MEMORY for x86. Working in XIP and non-XIP configurations. This patch does *not* implement any alignment constraints imposed by the x86 MMU, such enabling will be done later. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>