commit | 960e97834fab1ec9b5c764087f5e5972fb81ba2a | [log] [tgz] |
---|---|---|
author | Adithya Baglody <adithya.nagaraj.baglody@intel.com> | Wed Apr 25 13:28:55 2018 +0530 |
committer | Andrew Boie <andrewboie@gmail.com> | Wed Apr 25 14:46:00 2018 -0700 |
tree | ec16bf5c2e21d653898c30bf665108ee7c64c276 | |
parent | 3e3d1a1c8c073831d435ecc0640d017a54f55a47 [diff] |
x86: linker: Maintain 4K alignment for application memory. When MMU is enabled and the SOC we are running doesn't have execute in-place(XIP) the final image will be a monolith which sits in RAM. In such situations we need to maintain the alignment for application memory. If not maintained the MMU boot tables will not be configured properly. Signed-off-by: Adithya Baglody <adithya.nagaraj.baglody@intel.com>