mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-16 09:34:18 +00:00
feat(qemu): add "neoverse-n2" cpu support
Add support to qemu "neoverse-n2" cpu for "qemu" platform. This one has 2^48 address space so will be used by both systems. Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> Change-Id: I9f0fa23a4934d9464379495225e08adc121325b4
This commit is contained in:
parent
cc933e1d12
commit
408f9cb485
1 changed files with 2 additions and 1 deletions
|
@ -25,6 +25,7 @@ QEMU_CPU_LIBS := lib/cpus/aarch64/aem_generic.S \
|
|||
lib/cpus/aarch64/neoverse_n_common.S \
|
||||
lib/cpus/aarch64/neoverse_n1.S \
|
||||
lib/cpus/aarch64/neoverse_v1.S \
|
||||
lib/cpus/aarch64/neoverse_n2.S \
|
||||
lib/cpus/aarch64/qemu_max.S
|
||||
|
||||
PLAT_INCLUDES += -Iinclude/plat/arm/common/${ARCH}
|
||||
|
@ -33,7 +34,7 @@ PLAT_INCLUDES += -Iinclude/plat/arm/common/${ARCH}
|
|||
# v8.0: a53, a57, a72
|
||||
# v8.2: a76, n1
|
||||
# v8.4: v1
|
||||
# v9.0: a710
|
||||
# v9.0: a710, n2
|
||||
#
|
||||
# let treat v9.0 as v8.5 as they share cpu features
|
||||
# https://developer.arm.com/documentation/102378/0201/Armv8-x-and-Armv9-x-extensions-and-features
|
||||
|
|
Loading…
Add table
Reference in a new issue