commit | 19a58f0609077331ac5a2eda9ddc1b999f98773a | [log] [tgz] |
---|---|---|
author | Rong Fan <fanrong03@baidu.com> | Fri Sep 10 04:38:25 2021 -0700 |
committer | Jérôme Forissier <jerome@forissier.org> | Wed Sep 15 08:58:42 2021 +0200 |
tree | 058e3c052e82cf38018423110393e93ea2b3b316 | |
parent | 4f00bf867f45b9b06051b5288609c433d3865878 [diff] |
Add Rust examples Add OPTEE_RUST_ENABLE option to common.mk and define buildroot packages for OP-TEE Rust examples Build Rust examples in optee_rust/examples: $ cd build && make OPTEE_RUST_ENABLE=y CFG_TEE_RAM_VA_SIZE=0x00300000 Signed-off-by: Rong Fan <fanrong03@baidu.com> Signed-off-by: Yuan Zhuang <zhuangyuan04@baidu.com> Acked-by: Joakim Bech <joakim.bech@linaro.org> Acked-by: Etienne Carriere <etienne.carriere@linaro.org> Acked-by: Ruchika Gupta <ruchika.gupta@linaro.org> Acked-by: Jerome Forissier <jerome@forissier.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