summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBalint Dobszay <balint.dobszay@arm.com>2023-04-24 13:39:19 +0200
committerJérôme Forissier <jerome@forissier.org>2023-05-05 14:11:10 +0200
commit4791acbc80c2e5ab94460e174d1be739be527b5f (patch)
treec63c721f4d4ddcef6e7c7ebfb9736b6172182d31
parent3408c89f7214d716d233e094c057ca30ff6fbf34 (diff)
fvp: enable CRC32 feature
Enable the emulation of the CRC32 instructions on FVP platform. Acked-by: Jerome Forissier <jerome.forissier@linaro.org> Acked-by: Jens Wiklander <jens.wiklander@linaro.org> Signed-off-by: Balint Dobszay <balint.dobszay@arm.com>
-rw-r--r--fvp.mk8
1 files changed, 8 insertions, 0 deletions
diff --git a/fvp.mk b/fvp.mk
index c0d4f01..137d309 100644
--- a/fvp.mk
+++ b/fvp.mk
@@ -309,6 +309,14 @@ FVP_ARGS ?= \
-C pctl.startup=0.0.0.0 \
-C cluster0.NUM_CORES=4 \
-C cluster1.NUM_CORES=4 \
+ -C cluster0.cpu0.enable_crc32=1 \
+ -C cluster0.cpu1.enable_crc32=1 \
+ -C cluster0.cpu2.enable_crc32=1 \
+ -C cluster0.cpu3.enable_crc32=1 \
+ -C cluster1.cpu0.enable_crc32=1 \
+ -C cluster1.cpu1.enable_crc32=1 \
+ -C cluster1.cpu2.enable_crc32=1 \
+ -C cluster1.cpu3.enable_crc32=1 \
-C bp.secure_memory=1 \
-C bp.secureflashloader.fname=$(TF_A_PATH)/build/fvp/$(TF_A_BUILD)/bl1.bin \
-C bp.flashloader0.fname=$(TF_A_PATH)/build/fvp/$(TF_A_BUILD)/fip.bin \