commit | d0f1a7b09a1d51469f2958e5e4f9e637abfa4994 | [log] [tgz] |
---|---|---|
author | Cheng Ziqiu <jxlpzqc@live.com> | Tue Jul 23 11:53:28 2024 +0800 |
committer | Jérôme Forissier <jerome@forissier.org> | Thu Jul 25 11:09:24 2024 +0200 |
tree | e6eaf9d2fe69de22ea0362a1a10bcb6323a73c64 | |
parent | 58b2bf906d9b3ecab04f7e9cb3fdb89b38994f1a [diff] |
qemu: add tmux support Whether it is gnome-terminal, konsole or xterm, they all have key limitations, i,e, they require desktop enviroment, which make it not convenient to develop and test through ssh connection. Some terminal multiplexers like tmux, screen are more generic and they are supposed to be supported. This patch add tmux support for `run-only` target. Signed-off-by: Cheng Ziqiu <jxlpzqc@live.com> Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org> Tested-by: Jerome Forissier <jerome.forissier@linaro.org> Acked-by: Etienne Carriere <etienne.carriere@foss.st.com>
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