blob: 12495474360b6508584a606475e49392803c521c [file] [log] [blame]
David Feng85fd5f12013-12-14 11:47:35 +08001#
2# (C) Copyright 2000-2003
3# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
4#
5# SPDX-License-Identifier: GPL-2.0+
6#
7
8extra-y := start.o
9
10obj-y += cpu.o
Philipp Tomsich4fac4ea2017-07-28 17:38:42 +020011ifndef CONFIG_$(SPL_TPL_)TIMER
David Feng85fd5f12013-12-14 11:47:35 +080012obj-y += generic_timer.o
Philipp Tomsich4fac4ea2017-07-28 17:38:42 +020013endif
David Feng85fd5f12013-12-14 11:47:35 +080014obj-y += cache_v8.o
15obj-y += exceptions.o
16obj-y += cache.o
17obj-y += tlb.o
David Feng85fd5f12013-12-14 11:47:35 +080018obj-y += transition.o
Sergey Temerkhanov064949c2015-10-14 09:55:46 -070019obj-y += fwcall.o
Hou Zhiqiangdae02772016-06-28 20:18:16 +080020obj-y += cpu-dt.o
Masahiro Yamadae8ead732017-04-14 11:10:23 +090021obj-$(CONFIG_ARM_SMCCC) += smccc-call.o
22
Masahiro Yamada2663cd62016-06-27 19:31:05 +090023ifndef CONFIG_SPL_BUILD
24obj-$(CONFIG_ARMV8_SPIN_TABLE) += spin_table.o spin_table_v8.o
25endif
Hou Zhiqiang2498c232017-01-16 17:31:47 +080026obj-$(CONFIG_$(SPL_)ARMV8_SEC_FIRMWARE_SUPPORT) += sec_firmware.o sec_firmware_asm.o
Masahiro Yamada40e73b12014-11-13 12:28:40 +090027
Mingkai Hu0e58b512015-10-26 19:47:50 +080028obj-$(CONFIG_FSL_LAYERSCAPE) += fsl-layerscape/
Eddy Petrișor5178dc12016-06-05 03:43:00 +030029obj-$(CONFIG_S32V234) += s32v234/
Siva Durga Prasad Paladugu650fb402015-06-10 15:50:57 +053030obj-$(CONFIG_ARCH_ZYNQMP) += zynqmp/
Peter Griffin0b491542015-07-30 18:55:20 +010031obj-$(CONFIG_TARGET_HIKEY) += hisilicon/
macro.wave.z@gmail.com6a66c9b2016-12-08 11:58:24 +080032obj-$(CONFIG_ARMV8_PSCI) += psci.o
Andre Przywaraae604a72017-01-02 11:48:27 +000033obj-$(CONFIG_ARCH_SUNXI) += lowlevel_init.o