]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
armv8: semihosting: add a command to load semihosted images
authorLinus Walleij <linus.walleij@linaro.org>
Mon, 23 Mar 2015 10:06:11 +0000 (11:06 +0100)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 12:34:21 +0000 (14:34 +0200)
commit0595e2b63666e8afca12ffa4b27d6f2742987cc3
treeb18f2439cdbdf686f24918134aa292eb9df011ff
parent81913bb2afcab270cf911130d600eab3d7562578
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: Linus Walleij <linus.walleij@linaro.org>
arch/arm/lib/semihosting.c
doc/README.semihosting