OP-TEE / build

Makefiles to use OP-TEE on various platforms
107 stars 209 forks source link

stm32mp1: enlarge MP15 pager page pool + test config for RPMB_FS #704

Closed etienne-lms closed 7 months ago

etienne-lms commented 7 months ago

Add build config switch WITH_RPMB_TEST=y|n for stm32mp1 platforms for when RPMB support shall be enabled. This configuration switch is intended by test purpose.

Add build config switch WITH_SRAM1_PAGER_POOL=y|n to assign secure SRAM1 to OP-TEE pager as pager page pool. This relaxes pressure in STM32MP15 pager. The switch is default enabled for ST boards based on STM32MP15 chip.

etienne-lms commented 7 months ago

I tried to address the review comments.

etienne-lms commented 7 months ago

comment addressed

jforissier commented 7 months ago

For "stm32mp1: WITH_SRAM1_PAGER_POOL=y uses SRAM1 for the pager":

Acked-by: Jerome Forissier <jerome.forissier@linaro.org>

etienne-lms commented 7 months ago

I've squashed the fixup commits, fixed the inline comment in stm32mp.mk and applied the review tags. Thanks.