blob: 3d194de0631c94f35106133764d6c7fdc4e68f6f [file] [log] [blame]
Patrick Delaunay19f58992018-05-17 15:24:05 +02001# SPDX-License-Identifier: GPL-2.0+
Patrick Delaunay2514c2d2018-03-12 10:46:10 +01002#
3# Copyright (C) 2018, STMicroelectronics - All Rights Reserved
4#
Patrick Delaunay2514c2d2018-03-12 10:46:10 +01005
Patrick Delaunay2514c2d2018-03-12 10:46:10 +01006obj-y += dram_init.o
Patrick Delaunaye16750f2018-03-20 11:45:14 +01007obj-y += syscon.o
Patrick Delaunay95bd49a2020-05-25 12:19:41 +02008obj-y += bsec.o
Patrick Delaunay1af148d2024-01-15 15:05:49 +01009obj-y += soc.o
Patrick Delaunay2514c2d2018-03-12 10:46:10 +010010
Patrice Chotard01a70192023-10-27 16:43:04 +020011obj-$(CONFIG_STM32MP15x) += stm32mp1/
Patrick Delaunay49de8642024-01-15 15:05:56 +010012obj-$(CONFIG_STM32MP13X) += stm32mp1/
Patrice Chotard01a70192023-10-27 16:43:04 +020013obj-$(CONFIG_STM32MP25X) += stm32mp2/
Patrick Delaunay6df271a2022-05-20 18:24:42 +020014
Marek Vasut0e86f812023-01-12 18:58:42 +010015obj-$(CONFIG_STM32_ECDSA_VERIFY) += ecdsa_romapi.o
Patrice Chotard01a70192023-10-27 16:43:04 +020016ifndef CONFIG_SPL_BUILD
Patrick Delaunay5a05af82021-02-25 13:37:01 +010017obj-y += cmd_stm32prog/
Patrick Delaunayf4cb5d62019-07-05 17:20:17 +020018obj-$(CONFIG_CMD_STM32KEY) += cmd_stm32key.o
Patrick Delaunay4ac34522020-03-18 09:22:50 +010019obj-$(CONFIG_TFABOOT) += boot_params.o
Patrick Delaunay4d401e92019-07-30 19:16:53 +020020endif