diff options
| author | Ye Li <[email protected]> | 2021-08-07 16:01:05 +0800 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2021-08-09 14:46:51 +0200 |
| commit | d24c7d54f032bdb26e1d290f82ebd2f7d247d93d (patch) | |
| tree | 8e119f6b906d0d4bc1d78bc7f423abf58aa47acc /drivers/misc/imx8ulp/Makefile | |
| 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 <[email protected]>
Diffstat (limited to 'drivers/misc/imx8ulp/Makefile')
| -rw-r--r-- | drivers/misc/imx8ulp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/misc/imx8ulp/Makefile b/drivers/misc/imx8ulp/Makefile index 1d792415d28..927cc552163 100644 --- a/drivers/misc/imx8ulp/Makefile +++ b/drivers/misc/imx8ulp/Makefile @@ -1,3 +1,4 @@ # SPDX-License-Identifier: GPL-2.0+ obj-y += s400_api.o imx8ulp_mu.o +obj-$(CONFIG_CMD_FUSE) += fuse.o |
