blob: 7780f494ac09808cd0ed29a0fff9c6243a5857d8 [file] [log] [blame]
Yatharth Kocharb1c2fe02015-10-14 15:27:24 +01001#
dp-arm230011c2017-03-07 11:02:47 +00002# Copyright (c) 2015-2017, ARM Limited and Contributors. All rights reserved.
Yatharth Kocharb1c2fe02015-10-14 15:27:24 +01003#
dp-armfa3cf0b2017-05-03 09:38:09 +01004# SPDX-License-Identifier: BSD-3-Clause
Yatharth Kocharb1c2fe02015-10-14 15:27:24 +01005#
6
7BL2U_SOURCES += bl2u/bl2u_main.c \
8 bl2u/aarch64/bl2u_entrypoint.S \
dp-arm230011c2017-03-07 11:02:47 +00009 common/aarch64/early_exceptions.S \
10 plat/common/aarch64/platform_up_stack.S
Yatharth Kocharb1c2fe02015-10-14 15:27:24 +010011
12BL2U_LINKERFILE := bl2u/bl2u.ld.S