This website requires JavaScript.
Explore
Help
Register
Sign In
korg
/
linux
Watch
0
Star
0
Fork
0
You've already forked linux
mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced
2025-01-18 20:04:16 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
0f279ebdf3
linux
/
arch
/
arm64
/
boot
/
dts
/
nvidia
/
Makefile
5 lines
98 B
Makefile
Raw
Normal View
History
Unescape
Escape
arm64: tegra: Add NVIDIA Tegra132 Norrin support Norrin is a Tegra132-based FFD used as reference platform within NVIDIA. Based on work by Allen Martin <amartin@nvidia.com> Cc: Paul Walmsley <pwalmsley@nvidia.com> Cc: Allen Martin <amartin@nvidia.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
2015-05-13 22:31:52 +08:00
dtb-$(CONFIG_ARCH_TEGRA_132_SOC)
+=
tegra132-norrin.dtb
arm64: tegra: Add Tegra132 support NVIDIA Tegra132 (also known as Tegra K1 64-bit) is a variant of Tegra124 but with 2 Denver CPUs instead of the 4+1 Cortex-A15. This adds the DTSI file for the SoC, which is mostly similar to the one for Tegra124. Based on work by Allen Martin <amartin@nvidia.com> Cc: Paul Walmsley <pwalmsley@nvidia.com> Cc: Allen Martin <amartin@nvidia.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
2015-05-13 22:24:38 +08:00
always
:=
$(
dtb-y
)
clean-files
:=
*.dtb
Reference in New Issue
Copy Permalink