commit | 857eaa0af00aae4a2741cedb71a9828a96a0c710 | [log] [tgz] |
---|---|---|
author | Sumit Garg <sumit.garg@linaro.org> | Thu Jan 25 11:43:29 2024 +0530 |
committer | Jérôme Forissier <jerome@forissier.org> | Fri Jan 26 16:05:12 2024 +0100 |
tree | f1968769b14d18d203d5dc78453495b77b07a43b | |
parent | 5045891bdd5eaa328629e4eefd6dbd968df83919 [diff] |
toolchain.mk: Add support for Rust toolchain for aarch{32/64} Rather than invoking custom setup.sh script provided by OP-TEE Rust SDK, add Rust toolchain installation support as part of toolchain Makefile. This allows to separate OP-TEE specific Rust toolchain installation from default Rust toolchain installation. Now all OP-TEE specific Rust toolchains will be installed under: $(ROOT)/toolchains/rust/. Acked-by: Jerome Forissier <jerome.forissier@linaro.org> Acked-by: Etienne Carriere <etienne.carriere@foss.st.com> Acked-by: Jens Wiklander <jens.wiklander@linaro.org> Acked-by: Yuan Zhuang <yuanz@apache.org> Signed-off-by: Sumit Garg <sumit.garg@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