commit | dd884cc27faa922a35501c4f1f98d5ab0b217a4a | [log] [tgz] |
---|---|---|
author | Etienne Carriere <etienne.carriere@linaro.org> | Mon Mar 06 14:54:53 2023 +0100 |
committer | Jérôme Forissier <jerome@forissier.org> | Tue Mar 14 21:49:36 2023 +0100 |
tree | 9f7ff542a698fdb2517518b8c673859f155a7bbb | |
parent | 1a3d47c53fcc0adfeb77b745a078cd1217688301 [diff] |
plat-stm32mp1: conf: support 32bit MMU Updates CFG_TEE_RAM_VA_SIZE default value and MAX_XLAT_TABLES when 32bit-MMU mapping is used instead of LPAE and default disable LPAE for STM32MP15 with pager. This setup optimizes pager resident memory by about 4kB (1 physical page) in current platform default configuration. Acked-by: Gatien Chevallier <gatien.chevallier@foss.st.com> Signed-off-by: Etienne Carriere <etienne.carriere@linaro.org>
This git contains source code for the secure side implementation of OP-TEE project.
All official OP-TEE documentation has moved to http://optee.readthedocs.io.
// OP-TEE core maintainers