This website requires JavaScript.
Explore
Help
Register
Sign In
AuxXxilium
/
linux_dsm_epyc7002
Watch
1
Star
0
Fork
0
You've already forked linux_dsm_epyc7002
mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced
2024-12-27 04:25:29 +07:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
24fa5af810
linux_dsm_epyc7002
/
drivers
/
soc
/
tegra
/
Makefile
4 lines
72 B
Makefile
Raw
Normal View
History
Unescape
Escape
soc/tegra: Add efuse driver for Tegra Implement fuse driver for Tegra20, Tegra30, Tegra114 and Tegra124. This replaces functionality previously provided in arch/arm/mach-tegra, which is removed in this patch. While at it, move the only user of the global tegra_revision variable over to tegra_sku_info.revision and export tegra_fuse_readl() to allow drivers to read calibration fuses. Signed-off-by: Peter De Schrijver <pdeschrijver@nvidia.com> Signed-off-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
2014-06-12 22:36:37 +07:00
obj-$(CONFIG_ARCH_TEGRA)
+=
fuse/
soc/tegra: Implement runtime check for Tegra SoCs Subsequent patches will move some of the initialization code from SoC setup code to regular initcalls. To prevent breakage on other SoCs in multi-platform builds, these initcalls need to check that they indeed run on Tegra. Signed-off-by: Thierry Reding <treding@nvidia.com>
2014-07-16 19:01:44 +07:00
obj-$(CONFIG_ARCH_TEGRA)
+=
common.o
Reference in New Issue
Copy Permalink