armv8 SHA-1 using ARMv8 Crypto Extensions:
[platform/kernel/u-boot.git] / arch / arm / cpu / armv8 / Makefile
1 # SPDX-License-Identifier: GPL-2.0+
2 #
3 # (C) Copyright 2000-2003
4 # Wolfgang Denk, DENX Software Engineering, wd@denx.de.
5
6 extra-y := start.o
7
8 obj-y   += cpu.o
9 ifndef CONFIG_$(SPL_TPL_)TIMER
10 obj-$(CONFIG_SYS_ARCH_TIMER) += generic_timer.o
11 endif
12 ifndef CONFIG_$(SPL_)SYS_DCACHE_OFF
13 obj-y   += cache_v8.o
14 obj-y   += cache.o
15 endif
16 ifdef CONFIG_SPL_BUILD
17 obj-$(CONFIG_ARMV8_SPL_EXCEPTION_VECTORS) += exceptions.o
18 else
19 obj-y   += exceptions.o
20 obj-y   += exception_level.o
21 endif
22 obj-y   += tlb.o
23 obj-y   += transition.o
24 ifndef CONFIG_ARMV8_PSCI
25 obj-y   += fwcall.o
26 endif
27 obj-y   += cpu-dt.o
28 obj-$(CONFIG_ARM_SMCCC)         += smccc-call.o
29
30 ifndef CONFIG_SPL_BUILD
31 obj-$(CONFIG_ARMV8_SPIN_TABLE) += spin_table.o spin_table_v8.o
32 else
33 obj-$(CONFIG_ARCH_SUNXI) += fel_utils.o
34 endif
35 obj-$(CONFIG_$(SPL_)ARMV8_SEC_FIRMWARE_SUPPORT) += sec_firmware.o sec_firmware_asm.o
36
37 ifdef CONFIG_SPL_BUILD
38 obj-$(CONFIG_SPL_RECOVER_DATA_SECTION) += spl_data.o
39 endif
40
41 obj-$(CONFIG_FSL_LAYERSCAPE) += fsl-layerscape/
42 obj-$(CONFIG_S32V234) += s32v234/
43 obj-$(CONFIG_TARGET_HIKEY) += hisilicon/
44 obj-$(CONFIG_ARMV8_PSCI) += psci.o
45 obj-$(CONFIG_TARGET_BCMNS3) += bcmns3/
46 obj-$(CONFIG_XEN) += xen/
47 obj-$(CONFIG_ARMV8_CE_SHA1) += sha1_ce_glue.o sha1_ce_core.o