blob: b146654150a46693d747318ab011a900f74de0e8 [file] [log] [blame]
Sandrine Bailleux3cd87d72018-10-09 11:12:55 +02001#
2# Copyright (c) 2018, Arm Limited. All rights reserved.
3#
4# SPDX-License-Identifier: BSD-3-Clause
5#
6
7PLAT_INCLUDES += -Iinclude/plat/arm/common/
8
9PLAT_SOURCES += drivers/arm/gic/gic_common.c \
10 drivers/arm/pl011/${ARCH}/pl011_console.S \
Manish Pandeyf218ffe2020-04-09 15:16:40 +010011 drivers/console/console.c \
Sandrine Bailleux3cd87d72018-10-09 11:12:55 +020012 plat/arm/common/arm_setup.c \
13 plat/arm/common/arm_timers.c
14
15# Flash driver sources.
16PLAT_SOURCES += drivers/io/io_storage.c \
17 drivers/io/vexpress_nor/io_vexpress_nor_ops.c \
18 drivers/io/vexpress_nor/io_vexpress_nor_hw.c \
19 plat/arm/common/arm_io_storage.c