
This series : _ fixes TAMP_BOOT_CONTEXT which is updated twice _ adds bsec IP driver (Boot and Security and OTP control) _ adds FUSE command support _ updates machine to use OTP to store MAC address and serial number
Patrick Delaunay (4): stm32mp1: remove the second TAMP_BOOT_CONTEXT update stm32mp1: add bsec driver stm32mp1: add FUSE command support stm32mp1: use OTP to configure MAC address and serial number
MAINTAINERS | 1 + arch/arm/Kconfig | 1 + arch/arm/mach-stm32mp/Makefile | 8 +- arch/arm/mach-stm32mp/bsec.c | 431 +++++++++++++++++++++++++++++ arch/arm/mach-stm32mp/cpu.c | 81 ++++++ arch/arm/mach-stm32mp/include/mach/stm32.h | 5 + arch/arm/mach-stm32mp/spl.c | 3 - configs/stm32mp15_basic_defconfig | 1 + drivers/misc/Kconfig | 9 + drivers/misc/Makefile | 1 + drivers/misc/stm32mp_fuse.c | 116 ++++++++ 11 files changed, 652 insertions(+), 5 deletions(-) create mode 100644 arch/arm/mach-stm32mp/bsec.c create mode 100644 drivers/misc/stm32mp_fuse.c