blob: b978fec0754acc5c3a73cd351a12022cb1115acc [file] [log] [blame]
Tom Warren3064f322012-09-19 14:08:52 -07001#
Tom Warren7aaa5a62015-03-04 16:36:00 -07002# (C) Copyright 2010-2015 Nvidia Corporation.
Tom Warren3064f322012-09-19 14:08:52 -07003#
4# (C) Copyright 2000-2008
5# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
6#
Wolfgang Denk1a459662013-07-08 09:37:19 +02007# SPDX-License-Identifier: GPL-2.0+
Tom Warren3064f322012-09-19 14:08:52 -07008#
9
Stephen Warrenc7ba99c2016-05-12 13:32:55 -060010ifndef CONFIG_TEGRA186
Masahiro Yamada09f455d2015-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 Warrene2969952014-03-21 12:28:54 -060018obj-y += ap.o
Masahiro Yamada237c3632015-04-13 10:51:14 +090019obj-y += board.o board2.o
Stephen Warrene2969952014-03-21 12:28:54 -060020obj-y += cache.o
21obj-y += clock.o
Stephen Warrene2969952014-03-21 12:28:54 -060022obj-y += pinmux-common.o
Thierry Reding48510c02014-12-09 22:25:08 -070023obj-y += powergate.o
Stephen Warrenaae52c02015-10-23 10:50:47 -060024obj-y += xusb-padctl-dummy.o
Stephen Warrend0f45002016-07-18 12:15:05 -060025endif
Masahiro Yamada09f455d2015-02-20 17:04:04 +090026
Stephen Warrend0f45002016-07-18 12:15:05 -060027obj-$(CONFIG_ARM64) += arm64-mmu.o
Stephen Warren98898622016-08-08 10:38:34 -060028obj-y += dt-setup.o
Stephen Warrend0f45002016-07-18 12:15:05 -060029obj-$(CONFIG_TEGRA_CLOCK_SCALING) += emc.o
30obj-$(CONFIG_TEGRA_GPU) += gpu.o
Stephen Warren49626ea2016-07-18 12:17:11 -060031obj-$(CONFIG_TEGRA_IVC) += ivc.o
Stephen Warrend0f45002016-07-18 12:15:05 -060032obj-y += lowlevel_init.o
Jan Kiszkaffdf9f92015-04-21 07:18:35 +020033ifndef CONFIG_SPL_BUILD
34obj-$(CONFIG_ARMV7_PSCI) += psci.o
35endif
Stephen Warrend0f45002016-07-18 12:15:05 -060036obj-$(CONFIG_DISPLAY_CPUINFO) += sys_info.o
Jan Kiszkaffdf9f92015-04-21 07:18:35 +020037
Masahiro Yamada09f455d2015-02-20 17:04:04 +090038obj-$(CONFIG_TEGRA20) += tegra20/
39obj-$(CONFIG_TEGRA30) += tegra30/
40obj-$(CONFIG_TEGRA114) += tegra114/
41obj-$(CONFIG_TEGRA124) += tegra124/
Stephen Warrenc7ba99c2016-05-12 13:32:55 -060042obj-$(CONFIG_TEGRA186) += tegra186/
Tom Warren7aaa5a62015-03-04 16:36:00 -070043obj-$(CONFIG_TEGRA210) += tegra210/