commit | bf5228ea5661d3c9fdc45ac41c83f07b90b1b09e | [log] [tgz] |
---|---|---|
author | Andrew Boie <andrew.p.boie@intel.com> | Mon Jun 19 11:13:19 2017 -0700 |
committer | Anas Nashif <nashif@linux.intel.com> | Thu Jun 29 07:46:58 2017 -0400 |
tree | 1e9300fc29cc9274f75ceebf42cf706b118462b7 | |
parent | f1ae5d40b4f35272247135d7bfe81ca80e5de90c [diff] |
kernel: add early init routines for app RAM Applications will have their own BSS and data sections which will need to be additionally copied. This covers the common C implementation of these functions. Arches which implement their own optimized versions will need to be updated. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>