commit | 47cbb5b2635bc38162997c7b97698bee07f0e00e | [log] [tgz] |
---|---|---|
author | Jens Wiklander <jens.wiklander@linaro.org> | Mon Oct 26 13:35:23 2020 +0100 |
committer | Jérôme Forissier <jerome@forissier.org> | Tue Oct 27 09:29:54 2020 +0100 |
tree | c17b79ed6b80b1f383719bb9724469065a31a533 | |
parent | cc8fda93a709727de815c28beab91dee76709033 [diff] |
core: fix CFG_CORE_UNMAP_CORE_AT_EL0=y for non-default CFG_LPAE_ADDR_SPACE_BITS Prior to this patch CORE_MMU_L1_TBL_OFFSET was calculated without taking CFG_LPAE_ADDR_SPACE_BITS into account. This leads to a COMPILE_TIME_ASSERT() in case CFG_LPAE_ADDR_SPACE_BITS is assigned anything but 32. Fix this by adding CFG_LPAE_ADDR_SPACE_BITS in the CORE_MMU_L1_TBL_OFFSET expression. Reviewed-by: Ruchika Gupta <ruchika.gupta@linaro.org> Signed-off-by: Jens Wiklander <jens.wiklander@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