commit | 3c63673a42a78211eca3c604209bc0e9e8ac1844 | [log] [tgz] |
---|---|---|
author | Joakim Bech <joakim.bech@linaro.org> | Mon Nov 20 11:05:16 2023 +0100 |
committer | Jérôme Forissier <jerome@forissier.org> | Mon Nov 20 15:26:07 2023 +0100 |
tree | 148e17137165c78d98b3ec5e30874f7305cbdd54 | |
parent | 00bc6ec7d2a669b51a38bb22f001c7ff44f910a3 [diff] |
qemu: make local ports in use configurable Make it possible to set the local ports used for the non-secure (QEMU_NW_PORT) and secure (QEMU_SW_PORT) terminal when running QEMU. When you need to run multiple QEMU/OP-TEE instances (debugging, multi-user etc.) on the same physical (non-containerized environment) computer, this is useful because you can avoid port collisions (port already in use message) by simply setting non-clashing port numbers when running make and thereby also avoid making changes directly to the makefile. Signed-off-by: Joakim Bech <joakim.bech@linaro.org> Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org> Reviewed-by: Jens Wiklander <jens.wiklander@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