From 3fd69019e56b9fe5edbde2f72f5565947ee9fcf7 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Mon, 27 Sep 2021 13:55:56 +0100 Subject: [PATCH] arm-bsp/fvp-base: tell FVP to exit on shutdown Pass bp.ve_sysregs.exit_on_shutdown=1 so that the FVP exits if the emulated machine shutsdown, which is typically the desired behaviour. Change-Id: Id2f92df4af67ca5cadc645948eccf9c93af3f8f9 Signed-off-by: Ross Burton Signed-off-by: Jon Mason --- meta-arm-bsp/conf/machine/fvp-base.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-arm-bsp/conf/machine/fvp-base.conf b/meta-arm-bsp/conf/machine/fvp-base.conf index b74daf67..e43c6a01 100644 --- a/meta-arm-bsp/conf/machine/fvp-base.conf +++ b/meta-arm-bsp/conf/machine/fvp-base.conf @@ -18,6 +18,7 @@ KERNEL_DEVICETREE = "arm/fvp-base-revc.dtb" FVP_PROVIDER ?= "fvp-base-a-aem-native" FVP_EXE ?= "FVP_Base_RevC-2xAEMvA" +FVP_CONFIG[bp.ve_sysregs.exit_on_shutdown] ?= "1" FVP_CONFIG[cache_state_modelled] ?= "0" FVP_CONFIG[bp.secureflashloader.fname] ?= "${DEPLOY_DIR_IMAGE}/bl1-fvp.bin" FVP_CONFIG[bp.flashloader0.fname] ?= "${DEPLOY_DIR_IMAGE}/fip-fvp.bin"