commit | 2e3a5da52c1b4733fdf1acb152a3d33bd61098fc | [log] [tgz] |
---|---|---|
author | Stefan Gloor <code@stefan-gloor.ch> | Wed Nov 08 12:46:19 2023 +0100 |
committer | Joakim Bech <joakim.bech@linaro.org> | Mon Nov 27 11:04:43 2023 +0100 |
tree | e310dd5a62a2da1e728e47f2ac801b0de02bce7c | |
parent | 68461876a5cbb0e20089624928d0a1fecd058982 [diff] |
Fix ftrace_format.py not reading from stdin optee_os/scripts/ftrace_format.py does not read from stdin, hence piping into it does not work and only prints usage information. Instead, the ftrace-<ta_uuid>.out file has to be given as an argument. Signed-off-by: Stefan Gloor <code@stefan-gloor.ch> Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org>
This is official documentation for the OP-TEE project. Before OP-TEE v3.5.0 it used to be spread across all different OP-TEE gits making up the OP-TEE project as well as optee.org. But starting with OP-TEE v3.5.0 we have gathered all documentation at single place (i.e., this git).
Even though GitHub renders *.rst
somewhat OK, you are not suppossed to browse the documentation there/here. Instead you should go to optee.readthedocs.io, where you will find the complete documentation rendered using Sphinx.