commit | d24c7d54f032bdb26e1d290f82ebd2f7d247d93d | [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 | fdfa214acf18786c67ad16b603e3c3594b5ad686 [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>