commit | 17a66904a791447da1356331f01e7c1ca25329be | [log] [tgz] |
---|---|---|
author | Jens Wiklander <jens.wiklander@linaro.org> | Fri Nov 10 17:57:58 2023 +0100 |
committer | Jérôme Forissier <jerome@forissier.org> | Tue Nov 14 10:18:42 2023 +0100 |
tree | 1f54898c746de2b1f4583a8da627d897a0a39e7b | |
parent | b501c0084dae12fce75ee851d622337c3df201d0 [diff] |
core: print current guest ID in logs If CFG_NS_VIRTUALIZATION is enabled include the current guest ID on each log line. A number is added before the core number identifying the currently set guest ID, for example: D/TC:2 0 0 call_initcalls:40 level 1 teecore_init_pub_ram() Where the "2" indicates that this is done with guest ID 2 active. Update the symbolize.py script accordingly to recognize and ignore an eventual guest ID in a log entry. Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org> Reviewed-by: Etienne Carriere <etienne.carriere@foss.st.com> Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org>
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