mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-22 20:38:03 +00:00
Merge "chore(fvp): use correct dts for dynamiq cores" into integration
This commit is contained in:
commit
b8ac81c7e6
1 changed files with 5 additions and 0 deletions
|
@ -22,7 +22,12 @@ FVP_MAX_PE_PER_CPU := 1
|
||||||
# only; enable redistributor frames of all CPU cores by default.
|
# only; enable redistributor frames of all CPU cores by default.
|
||||||
FVP_GICR_REGION_PROTECTION := 0
|
FVP_GICR_REGION_PROTECTION := 0
|
||||||
|
|
||||||
|
ifeq (${HW_ASSISTED_COHERENCY}, 0)
|
||||||
FVP_DT_PREFIX := fvp-base-gicv3-psci
|
FVP_DT_PREFIX := fvp-base-gicv3-psci
|
||||||
|
else
|
||||||
|
FVP_DT_PREFIX := fvp-base-gicv3-psci-dynamiq
|
||||||
|
endif
|
||||||
|
# fdts is wrong otherwise
|
||||||
|
|
||||||
# Size (in kilobytes) of the Trusted SRAM region to utilize when building for
|
# Size (in kilobytes) of the Trusted SRAM region to utilize when building for
|
||||||
# the FVP platform. This option defaults to 256.
|
# the FVP platform. This option defaults to 256.
|
||||||
|
|
Loading…
Add table
Reference in a new issue