]> git.baikalelectronics.ru Git - uboot.git/commit
stm32mp1: add bsec driver
authorPatrick Delaunay <patrick.delaunay@st.com>
Thu, 17 May 2018 13:24:05 +0000 (15:24 +0200)
committerTom Rini <trini@konsulko.com>
Sat, 26 May 2018 22:19:18 +0000 (18:19 -0400)
commit8bc89b51d1e84bf29606ffa79039fe82ffc6190b
treef995adfd89c37316bb56cfd3867838b50b21fc1c
parentf93776869f4932b201e9c50fcf78264d59f7dfa9
stm32mp1: add bsec driver

Add a MISC driver with read and write access to BSEC IP
(Boot and Security and OTP control)
- offset 0: shadowed values
- offset 0x80000000: OTP fuse box values (SAFMEM)

Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
arch/arm/mach-stm32mp/Makefile
arch/arm/mach-stm32mp/bsec.c [new file with mode: 0644]
arch/arm/mach-stm32mp/include/mach/stm32.h