]> git.sur5r.net Git - u-boot/commit
stm32mp1: add FUSE command support
authorPatrick Delaunay <patrick.delaunay@st.com>
Thu, 17 May 2018 13:24:06 +0000 (15:24 +0200)
committerTom Rini <trini@konsulko.com>
Sat, 26 May 2018 22:19:18 +0000 (18:19 -0400)
commitc3600e1f92b772f8e50d81c4f1c233839b48f2cf
tree69ae22934d156500d7903519330187afb996b7f0
parent19f589923af27f9caf32615f179e19a240a07672
stm32mp1: add FUSE command support

Add support of fuse command (read/write/program/sense)
on bank 0 to access to BSEC SAFMEM (4096 OTP bits).

Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
MAINTAINERS
arch/arm/Kconfig
configs/stm32mp15_basic_defconfig
drivers/misc/Kconfig
drivers/misc/Makefile
drivers/misc/stm32mp_fuse.c [new file with mode: 0644]