This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
u-boot
Watch
2
Star
0
Fork
You've already forked u-boot
0
mirror of
https://github.com/AsahiLinux/u-boot
synced
2024-12-12 06:12:58 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
459d6d9f1e
u-boot
/
drivers
/
misc
/
imx_ele
/
Makefile
5 lines
98 B
Makefile
Raw
Normal View
History
Unescape
Escape
misc: imx: S400_API: Move S400 MU and API to a common place Since iMX9 uses S401 which shares the API with iMX8ULP. So move S400 MU driver and API to a common place and selected by CONFIG_IMX_SENTINEL Signed-off-by: Ye Li <ye.li@nxp.com> Signed-off-by: Peng Fan <peng.fan@nxp.com>
2022-07-26 08:40:49 +00:00
# SPDX-License-Identifier: GPL-2.0+
imx: use generic name ele(EdgeLockSecure Enclave) Per NXP requirement, we rename all the NXP EdgeLock Secure Enclave code including comment, folder and API name to ELE to align. Signed-off-by: Peng Fan <peng.fan@nxp.com>
2023-06-15 10:09:05 +00:00
obj-y
+=
ele_api.o ele_mu.o
misc: imx8ulp: move fuse.c from imx8ulp to sentinel The i.MX93 platform wants to reuse drivers/misc/imx8ulp/fuse.c. Moving fuse.c from the folder imx8ulp to sentinel makes it can be used by other platforms. Signed-off-by: Alice Guo <alice.guo@nxp.com> Signed-off-by: Peng Fan <peng.fan@nxp.com>
2022-07-26 08:40:58 +00:00
obj-$(CONFIG_CMD_FUSE)
+=
fuse.o
Reference in a new issue
Copy permalink