commit | e686aefe09b522c9e593e7f846c8158b91f56e97 | [log] [tgz] |
---|---|---|
author | Andrew Boie <andrew.p.boie@intel.com> | Wed Feb 27 14:41:45 2019 -0800 |
committer | Anas Nashif <anas.nashif@intel.com> | Tue Mar 05 08:27:20 2019 -0500 |
tree | 96dcad340c1aef5b825e5a415274a1667e1daa03 | |
parent | 62fad968024694f4d41a61afd8b694dd59e76c3b [diff] |
mbedtls: provide user mode access The mbedtls library has some globals which results in faults when user mode tries to access them. Instantiate a memory partition for mbedtls's globals. The linker will place all globals found by building this library into this partition. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>