Skip to content

Commit

Permalink
Merge "chore(fvp): use correct dts for dynamiq cores" into integration
Browse files Browse the repository at this point in the history
  • Loading branch information
odeprez authored and TrustedFirmware Code Review committed Jan 20, 2025
2 parents d6dccfb + 67c0973 commit b8ac81c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions plat/arm/board/fvp/platform.mk
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,12 @@ FVP_MAX_PE_PER_CPU := 1
# only; enable redistributor frames of all CPU cores by default.
FVP_GICR_REGION_PROTECTION := 0

ifeq (${HW_ASSISTED_COHERENCY}, 0)
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
# the FVP platform. This option defaults to 256.
Expand Down

0 comments on commit b8ac81c

Please sign in to comment.