commit | 98a7281647a72a49148baedb047c521d7456908b | [log] [tgz] |
---|---|---|
author | Sumit Garg <sumit.garg@linaro.org> | Tue Dec 26 18:08:15 2023 +0530 |
committer | Jérôme Forissier <jerome@forissier.org> | Thu Dec 28 14:36:22 2023 +0100 |
tree | ecffddfbcaf2a5cd486a1a22d7fb99077c9f841a | |
parent | 9d06866cfeb330e87ffe0161aa2e3b1a77682df2 [diff] |
optee_rust_examples_ext: Add TA target for no-std mode aarch64-unknown-linux-gnu target is used to compile TAs in no-std mode, so add corresponding support without breaking support for std mode. Acked-by: Yuan Zhuang <demesne@foxmail.com> Acked-by: Jens Wiklander <jens.wiklander@linaro.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