Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-20 | misc: Update read() and write() methods to return bytes xfered | Simon Glass | |
At present these functions return 0 on success. For some devices we want to know how many bytes were transferred. It seems useful to adjust the API to be more like the POSIX read() and write() functions. Update these two methods, a test and all users. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Patrick Delaunay <patrick.delaunay@st.com> | |||
2018-05-26 | stm32mp1: add FUSE command support | Patrick Delaunay | |
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> |