commit | a0a090af8484e79c950f73cb6c5f2bf213febf98 | [log] [tgz] |
---|---|---|
author | Etienne Carriere <etienne.carriere@foss.st.com> | Fri Nov 24 14:11:23 2023 +0100 |
committer | Jérôme Forissier <jerome@forissier.org> | Mon Dec 04 11:21:21 2023 +0100 |
tree | 355d30958b80a52da6543cc6269abec0490c4c92 | |
parent | b7970d0897fcf2920056696c2883379fa7f2b534 [diff] |
stm32mp1: WITH_SRAM1_PAGER_POOL=y uses SRAM1 for the pager Add build config switch WITH_SRAM1_PAGER_POOL=y|n to assign secure SRAM1 to OP-TEE pager page pool. This relaxes pressure on pager when used on STM32MP15 platforms. When enabled, CFG_TEE_CORE_DEBUG is default enabled, as it is default disabled in the platform conf.mk file when pager is enabled. The switch is default enabled for ST boards based on STM32MP15 chip. Acked-by: Jerome Forissier <jerome.forissier@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