Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
plat-stm32mp1: CFG_WARN_INSECURE=y allows insecure configuration
Changes STM32MP1 shared resources to allow insecure RCC protection with peripherals assigned to secure world when CFG_WARN_INSECURE is enabled. This means for example that some SoC resources can be assigned to OP-TEE without their clock and reset controllers being effectively protected from non-secure accesses. Such configuration can be useful for development and test purposes. This change does not affect devices provisioned with secret that are in so-called SEC_CLOSED state (BSEC fuses). Indeed this configuration mandates currently RCC protection to be enabled as already implemented in function check_rcc_secure_configuration(). Signed-off-by: Etienne Carriere <[email protected]>
- Loading branch information