mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-16 09:34:18 +00:00
Merge "feat(qemu): add A55 cpu support for virt" into integration
This commit is contained in:
commit
d4635e9998
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ QEMU_CPU_LIBS := lib/cpus/${ARCH}/cortex_a15.S
|
|||
else
|
||||
QEMU_CPU_LIBS := lib/cpus/aarch64/aem_generic.S \
|
||||
lib/cpus/aarch64/cortex_a53.S \
|
||||
lib/cpus/aarch64/cortex_a55.S \
|
||||
lib/cpus/aarch64/cortex_a57.S \
|
||||
lib/cpus/aarch64/cortex_a72.S \
|
||||
lib/cpus/aarch64/cortex_a76.S \
|
||||
|
|
Loading…
Add table
Reference in a new issue