aboutsummaryrefslogtreecommitdiff
path: root/plat/qemu
diff options
context:
space:
mode:
authorTanmay Jagdale <tanmay.jagdale@linaro.org>2020-11-20 16:36:50 +0530
committerTanmay Jagdale <tanmay.jagdale@linaro.org>2020-11-20 16:39:49 +0530
commit5f14ca993759178cca1b10c614b545e60930c5c6 (patch)
treec24c0ab5105358008368225e88fb7658f9ba8df0 /plat/qemu
parent20c378920e4deea3430a5eb50e407eff2c339e37 (diff)
downloadtrusted-firmware-a-5f14ca993759178cca1b10c614b545e60930c5c6.tar.gz
plat/qemu_sbsa: Include libraries for Cortex-A72
Include libraries needed to emulate Cortex-A72 on sbsa-ref target of QEMU. Signed-off-by: Tanmay Jagdale <tanmay.jagdale@linaro.org> Change-Id: I98cf17b1662c70898977a841af07e07b5cfca8ba
Diffstat (limited to 'plat/qemu')
-rw-r--r--plat/qemu/qemu_sbsa/platform.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/plat/qemu/qemu_sbsa/platform.mk b/plat/qemu/qemu_sbsa/platform.mk
index 9be56a392a..acaa43f9ec 100644
--- a/plat/qemu/qemu_sbsa/platform.mk
+++ b/plat/qemu/qemu_sbsa/platform.mk
@@ -47,7 +47,8 @@ BL1_SOURCES += drivers/io/io_semihosting.c \
${PLAT_QEMU_COMMON_PATH}/${ARCH}/plat_helpers.S \
${PLAT_QEMU_COMMON_PATH}/qemu_bl1_setup.c
-BL1_SOURCES += lib/cpus/aarch64/cortex_a57.S
+BL1_SOURCES += lib/cpus/aarch64/cortex_a57.S \
+ lib/cpus/aarch64/cortex_a72.S
BL2_SOURCES += drivers/io/io_semihosting.c \
drivers/io/io_storage.c \
@@ -74,6 +75,7 @@ QEMU_GIC_SOURCES := ${GICV3_SOURCES} \
${PLAT_QEMU_COMMON_PATH}/qemu_gicv3.c
BL31_SOURCES += lib/cpus/aarch64/cortex_a57.S \
+ lib/cpus/aarch64/cortex_a72.S \
lib/semihosting/semihosting.c \
lib/semihosting/${ARCH}/semihosting_call.S \
plat/common/plat_psci_common.c \