Skip to content
Commit 202a674b authored by Linus Walleij's avatar Linus Walleij Committed by Tom Rini
Browse files

armv8: semihosting: add a command to load semihosted images



Instead of sprinkling custom code and calls over the Vexpress64
boardfile, create a command that loads images using semihosting
just like we would load from flash memory of over the network,
using a special command:

    smhload <image> <address>

This will make it possible to remove some custom calls and
code and make the boot easier.

Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent e769f686
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment