commit | 06ae396c84c217f6d252ad0d9ef05e3124b32c9e | [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 | bc02922a77869fa4eec4ac8b3d7c60a8fbcda8b5 [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>