Add support of STM32MP13x in bsec driver with OP-TEE pseudo TA and activate the associated commands fuse, stboard and stm32key.
This PTA is merged in OP-TEE master branch, and can be used for STM32MP15X and STM32MP13X SoC to access to BSEC secured ressource. This serie is a preliminary step for STM32MP13x USB support, with serial number and for ETH with mac address. Patrick Patrick Delaunay (6): stm32mp: cosmetic: Update of bsec driver stm32mp: Add OP-TEE support in bsec driver stm32mp: Add support of STM32MP13x in bsec driver configs: stm32mp13: Activate CONFIG_CMD_FUSE board: st: Add support of STM32MP13x boards in stm32board cmd configs: stm32mp13: Activate command stm32key arch/arm/mach-stm32mp/bsec.c | 176 +++++++++++++++++++++- arch/arm/mach-stm32mp/cmd_stm32key.c | 4 +- arch/arm/mach-stm32mp/include/mach/bsec.h | 7 + board/st/common/Kconfig | 2 +- board/st/common/cmd_stboard.c | 12 +- configs/stm32mp13_defconfig | 2 + doc/board/st/stm32mp1.rst | 6 +- 7 files changed, 191 insertions(+), 18 deletions(-) -- 2.25.1