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>
1 file changed
tree: e6eaf9d2fe69de22ea0362a1a10bcb6323a73c64
  1. .github/
  2. br-ext/
  3. clang/
  4. fvp/
  5. imx/
  6. kconfigs/
  7. qemu_v8/
  8. rpi3/
  9. stm32mp/
  10. ti/
  11. versal/
  12. zynqmp/
  13. .gitignore
  14. am43xx.mk
  15. am57xx.mk
  16. common.mk
  17. dra7xx.mk
  18. fvp-psa-sp.mk
  19. fvp.mk
  20. get_clang.sh
  21. hikey.mk
  22. hikey960.mk
  23. imx.mk
  24. imx8mp-evk.inc.mk
  25. imx8mp-verdin.inc.mk
  26. juno.mk
  27. poplar.mk
  28. qemu-check.exp
  29. qemu.mk
  30. qemu_v8.mk
  31. README.md
  32. rockpi4.mk
  33. rpi3.mk
  34. rust.exp
  35. soc_term.py
  36. stm32mp1.mk
  37. synquacer.mk
  38. toolchain.mk
  39. trusted-keys.exp
  40. trusted-services.mk
  41. versal.mk
  42. zynqmp.mk
README.md

OP-TEE build.git

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