mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-17 01:54:22 +00:00
Merge "feat(qemu): allow ARM_ARCH_MAJOR/MINOR override" into integration
This commit is contained in:
commit
56b263cb2a
1 changed files with 3 additions and 2 deletions
|
@ -88,8 +88,8 @@ ifeq (${ARCH},aarch64)
|
|||
#
|
||||
# We go v8.0 by default and will enable all features we want
|
||||
|
||||
ARM_ARCH_MAJOR := 8
|
||||
ARM_ARCH_MINOR := 0
|
||||
ARM_ARCH_MAJOR ?= 8
|
||||
ARM_ARCH_MINOR ?= 0
|
||||
|
||||
# 8.0
|
||||
ENABLE_FEAT_CSV2_2 := 2
|
||||
|
@ -106,6 +106,7 @@ ENABLE_FEAT_RAS := 0
|
|||
# 8.4
|
||||
ENABLE_FEAT_SEL2 := 2
|
||||
ENABLE_FEAT_DIT := 2
|
||||
ENABLE_TRF_FOR_NS := 2
|
||||
|
||||
# 8.5
|
||||
ENABLE_FEAT_RNG := 2
|
||||
|
|
Loading…
Add table
Reference in a new issue