]> git.ipfire.org Git - people/ms/u-boot.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)
committerTom Rini <trini@konsulko.com>
Sat, 28 Mar 2015 16:07:45 +0000 (12:07 -0400)
commit202a674bb8b7d7867503224857a2b0e04617d9b3
treeeb8cfaeb9ed0ce210212115c538323a255d53312
parente769f68613ee4f84c8e2aea784335df74ceea397
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