Skip to content

Commit

Permalink
plat-vexpress: use CFG_AUTO_MAX_PA_BITS on virtual platforms
Browse files Browse the repository at this point in the history
By default set CFG_AUTO_MAX_PA_BITS=y on the virtual platforms fvp and
qemu_armv8a to allow automatic configuration of the maximal supported
physical address.

Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
  • Loading branch information
jenswi-linaro committed Dec 13, 2023
1 parent bcc13c8 commit c391fae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/arch/arm/plat-vexpress/conf.mk
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ CFG_SHMEM_SIZE ?= 0x00200000
# DRAM1 is defined above 4G
$(call force,CFG_CORE_LARGE_PHYS_ADDR,y)
$(call force,CFG_CORE_ARM64_PA_BITS,36)
CFG_AUTO_MAX_PA_BITS ?= y
ifeq ($(CFG_SCMI_SCPFW),y)
$(call force,CFG_SCMI_SCPFW_PRODUCT,optee-fvp)
endif
Expand Down Expand Up @@ -128,6 +129,7 @@ endif
ifeq ($(PLATFORM_FLAVOR),qemu_armv8a)
CFG_HALT_CORES_ON_PANIC ?= y
CFG_TEE_CORE_NB_CORE ?= 4
CFG_AUTO_MAX_PA_BITS ?= y
ifneq ($(CFG_CORE_SEL2_SPMC),y)
# [0e00.0000 0e0f.ffff] is reserved to early boot
CFG_TZDRAM_START ?= 0x0e100000
Expand Down

0 comments on commit c391fae

Please sign in to comment.