mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-08-14 08:27:00 +02:00
This patch also adds an initial RMM Boot Manifest (v0.1) for fvp platform. Signed-off-by: Javier Almansa Sobrino <javier.almansasobrino@arm.com> Change-Id: I1374f8f9cb207028f1820953cd2a5cf6d6c3b948
13 lines
350 B
Makefile
13 lines
350 B
Makefile
#
|
|
# Copyright (c) 2021-2022, Arm Limited and Contributors. All rights reserved.
|
|
#
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
|
#
|
|
|
|
# TRP source files common to ARM standard platforms
|
|
RMM_SOURCES += plat/arm/common/trp/arm_trp_setup.c \
|
|
plat/arm/common/arm_topology.c \
|
|
plat/common/aarch64/platform_mp_stack.S
|
|
|
|
INCLUDES += -Iinclude/services/trp
|