commit | cf4633b005210c37f3da5774fb1291644f233815 | [log] [tgz] |
---|---|---|
author | Jerome Forissier <jerome@forissier.org> | Mon Aug 09 14:54:21 2021 +0200 |
committer | Jérôme Forissier <jerome@forissier.org> | Tue Aug 24 14:48:49 2021 +0200 |
tree | ff695ce90fcf5147838efd244f286c9e11608e5f | |
parent | 10ecdddeda81c9884509ec75589fa6282def16ae [diff] |
Add soc_term.py Adds soc_term.py, a direct replacement for the soc_term tool originally written in C [1]. This Python version is slightly simpler and does not need to be compiled (obviously). It is therefore reasonable to have it here in build.git for use on QEMU and QEMUv8. We can later get rid of the soc_term project in the manifest file of those platforms. This script is also useful with FVP, although fvp.xml does not use it; in a custom work flow the 'xterm' command is replaced by a script which connects the FVP telnet ports to soc_term.py via the socat command. Link: [1] https://github.com/linaro-swg/soc_term Signed-off-by: Jerome Forissier <jerome@forissier.org> Acked-by: Jens Wiklander <jens.wiklander@linaro.org> Acked-by: Etienne Carriere <etienne.carriere@linaro.org>
This git contains makefiles etc to be able to build a full OP-TEE developer setup for the OP-TEE project.
All official OP-TEE documentation has moved to http://optee.readthedocs.io. The pages that used to be here in this git can be found under build and Device specific information at he new location for the OP-TEE documentation.
// OP-TEE core maintainers