mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-24 05:54:08 +00:00
plat/qemu: add cortex-a72 support to 'virt' platform
Cortex-A72 support is already enabled for sbsa-ref platform, so add it also to virt platform for parity. Change-Id: Ib0a2ce81ef7c0a71ef8dc66dbec179191bf2e6cc Signed-off-by: Leif Lindholm <leif@nuviainc.com>
This commit is contained in:
parent
d799d168e4
commit
103ee1b1c3
1 changed files with 4 additions and 1 deletions
|
@ -107,7 +107,9 @@ BL1_SOURCES += drivers/io/io_semihosting.c \
|
||||||
ifeq (${ARM_ARCH_MAJOR},8)
|
ifeq (${ARM_ARCH_MAJOR},8)
|
||||||
BL1_SOURCES += lib/cpus/aarch64/aem_generic.S \
|
BL1_SOURCES += lib/cpus/aarch64/aem_generic.S \
|
||||||
lib/cpus/aarch64/cortex_a53.S \
|
lib/cpus/aarch64/cortex_a53.S \
|
||||||
lib/cpus/aarch64/cortex_a57.S
|
lib/cpus/aarch64/cortex_a57.S \
|
||||||
|
lib/cpus/aarch64/cortex_a72.S \
|
||||||
|
|
||||||
else
|
else
|
||||||
BL1_SOURCES += lib/cpus/${ARCH}/cortex_a15.S
|
BL1_SOURCES += lib/cpus/${ARCH}/cortex_a15.S
|
||||||
endif
|
endif
|
||||||
|
@ -160,6 +162,7 @@ ifeq (${ARM_ARCH_MAJOR},8)
|
||||||
BL31_SOURCES += lib/cpus/aarch64/aem_generic.S \
|
BL31_SOURCES += lib/cpus/aarch64/aem_generic.S \
|
||||||
lib/cpus/aarch64/cortex_a53.S \
|
lib/cpus/aarch64/cortex_a53.S \
|
||||||
lib/cpus/aarch64/cortex_a57.S \
|
lib/cpus/aarch64/cortex_a57.S \
|
||||||
|
lib/cpus/aarch64/cortex_a72.S \
|
||||||
lib/semihosting/semihosting.c \
|
lib/semihosting/semihosting.c \
|
||||||
lib/semihosting/${ARCH}/semihosting_call.S \
|
lib/semihosting/${ARCH}/semihosting_call.S \
|
||||||
plat/common/plat_psci_common.c \
|
plat/common/plat_psci_common.c \
|
||||||
|
|
Loading…
Add table
Reference in a new issue