meta-arm.lists.yoctoproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/7] arm-bsp/fvp-base: tell FVP to exit on shutdown
@ 2021-09-27 12:55 Ross Burton
  2021-09-27 12:55 ` [PATCH 2/7] arm-bsp/fvp-base: enable user-mode networking in runfvp Ross Burton
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Ross Burton @ 2021-09-27 12:55 UTC (permalink / raw)
  To: meta-arm

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 <ross.burton@arm.com>
---
 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"
-- 
2.25.1



^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2021-09-27 12:56 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-27 12:55 [PATCH 1/7] arm-bsp/fvp-base: tell FVP to exit on shutdown Ross Burton
2021-09-27 12:55 ` [PATCH 2/7] arm-bsp/fvp-base: enable user-mode networking in runfvp Ross Burton
2021-09-27 12:55 ` [PATCH 3/7] arm/fvpboot: clean up fvpboot_vars Ross Burton
2021-09-27 12:55 ` [PATCH 4/7] runfvp: handle control-c cleanly Ross Burton
2021-09-27 12:56 ` [PATCH 5/7] runfvp: refactor argument parsing Ross Burton
2021-09-27 12:56 ` [PATCH 6/7] runfvp: ensure the default terminal is usable Ross Burton
2021-09-27 12:56 ` [PATCH 7/7] runfvp: exit cleanly if tinfoil cannot be imported Ross Burton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).