commit | bdeb310a76764957fc196019aec727686f134951 | [log] [tgz] |
---|---|---|
author | Sumit Garg <sumit.garg@linaro.org> | Mon Jun 10 11:40:19 2019 +0530 |
committer | Joakim Bech <joakim.bech@linaro.org> | Mon Jun 10 09:27:16 2019 +0200 |
tree | 946d4f8edd61ea980872ce83a9d6959a40b27b17 | |
parent | b02ae382595aa4dab2ce1da826b00bba278e43ee [diff] |
core: enable ftrace for TAs built using shared libraries To enable ftrace for TAs built with shared libraries, we need to dump the TA state (include regions dump along with mapping to <uuid>.elf) in corresponding ftrace buffer for symbolize.py script to map symbols to particular shared libraries. Signed-off-by: Sumit Garg <sumit.garg@linaro.org> Reviewed-by: Joakim Bech <joakim.bech@linaro.org> Tested-by: Jerome Forissier <jerome.forissier@linaro.org> (HiKey960)
This git contains source code for the secure side implementation of OP-TEE project.
All official OP-TEE documentation has moved to http://optee.readthedocs.io.
// OP-TEE core maintainers