]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
docs/system/arm/fby35: document execute-in-place property
authorPierrick Bouvier <pierrick.bouvier@linaro.org>
Fri, 6 Dec 2024 19:22:52 +0000 (11:22 -0800)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 13 Dec 2024 15:36:27 +0000 (15:36 +0000)
Reviewed-by: Cédric Le Goater <clg@redhat.com>
Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Message-id: 20241206192254.3889131-3-pierrick.bouvier@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
docs/system/arm/fby35.rst

index bf6da6baa2abe81e16cecbd07c8afdc9ae7d2347..e19274e75c81708e231c76a0493867ab2aa289d8 100644 (file)
@@ -45,3 +45,8 @@ process starts.
     $ screen /dev/tty0 # In a separate TMUX pane, terminal window, etc.
     $ screen /dev/tty1
     $ (qemu) c            # Start the boot process once screen is setup.
+
+This machine model supports emulation of the boot from the CE0 flash device by
+setting option ``execute-in-place``. When using this option, the CPU fetches
+instructions to execute by reading CE0 and not from a preloaded ROM
+initialized at machine init time. As a result, execution will be slower.