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-11-08 06:04:34 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
cbe3101018
u-boot
/
arch
/
arm
/
mach-imx
/
imx8
/
Makefile
8 lines
94 B
Makefile
Raw
Normal View
History
Unescape
Escape
imx8: add basic cpu support Add basic cpu support, including cpu revision, cpu type, cpu core detection. 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 12:28:18 +00:00
#
# Copyright 2018 NXP
#
# SPDX-License-Identifier: GPL-2.0+
#
arm: imx8: factor out uart init code New imx8 boards started adding duplicated UART init code. Factor out this to common function sc_pm_setup_uart(). Signed-off-by: Anatolij Gustschin <agust@denx.de> Cc: Peng Fan <peng.fan@nxp.com> Cc: Marcel Ziswiler <marcel.ziswiler@toradex.com> Reviewed-by: Peng Fan <peng.fan@nxp.com> Reviewed-by: Peng Fan <peng.fan@nxp.com>
2019-06-12 11:35:25 +00:00
obj-y
+=
cpu.o iomux.o misc.o
Reference in a new issue
Copy permalink