commit | 77a57128e07e0babab93a2cbaf5c8f00e17f08a7 | [log] [tgz] |
---|---|---|
author | Ye Li <ye.li@nxp.com> | Sat Aug 07 16:01:05 2021 +0800 |
committer | Stefano Babic <sbabic@denx.de> | Mon Aug 09 14:46:51 2021 +0200 |
tree | 8e119f6b906d0d4bc1d78bc7f423abf58aa47acc | |
parent | adbbc758868d7043297bdb9abfbce52d42d8641b [diff] |
driver: misc: imx8ulp: Add fuse driver for imx8ulp This driver uses FSB to read some fuses, but not support program fuse. It only works in SPL (secure mode), u-boot needs traps to ATF to read them. Some fuses can read from S400 API and others are from FSB. Also support program some fuses via S400 API Signed-off-by: Ye Li <ye.li@nxp.com>