]> git.sur5r.net Git - u-boot/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)
commit19f589923af27f9caf32615f179e19a240a07672
treef995adfd89c37316bb56cfd3867838b50b21fc1c
parentde20e437945b40daa19064c1d3eca7d8f9635006
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