blob: 12ee1cd7495b48a9055e6bb6ff154df3ed1080cf [file] [log] [blame]
Tom Warrenf83e9c62012-09-19 14:08:52 -07001#
Tom Warrenab0cc6b2015-03-04 16:36:00 -07002# (C) Copyright 2010-2015 Nvidia Corporation.
Tom Warrenf83e9c62012-09-19 14:08:52 -07003#
4# (C) Copyright 2000-2008
5# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
6#
Wolfgang Denkd79de1d2013-07-08 09:37:19 +02007# SPDX-License-Identifier: GPL-2.0+
Tom Warrenf83e9c62012-09-19 14:08:52 -07008#
9
Stephen Warren03667eb2016-05-12 13:32:55 -060010ifndef CONFIG_TEGRA186
Masahiro Yamadaed1632a2015-02-20 17:04:04 +090011ifdef CONFIG_SPL_BUILD
12obj-y += spl.o
13obj-y += cpu.o
14else
15obj-$(CONFIG_CMD_ENTERRCM) += cmd_enterrcm.o
16endif
17
Stephen Warren9e549802015-10-05 12:09:01 -060018obj-$(CONFIG_ARM64) += arm64-mmu.o
Stephen Warren9026dfd2014-03-21 12:28:54 -060019obj-y += ap.o
Masahiro Yamada7a128892015-04-13 10:51:14 +090020obj-y += board.o board2.o
Stephen Warren9026dfd2014-03-21 12:28:54 -060021obj-y += cache.o
22obj-y += clock.o
Masahiro Yamada5a0c0ba2013-10-17 17:34:52 +090023obj-y += lowlevel_init.o
Stephen Warren9026dfd2014-03-21 12:28:54 -060024obj-y += pinmux-common.o
Thierry Reding7db387c2014-12-09 22:25:08 -070025obj-y += powergate.o
Stephen Warren1a662fb2015-10-23 10:50:47 -060026obj-y += xusb-padctl-dummy.o
Masahiro Yamada1ffe9572014-02-13 18:30:27 +090027obj-$(CONFIG_DISPLAY_CPUINFO) += sys_info.o
Alexandre Courbot7f936d42015-07-09 16:33:00 +090028obj-$(CONFIG_TEGRA_GPU) += gpu.o
Masahiro Yamada7a128892015-04-13 10:51:14 +090029obj-$(CONFIG_TEGRA_CLOCK_SCALING) += emc.o
Masahiro Yamadaed1632a2015-02-20 17:04:04 +090030
Jan Kiszka52bb8f92015-04-21 07:18:35 +020031ifndef CONFIG_SPL_BUILD
32obj-$(CONFIG_ARMV7_PSCI) += psci.o
33endif
Stephen Warren03667eb2016-05-12 13:32:55 -060034endif
Jan Kiszka52bb8f92015-04-21 07:18:35 +020035
Masahiro Yamadaed1632a2015-02-20 17:04:04 +090036obj-$(CONFIG_TEGRA20) += tegra20/
37obj-$(CONFIG_TEGRA30) += tegra30/
38obj-$(CONFIG_TEGRA114) += tegra114/
39obj-$(CONFIG_TEGRA124) += tegra124/
Stephen Warren03667eb2016-05-12 13:32:55 -060040obj-$(CONFIG_TEGRA186) += tegra186/
Tom Warrenab0cc6b2015-03-04 16:36:00 -070041obj-$(CONFIG_TEGRA210) += tegra210/