Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(stm32mp1): disable MMU earlier when going to standby
The disabling of MMU before entering standby mode is no more done in stm32_pwr_down_wfi_wrapper(). It has to be done by BL32. This is OK for OP-TEE, but it was not the case for SP_MIN. The call to the function disable_mmu_icache_secure() is then done before stm32_pwr_down_wfi() in stm32_pwr_domain_pwr_down_wfi(). Signed-off-by: Yann Gautier <[email protected]> Change-Id: I31ea5b38e98e381069573aee646debe90a2935dc Reviewed-on: https://gerrit.st.com/c/mpu/oe/st/tf-a/+/315669 ACI: CITOOLS <[email protected]> ACI: CIBUILD <[email protected]> Domain-Review: Patrick DELAUNAY <[email protected]>
- Loading branch information