blob: c8aa24d489e3509a3893b5c8b15cc27d14e1785c [file] [log] [blame]
Patrick Delaunay14d6a242018-05-17 15:24:05 +02001# SPDX-License-Identifier: GPL-2.0+
Patrick Delaunay85b53972018-03-12 10:46:10 +01002#
3# Copyright (C) 2018, STMicroelectronics - All Rights Reserved
4#
Patrick Delaunay85b53972018-03-12 10:46:10 +01005
6obj-y += cpu.o
7obj-y += dram_init.o
Patrick Delaunay089d4352018-03-20 11:45:14 +01008obj-y += syscon.o
Patrick Delaunayb6cc5052020-05-25 12:19:41 +02009obj-y += bsec.o
Patrick Delaunay85b53972018-03-12 10:46:10 +010010
Patrick Delaunay14d6a242018-05-17 15:24:05 +020011ifdef CONFIG_SPL_BUILD
12obj-y += spl.o
13else
Patrick Delaunay7daa91d2020-03-18 09:24:49 +010014obj-$(CONFIG_CMD_STM32PROG) += cmd_stm32prog/
Patrick Delaunay109d13f2019-07-05 17:20:17 +020015obj-$(CONFIG_CMD_STM32KEY) += cmd_stm32key.o
Patrick Delaunaye0207372018-04-16 10:13:24 +020016obj-$(CONFIG_ARMV7_PSCI) += psci.o
Patrick Delaunay98276112020-03-18 09:22:50 +010017obj-$(CONFIG_TFABOOT) += boot_params.o
Patrick Delaunay6e866432019-07-30 19:16:53 +020018endif
19
Patrick Delaunayaa785312018-04-26 16:45:18 +020020obj-$(CONFIG_$(SPL_)DM_REGULATOR) += pwr_regulator.o
Patrick Delaunaya6f03912019-07-05 17:20:14 +020021obj-$(CONFIG_OF_SYSTEM_SETUP) += fdt.o