Nariman Poushin | b44cfc6 | 2018-02-26 06:52:04 +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/sgi/sgi-common.mk |
Roberto Vargas | 9d57a14 | 2018-08-06 13:35:31 +0100 | [diff] [blame] | 8 | |
Chandni Cherukuri | 91e6f26 | 2018-08-10 11:17:58 +0530 | [diff] [blame] | 9 | SGI575_BASE = plat/arm/board/sgi575 |
| 10 | |
| 11 | PLAT_INCLUDES += -I${SGI575_BASE}/include/ |
| 12 | |
| 13 | SGI_CPU_SOURCES := lib/cpus/aarch64/cortex_a75.S |
| 14 | |
| 15 | BL1_SOURCES += ${SGI_CPU_SOURCES} |
| 16 | |
Roberto Vargas | 9d57a14 | 2018-08-06 13:35:31 +0100 | [diff] [blame] | 17 | BL2_SOURCES += lib/utils/mem_region.c \ |
| 18 | plat/arm/common/arm_nor_psci_mem_protect.c |
| 19 | |
Chandni Cherukuri | 91e6f26 | 2018-08-10 11:17:58 +0530 | [diff] [blame] | 20 | BL31_SOURCES += ${SGI_CPU_SOURCES} \ |
| 21 | drivers/cfi/v2m/v2m_flash.c \ |
Antonio Nino Diaz | aa7877c | 2018-10-10 11:14:44 +0100 | [diff] [blame] | 22 | lib/utils/mem_region.c \ |
Roberto Vargas | 9d57a14 | 2018-08-06 13:35:31 +0100 | [diff] [blame] | 23 | plat/arm/common/arm_nor_psci_mem_protect.c |