zephyr/include/app_memory
Andrew Boie f084c38d44 userspace: properly namespace linker vars
App shared memory defines a bunch of symbols in the
linker script. Namespace them properly as private
zephyr variables.

The variables which indicate the bounds of the entire
partition now end with "_part_start", "_part_size",
and "_part_end" to make them easy for scripts to
distinguish them from other generated symbols for
data/bss sizes.

Finally, the bss size is not rounded up, this was
causing unnecessary memory to be zeroed.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2019-03-05 10:02:27 -08:00
..
app_memdomain.h userspace: properly namespace linker vars 2019-03-05 10:02:27 -08:00
partitions.h mbedtls: provide user mode access 2019-03-05 08:27:20 -05:00