commit | 711389ac7f4d8c5362ad34d6189c5385f320df6a | [log] [tgz] |
---|---|---|
author | Etienne Carriere <etienne.carriere@linaro.org> | Tue Sep 20 18:45:50 2022 +0200 |
committer | Jérôme Forissier <jerome@forissier.org> | Thu Jun 27 11:49:21 2024 +0200 |
tree | 452f135157404f57d8ef0f648ddb6a4bfec026df | |
parent | d77694bef32fa32e77c35e24f8367836f9f02e7c [diff] |
stm32mp1: embed StMM upon WITH_STMM=y Add WITH_STMM build directive that, when enabled (WITH_STMM=y), enables and embeds StMM service in OP-TEE and enable StMM support in U-Boot thanks to a config fragment. When enabled, it also default enables WITH_RPMB_TEST for embed RPMB secure storage test configuration in OP-TEE OS. Acked-by: Jens Wiklander <jens.wiklander@linaro.org> Signed-off-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