commit | 3007c72844c72e0911721e499dbab37b3eca1cdc | [log] [tgz] |
---|---|---|
author | Yann Gautier <yann.gautier@foss.st.com> | Tue Sep 19 18:26:16 2023 +0200 |
committer | Yann Gautier <yann.gautier@st.com> | Thu Jan 18 11:30:42 2024 +0100 |
tree | 9a8f0757491534467fe5564505e85724a21832e4 | |
parent | 189db9486ddd949f279faa970bfc1dd9cc0e3623 [diff] |
feat(st): do not directly call BSEC functions in common code When STM32MP2 boots on Cortex-M33, the Cortex-A35 do no more have access to BSEC peripheral. New static inline stm32_otp_* wrappers are added, which just redirect to BSEC functions. While at it remove a useless bsec.h include. Change-Id: Ie0f917c02e48acf456634f455dae41805bf6adbf Signed-off-by: Yann Gautier <yann.gautier@foss.st.com>