This website requires JavaScript.
Explore
Help
Register
Sign In
leandrof
/
u-boot
Watch
1
Star
0
Fork
1
You've already forked u-boot
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
efece632e7063c0ee901b6ffb4bb6294b45665f2
u-boot
/
drivers
/
misc
/
imx8
/
Makefile
5 lines
95 B
Makefile
Raw
Normal View
History
Unescape
Escape
misc: add i.MX8 misc driver Add i.MX8 MISC driver to handle the communication between A35 Core and SCU. Signed-off-by: Peng Fan <peng.fan@nxp.com> Reviewed-by: Anatolij Gustschin <agust@denx.de> Cc: Stefano Babic <sbabic@denx.de>
2018-10-18 14:28:11 +02:00
# SPDX-License-Identifier: GPL-2.0+
misc: imx8: add scfw api impementation Add clk/misc/pad/pm/rm scfw api implementaion for different drivers to invoke. The low level code is using misc_call to invoke imx8_scu driver. Signed-off-by: Peng Fan <peng.fan@nxp.com> Reviewed-by: Anatolij Gustschin <agust@denx.de> Cc: Stefano Babic <sbabic@denx.de>
2018-10-18 14:28:12 +02:00
obj-y
+=
scu_api.o scu.o
imx8: fuse: add fuse driver Add fuse write for i.MX8 Signed-off-by: Peng Fan <peng.fan@nxp.com>
2019-04-12 07:54:54 +00:00
obj-$(CONFIG_CMD_FUSE)
+=
fuse.o
Reference in New Issue
Copy Permalink