From f54a9f37eb285f27d9823abb076b85000e45f9aa Mon Sep 17 00:00:00 2001 From: Emekcan Aras Date: Wed, 19 Apr 2023 17:54:22 +0100 Subject: [PATCH] arm-bsp/corstone1000: add OTP config for fvp Adds OTP config to run the FVP with the new BL1 changes Signed-off-by: Emekcan Aras Signed-off-by: Jon Mason --- meta-arm-bsp/conf/machine/corstone1000-fvp.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-arm-bsp/conf/machine/corstone1000-fvp.conf b/meta-arm-bsp/conf/machine/corstone1000-fvp.conf index ca89c700..03577b8e 100644 --- a/meta-arm-bsp/conf/machine/corstone1000-fvp.conf +++ b/meta-arm-bsp/conf/machine/corstone1000-fvp.conf @@ -29,6 +29,7 @@ FVP_CONFIG[board.se_flash_size] ?= "8192" FVP_CONFIG[diagnostics] ?= "4" FVP_CONFIG[disable_visualisation] ?= "true" FVP_CONFIG[se.nvm.update_raw_image] ?= "0" +FVP_CONFIG[se.cryptocell.USER_OTP_FILTERING_DISABLE] ?= "1" # Boot image FVP_DATA ?= "board.flash0=${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.wic@0x68000000"