From 4791acbc80c2e5ab94460e174d1be739be527b5f Mon Sep 17 00:00:00 2001 From: Balint Dobszay Date: Mon, 24 Apr 2023 13:39:19 +0200 Subject: fvp: enable CRC32 feature Enable the emulation of the CRC32 instructions on FVP platform. Acked-by: Jerome Forissier Acked-by: Jens Wiklander Signed-off-by: Balint Dobszay --- fvp.mk | 8 ++++++++ 1 file changed, 8 insertions(+) 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 \ -- cgit v1.2.3