Nariman Poushin | c703f90 | 2018-03-07 10:29:57 +0000 | [diff] [blame] | 1 | # |
| 2 | # Copyright (c) 2018, ARM Limited and Contributors. All rights reserved. |
| 3 | # |
| 4 | # SPDX-License-Identifier: BSD-3-Clause |
| 5 | # |
| 6 | |
| 7 | include plat/arm/css/sgm/sgm-common.mk |
| 8 | |
| 9 | SGM775_BASE= plat/arm/board/sgm775 |
| 10 | |
| 11 | FDT_SOURCES += ${SGM775_BASE}/fdts/sgm775_tb_fw_config.dts |
| 12 | |
| 13 | PLAT_INCLUDES +=-I${SGM775_BASE}/include/ |
Roberto Vargas | b96ee4b | 2018-08-06 13:35:31 +0100 | [diff] [blame] | 14 | |
| 15 | BL2_SOURCES += lib/utils/mem_region.c \ |
| 16 | plat/arm/common/arm_nor_psci_mem_protect.c |
| 17 | |
Antonio Nino Diaz | d7da2f8 | 2018-10-10 11:14:44 +0100 | [diff] [blame] | 18 | BL31_SOURCES += drivers/cfi/v2m/v2m_flash.c \ |
| 19 | lib/utils/mem_region.c \ |
Roberto Vargas | b96ee4b | 2018-08-06 13:35:31 +0100 | [diff] [blame] | 20 | plat/arm/common/arm_nor_psci_mem_protect.c |