commit | d592d1368ed0621b9a9be33e844710502d27a306 | [log] [tgz] |
---|---|---|
author | Patrick Delaunay <patrick.delaunay@st.com> | Mon Feb 04 11:26:22 2019 +0100 |
committer | Patrick Delaunay <patrick.delaunay@st.com> | Fri Apr 12 16:09:13 2019 +0200 |
tree | 5ea69378d77f91d367bac38b5243fc5a291dbb15 | |
parent | 632341f49e3c5fb14bed5dabddffe9574f81df7f [diff] |
stpmic1: add NVM update support in fuse command Add functions to read/update the non volatile memory of STPMIC1 (8 bytes-register at 0xF8 address) and allow access with fuse command (bank=1, word > 0xF8). For example: STM32MP> fuse read 1 0xf8 8 Reading bank 1: Word 0x000000f8: 000000ee 00000092 000000c0 00000002 Word 0x000000fc: 000000f2 00000080 00000002 00000033 Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>